summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/quirks.c
diff options
context:
space:
mode:
authorMacpaul Lin2015-01-23 07:39:02 +0100
committerGreg Kroah-Hartman2015-01-25 14:20:42 +0100
commite5dff0e80463cc3fa236e898ef1491b40be70b19 (patch)
treea7a5fc99fc77c43efd38f891b25f59b7321a8ea4 /drivers/usb/core/quirks.c
parentusb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controller (diff)
downloadkernel-qcow2-linux-e5dff0e80463cc3fa236e898ef1491b40be70b19.tar.gz
kernel-qcow2-linux-e5dff0e80463cc3fa236e898ef1491b40be70b19.tar.xz
kernel-qcow2-linux-e5dff0e80463cc3fa236e898ef1491b40be70b19.zip
USB: Add OTG PET device to TPL
OTG device shall support this device for allowing compliance automated testing. The modification is derived from Pavankumar and Vijayavardhans' previous work. Signed-off-by: Macpaul Lin <macpaul@gmail.com> Cc: Pavankumar Kondeti <pkondeti@codeaurora.org> Cc: Vijayavardhan Vennapusa <vvreddy@codeaurora.org> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/quirks.c')
-rw-r--r--drivers/usb/core/quirks.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 0ffb4ed0a945..41e510ae8c83 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -179,6 +179,10 @@ static const struct usb_device_id usb_quirk_list[] = {
{ USB_DEVICE(0x0b05, 0x17e0), .driver_info =
USB_QUIRK_IGNORE_REMOTE_WAKEUP },
+ /* Protocol and OTG Electrical Test Device */
+ { USB_DEVICE(0x1a0a, 0x0200), .driver_info =
+ USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL },
+
{ } /* terminating entry must be last */
};