summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jun <B47624@freescale.com>2014-09-24 13:31:19 +0800
committerLi Jun <jun.li@freescale.com>2015-05-28 17:15:53 +0800
commitc690dcd80edc245b3edb9e1ae579569baaf035f1 (patch)
tree44a2525e3376012d993b9638c7c03e0b444dd6c1
parentab2077c338933d0c4ec14c20ba1a53af8fd20c92 (diff)
MLK-9606-1 usb: otg: test: add otg test device into otg and EH TPL
This patch add otg test device with VID(0x1a0a) and PID(0x0200) into otg and EH TPL. Acked-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Li Jun <b47624@freescale.com> (cherry picked from commit b88ee5e2cbf55aaed3b6c5dd0aff7f826f9e357d)
-rw-r--r--drivers/usb/core/otg_whitelist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/core/otg_whitelist.h b/drivers/usb/core/otg_whitelist.h
index 7dc37a34f7d4..d02811eabd14 100644
--- a/drivers/usb/core/otg_whitelist.h
+++ b/drivers/usb/core/otg_whitelist.h
@@ -27,6 +27,7 @@ static struct usb_device_id whitelist_table [] = {
#define TEST_HS_HOST_PORT_SUSPEND_RESUME 0x0106
#define TEST_SINGLE_STEP_GET_DEV_DESC 0x0107
#define TEST_SINGLE_STEP_SET_FEATURE 0x0108
+#define TEST_OTG_TEST_DEVICE_SUPPORT 0x0200
{ USB_DEVICE(0x1a0a, TEST_SE0_NAK_PID) },
{ USB_DEVICE(0x1a0a, TEST_J_PID) },
{ USB_DEVICE(0x1a0a, TEST_K_PID) },
@@ -34,6 +35,7 @@ static struct usb_device_id whitelist_table [] = {
{ USB_DEVICE(0x1a0a, TEST_HS_HOST_PORT_SUSPEND_RESUME) },
{ USB_DEVICE(0x1a0a, TEST_SINGLE_STEP_GET_DEV_DESC) },
{ USB_DEVICE(0x1a0a, TEST_SINGLE_STEP_SET_FEATURE) },
+{ USB_DEVICE(0x1a0a, TEST_OTG_TEST_DEVICE_SUPPORT) },
#endif
#define USB_INTERFACE_CLASS_INFO(cl) \