Re: [PATCH] hid: Add secondary vendor id for the marco, USB_DEVICE_ID_MS_TYPE_COVER_3_V2

2015-05-26 Thread Alan Wu
Hi Jiri, I think I have given my input on what should be done with the code. I'll leave it up to you to decide whether to accept the patch or not. Please do let me know if you have any questions you want to ask me. I would recommend that Nicholas change the 0x07dd to PRO though, as they might

Re: [PATCH] hid: Add secondary vendor id for the marco, USB_DEVICE_ID_MS_TYPE_COVER_3_V2

2015-05-20 Thread Alan Wu
Hello Jiri, I believe the patch may work, but I would rename the IDs. Obviously I can't test Surface 3 non-Pro cover, but the difference is likely due to the following: This is 0x07dc (I do own) http://www.microsoftstore.com/store/msusa/en_US/pdp/Surface-Pro-Type-Cover/productID.300193600 This

[PATCH 1/1] x86: Added support for Japanese Surface Type Cover 3

2015-01-06 Thread Alan Wu
Based on code for the US Surface Type Cover 3 from commit be3b16341d5cd8cf2a64fcc7a604a8efe6599ff0 ("HID: add support for MS Surface Pro 3 Type Cover"): Signed-off-by: Alan Wu Tested-by: Karlis Dreizis --- drivers/hid/hid-core.c | 4 +++- drivers/hid/hid-ids.h

Re: Microsoft Surface Pro 3 Type Cover keyboard

2014-11-03 Thread Alan Wu
Hi all, I submitted the new patch. Please review and comment. Thanks, Alan On Mon, Nov 3, 2014 at 5:49 PM, Alan Wu wrote: > Hi all, > So after using the patch with Jarrad's changes added in, I was able to > revert the evdev config to its original and have no problems. I h

[PATCH 1/1] x86: Surface Pro 3 Type Cover 3

2014-11-03 Thread Alan Wu
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 --- drivers/hid/hid-core.c | 6 ++ drivers/hid/hid-ids.h | 1 + drivers/hid/hid-microsoft.c | 2 ++ drivers/hid/usbhid/hid-quir

[PATCH 1/1] x86: Surface Pro 3 Type Cover 3

2014-10-31 Thread Alan Wu
From: alanwu 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 Signed-off-by: alanwu --- drivers/hid/hi