diff options
author | Daniel Keller <daniel.keller@gcd.de> | 2017-01-10 22:39:31 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-01-12 00:08:49 +0300 |
commit | 66e5c5ffc7a5e4d36d136ce4fd8bdb4e92ecec7b (patch) | |
tree | 571137698ab6d3614ad3254719b0abf9a51d6067 /drivers/hid/hid-ids.h | |
parent | 4fed0231994b27b3896bc63885ac66d02fff625b (diff) | |
download | linux-66e5c5ffc7a5e4d36d136ce4fd8bdb4e92ecec7b.tar.xz |
HID: multitouch: enable Surface 4 Type Cover Pro (non-JP) to report multitouch data
Nearly identical to the patch "multitouch: enable the Surface 4 Type Cover Pro
(JP) to report multitouch data"
We can now remove the support of the Surface 4 Type Cover Pro (not JP versions)
from hid-microsoft so it can properly report multi touch from the touchpad.
Signed-off-by: Daniel Keller <daniel.keller@gcd.de>
Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 55758f7f88fb..9d8771617779 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -721,8 +721,6 @@ #define USB_DEVICE_ID_MS_TYPE_COVER_PRO_3 0x07dc #define USB_DEVICE_ID_MS_TYPE_COVER_PRO_3_2 0x07e2 #define USB_DEVICE_ID_MS_TYPE_COVER_PRO_3_JP 0x07dd -#define USB_DEVICE_ID_MS_TYPE_COVER_PRO_4 0x07e4 -#define USB_DEVICE_ID_MS_TYPE_COVER_PRO_4_2 0x07e8 #define USB_DEVICE_ID_MS_POWER_COVER 0x07da #define USB_VENDOR_ID_MOJO 0x8282 |