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
This commit is contained in:
Peter Hutterer 2017-10-23 18:20:16 +10:00 committed by Zbigniew Jędrzejewski-Szmek
parent 02fa054dc4
commit de13433b2f
1 changed files with 1 additions and 13 deletions

View File

@ -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