mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 07:20:37 +02:00
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
|
# Input devices, group under /dev/input
|
||
|
SUBSYSTEM!="input", GOTO="input_grouping_end"
|
||
|
|
||
|
KERNEL=="event[0-9]*", NAME="input/%k"
|
||
|
KERNEL=="mice", NAME="input/%k"
|
||
|
KERNEL=="mouse[0-9]*", NAME="input/%k"
|
||
|
KERNEL=="js[0-9]*", NAME="input/%k"
|
||
|
|
||
|
LABEL="input_grouping_end"
|