diff options
author | Alan Wu <alan.c.wu@gmail.com> | 2014-11-03 21:26:12 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-11 05:39:32 -0500 |
commit | be3b16341d5cd8cf2a64fcc7a604a8efe6599ff0 (patch) | |
tree | fa68f511684fb4d2127b809be3a5afa8f3d14a55 /drivers/hid/hid-ids.h | |
parent | 39520eea198a7fbba35f4c7cffb4323f78455716 (diff) |
HID: add support for MS Surface Pro 3 Type Cover
Surface Pro 3 Type Cover that works with Ubuntu (and possibly Arch) from this thread. Both trackpad and keyboard work after compiling my own kernel.
http://ubuntuforums.org/showthread.php?t=2231207&page=2&s=44910e0c56047e4f93dfd9fea58121ef
Also includes Jarrad Whitaker's message which sources
http://winaero.com/blog/how-to-install-linux-on-surface-pro-3/
which he says is sourced from a Russian site
Signed-off-by: Alan Wu <alan.c.wu@gmail.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index cd9c9e96cf0e..0d38df761e29 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -646,6 +646,7 @@ | |||
646 | #define USB_DEVICE_ID_MS_SURFACE_PRO_2 0x0799 | 646 | #define USB_DEVICE_ID_MS_SURFACE_PRO_2 0x0799 |
647 | #define USB_DEVICE_ID_MS_TOUCH_COVER_2 0x07a7 | 647 | #define USB_DEVICE_ID_MS_TOUCH_COVER_2 0x07a7 |
648 | #define USB_DEVICE_ID_MS_TYPE_COVER_2 0x07a9 | 648 | #define USB_DEVICE_ID_MS_TYPE_COVER_2 0x07a9 |
649 | #define USB_DEVICE_ID_MS_TYPE_COVER_3 0x07dc | ||
649 | 650 | ||
650 | #define USB_VENDOR_ID_MOJO 0x8282 | 651 | #define USB_VENDOR_ID_MOJO 0x8282 |
651 | #define USB_DEVICE_ID_RETRO_ADAPTER 0x3201 | 652 | #define USB_DEVICE_ID_RETRO_ADAPTER 0x3201 |