This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c | |
| index 56ce8c2..5a80896 100644 | |
| --- a/drivers/hid/hid-core.c | |
| +++ b/drivers/hid/hid-core.c | |
| @@ -705,9 +705,8 @@ static void hid_scan_collection(struct hid_parser *parser, unsigned type) | |
| hid->group = HID_GROUP_SENSOR_HUB; | |
| if (hid->vendor == USB_VENDOR_ID_MICROSOFT && | |
| - (hid->product == USB_DEVICE_ID_MS_TYPE_COVER_3 || | |
| - hid->product == USB_DEVICE_ID_MS_TYPE_COVER_3_JP) && |