From 31673303b9e1984b671d929985fc7cc21099b6f1 Mon Sep 17 00:00:00 2001 From: "Sarang S. Dalal" Date: Wed, 19 Apr 2017 08:52:08 +0200 Subject: [PATCH] hwdb: MS Surface Pro Type Cover touchpad integration (#5751) Sets ID_INPUT_TOUCHPAD_INTEGRATION=internal for Microsoft Surface Pro Type Covers (IDs should cover at least the type covers for the Surface Pro 3 and 4). This is needed so that libinput can disable the touchpad while typing. --- hwdb/70-touchpad.hwdb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hwdb/70-touchpad.hwdb b/hwdb/70-touchpad.hwdb index 82a4b7a..12d97de 100644 --- a/hwdb/70-touchpad.hwdb +++ b/hwdb/70-touchpad.hwdb @@ -53,3 +53,10 @@ touchpad:usb:v05ac* ########################################################### touchpad:usb:v056a* ID_INPUT_TOUCHPAD_INTEGRATION=external + +########################################################### +# Microsoft (Surface Type Covers) +########################################################### +touchpad:usb:v045ep07* + ID_INPUT_TOUCHPAD_INTEGRATION=internal + -- 2.7.4