USB: Add device quirk for ASUS T100 Base Station keyboard
[firefly-linux-kernel-4.4.55.git] / drivers / usb / core / quirks.c
index 1053eb651b2f945d2647715a3990a51138fcb0e0..a301b3fa622b6a3e7502b032f5897f1704c8f2bb 100644 (file)
@@ -162,6 +162,10 @@ static const struct usb_device_id usb_interface_quirk_list[] = {
        { USB_VENDOR_AND_INTERFACE_INFO(0x046d, USB_CLASS_VIDEO, 1, 0),
          .driver_info = USB_QUIRK_RESET_RESUME },
 
+       /* ASUS Base Station(T100) */
+       { USB_DEVICE(0x0b05, 0x17e0), .driver_info =
+                       USB_QUIRK_IGNORE_REMOTE_WAKEUP },
+
        { }  /* terminating entry must be last */
 };