aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/quirks.c
diff options
context:
space:
mode:
authorMacpaul Lin <macpaul@gmail.com>2015-01-23 14:39:02 +0800
committerBen Hutchings <ben@decadent.org.uk>2015-02-20 00:49:39 +0000
commit4e5cc195ae9d82ff725e7bbd9c23a048b2fedfca (patch)
tree8b1272d0663c2f58e0789b850865b08d2a5a3022 /drivers/usb/core/quirks.c
parentcca4d731e2e9ccebb069b84c8aea70f15834a203 (diff)
downloadkernel_samsung_smdk4412-4e5cc195ae9d82ff725e7bbd9c23a048b2fedfca.zip
kernel_samsung_smdk4412-4e5cc195ae9d82ff725e7bbd9c23a048b2fedfca.tar.gz
kernel_samsung_smdk4412-4e5cc195ae9d82ff725e7bbd9c23a048b2fedfca.tar.bz2
USB: Add OTG PET device to TPL
commit e5dff0e80463cc3fa236e898ef1491b40be70b19 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
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 28ee079..ad4540e 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -168,6 +168,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 */
};