20-input-grouping.rules 266 B

123456789
  1. # Input devices, group under /dev/input
  2. SUBSYSTEM!="input", GOTO="input_grouping_end"
  3. KERNEL=="event[0-9]*", NAME="input/%k"
  4. KERNEL=="mice", NAME="input/%k"
  5. KERNEL=="mouse[0-9]*", NAME="input/%k"
  6. KERNEL=="js[0-9]*", NAME="input/%k"
  7. LABEL="input_grouping_end"