From: Peter Hutterer Date: Mon, 23 Oct 2017 08:20:16 +0000 (+1000) Subject: hwdb: invert the USB touchpad integration assumption (#7161) X-Git-Tag: v236~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de13433b2fb2dbd579948b4bc80c645b35d8cec8;p=thirdparty%2Fsystemd.git 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 --- 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 -