]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: invert the USB touchpad integration assumption (#7161)
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 23 Oct 2017 08:20:16 +0000 (18:20 +1000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 23 Oct 2017 08:20:16 +0000 (10:20 +0200)
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

hwdb/70-touchpad.hwdb

index 12d97de69b2043052f39d69879a2c8274ab7467a..979635357d59a9cb8d9153de526b2caae4ddb4d2 100644 (file)
 
 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