From de13433b2fb2dbd579948b4bc80c645b35d8cec8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 23 Oct 2017 18:20:16 +1000 Subject: [PATCH] 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 --- hwdb/70-touchpad.hwdb | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/hwdb/70-touchpad.hwdb b/hwdb/70-touchpad.hwdb index 12d97de69b2..979635357d5 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 - -- 2.47.3