diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-10-23 18:20:16 +1000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-23 10:20:16 +0200 |
commit | de13433b2fb2dbd579948b4bc80c645b35d8cec8 (patch) | |
tree | c78f0becd7b68727866a46d11bd13611a8dd98d0 | |
parent | 02fa054dc44916f4840e2020a5ebac3042d4bf65 (diff) | |
download | systemd-de13433b2fb2dbd579948b4bc80c645b35d8cec8.tar.gz |
hwdb: invert the USB touchpad integration assumption (#7161)
The vast majority of touchpads are internal, so let's assume that any USB
touchpad is internal by default (exception: bluetooth) and manually mark the
ones that are external. That's a lot more future-proof than having to mark all
internal touchpads that use USB as internal - that number is only going to
increase.
Related to #7068
-rw-r--r-- | hwdb/70-touchpad.hwdb | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/hwdb/70-touchpad.hwdb b/hwdb/70-touchpad.hwdb index 12d97de69b..979635357d 100644 --- a/hwdb/70-touchpad.hwdb +++ b/hwdb/70-touchpad.hwdb @@ -36,27 +36,15 @@ touchpad:i8042:* touchpad:rmi:* +touchpad:usb:* ID_INPUT_TOUCHPAD_INTEGRATION=internal touchpad:bluetooth:* -touchpad:usb:* ID_INPUT_TOUCHPAD_INTEGRATION=external ########################################################### -# Apple -########################################################### -touchpad:usb:v05ac* - ID_INPUT_TOUCHPAD_INTEGRATION=internal - -########################################################### # Wacom ########################################################### touchpad:usb:v056a* ID_INPUT_TOUCHPAD_INTEGRATION=external -########################################################### -# Microsoft (Surface Type Covers) -########################################################### -touchpad:usb:v045ep07* - ID_INPUT_TOUCHPAD_INTEGRATION=internal - |