WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: Running Bug
by Brockway Forsman on Sunday September 23rd 2007, 16:38
this is what i have put for both /ect/udev/udev.rules and /ect/udev/devfs.rules


< KERNEL=="mice", NAME="input/%k", MODE="666"
< KERNEL=="mouse[0-9]*", NAME="input/%k", MODE="666"
< KERNEL=="event[0-9]*", NAME="input/%k", MODE="666"
< KERNEL=="js[0-9]*", NAME="input/%k", MODE="666"
< KERNEL=="ts[0-9]*", NAME="input/%k", MODE="666"
< KERNEL=="uinput", NAME="input/%k", MODE="666"
---
> KERNEL=="mice", NAME="input/%k"
> KERNEL=="mouse[0-9]*", NAME="input/%k"
> KERNEL=="event[0-9]*", NAME="input/%k"
> KERNEL=="js[0-9]*", NAME="input/%k"
> KERNEL=="ts[0-9]*", NAME="input/%k"
> KERNEL=="uinput", NAME="input/%k"

[post new] [reply to this]

Page loaded in 0.00672 seconds.