diff options
author | Alan Wu <alan.c.wu@gmail.com> | 2014-11-03 18:26:12 -0800 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2015-03-12 17:31:22 +0100 |
commit | 6e6b7a8537deb017faa49263781c64eed9df568b (patch) | |
tree | 8c0b35f2019dd8586e7f83feb9b1e4535b03b641 /drivers/hid/hid-ids.h | |
parent | 3d6797beb662c2e3ac9156b4ce114a2160a225d9 (diff) | |
download | linux-stable-6e6b7a8537deb017faa49263781c64eed9df568b.tar.gz linux-stable-6e6b7a8537deb017faa49263781c64eed9df568b.tar.bz2 linux-stable-6e6b7a8537deb017faa49263781c64eed9df568b.zip |
HID: add support for MS Surface Pro 3 Type Cover
commit be3b16341d5cd8cf2a64fcc7a604a8efe6599ff0 upstream.
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>
Signed-off-by: Jiri Slaby <jslaby@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 793bb281234a..28eb1eab1997 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -620,6 +620,7 @@ #define USB_DEVICE_ID_MS_PRESENTER_8K_USB 0x0713 #define USB_DEVICE_ID_MS_DIGITAL_MEDIA_3K 0x0730 #define USB_DEVICE_ID_MS_COMFORT_MOUSE_4500 0x076c +#define USB_DEVICE_ID_MS_TYPE_COVER_3 0x07dc #define USB_VENDOR_ID_MOJO 0x8282 #define USB_DEVICE_ID_RETRO_ADAPTER 0x3201 |