You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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"
|
|
|