diff options
author | Sarang S. Dalal <sarang@cfin.au.dk> | 2017-04-19 08:52:08 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-04-19 08:52:08 +0200 |
commit | 31673303b9e1984b671d929985fc7cc21099b6f1 (patch) | |
tree | c2ccc15ec59ee642bc0b2851026b7ba9f4db1a69 | |
parent | da4128543ffc5042dc9f6b6f1d22ec72b77b17b3 (diff) |
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.
-rw-r--r-- | hwdb/70-touchpad.hwdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hwdb/70-touchpad.hwdb b/hwdb/70-touchpad.hwdb index 82a4b7a575..12d97de69b 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 + |