70-touchpad-quirks.rules 481 B

12345678910111213141516
  1. ACTION!="add|change", GOTO="touchpad_quirks_end"
  2. KERNEL!="event*", GOTO="touchpad_quirks_end"
  3. ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="touchpad_quirks_end"
  4. # model specific quirks
  5. # Dell Minis have a touchpad where the buttons and the touchpad area
  6. # overlap. Clicking a button thus moves the pointer, this requires special
  7. # Xorg configuration.
  8. ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 1012", \
  9. ENV{ID_INPUT.tags}="touchpad_button_overlap"
  10. LABEL="touchpad_quirks_end"