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.
16 lines
481 B
16 lines
481 B
6 years ago
|
ACTION!="add|change", GOTO="touchpad_quirks_end"
|
||
|
KERNEL!="event*", GOTO="touchpad_quirks_end"
|
||
|
|
||
|
ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="touchpad_quirks_end"
|
||
|
|
||
|
# model specific quirks
|
||
|
|
||
|
# Dell Minis have a touchpad where the buttons and the touchpad area
|
||
|
# overlap. Clicking a button thus moves the pointer, this requires special
|
||
|
# Xorg configuration.
|
||
|
|
||
|
ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 1012", \
|
||
|
ENV{ID_INPUT.tags}="touchpad_button_overlap"
|
||
|
|
||
|
LABEL="touchpad_quirks_end"
|