70-touchpad.rules 473 B

12345678910111213
  1. # do not edit this file, it will be overwritten on update
  2. ACTION=="remove", GOTO="touchpad_end"
  3. ENV{ID_INPUT}=="", GOTO="touchpad_end"
  4. ENV{ID_INPUT_TOUCHPAD}=="", GOTO="touchpad_end"
  5. KERNEL!="event*", GOTO="touchpad_end"
  6. # touchpad:<subsystem>:v<vid>p<pid>:name:<name>:*
  7. KERNELS=="input*", ENV{ID_BUS}!="", \
  8. IMPORT{builtin}="hwdb 'touchpad:$env{ID_BUS}:v$attr{id/vendor}p$attr{id/product}:name:$attr{name}:'", \
  9. GOTO="touchpad_end"
  10. LABEL="touchpad_end"