diff options
author | Manu Gautam <mgautam@codeaurora.org> | 2013-07-02 23:13:51 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-25 14:49:30 -0400 |
commit | 1353aa53851e3bc7f2c6365753d9c2783c34f882 (patch) | |
tree | 55fabf3384518681635ccad23702ebe51485bf02 /drivers/usb/misc/Makefile | |
parent | 42189d854f174e7b29e0fdb4da9984ba63126a92 (diff) |
usb: misc: EHSET Test Fixture device driver for host compliance
An Embedded Host High-Speed Electrical Test (EHSET) test fixture is
used to initiate test modes on a host controller in order to perform
the high speed electrical testing procedure for USB-IF compliance.
When this test fixture is connected to a host, it can enumerate as
one of several selectable VID/PID pairs, each corresponding to one
of the following test modes:
* TEST_SE0_NAK
* TEST_J
* TEST_K
* TEST_PACKET
* HS_HOST_PORT_SUSPEND_RESUME
* SINGLE_STEP_GET_DEV_DESC
* SINGLE_STEP_SET_FEATURE
The USB EHSET procedure can be found here:
http://www.usb.org/developers/onthego/EHSET_v1.01.pdf
Signed-off-by: Manu Gautam <mgautam@codeaurora.org>
[jackp@codeaurora.org: imported from commit 073c9409 on codeaurora.org;
minor cleanup and updated author email]
Signed-off-by: Jack Pham <jackp@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc/Makefile')
-rw-r--r-- | drivers/usb/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile index 5a896f319118..e748fd5dbe94 100644 --- a/drivers/usb/misc/Makefile +++ b/drivers/usb/misc/Makefile | |||
@@ -19,6 +19,7 @@ obj-$(CONFIG_USB_LED) += usbled.o | |||
19 | obj-$(CONFIG_USB_LEGOTOWER) += legousbtower.o | 19 | obj-$(CONFIG_USB_LEGOTOWER) += legousbtower.o |
20 | obj-$(CONFIG_USB_RIO500) += rio500.o | 20 | obj-$(CONFIG_USB_RIO500) += rio500.o |
21 | obj-$(CONFIG_USB_TEST) += usbtest.o | 21 | obj-$(CONFIG_USB_TEST) += usbtest.o |
22 | obj-$(CONFIG_USB_EHSET_TEST_FIXTURE) += ehset.o | ||
22 | obj-$(CONFIG_USB_TRANCEVIBRATOR) += trancevibrator.o | 23 | obj-$(CONFIG_USB_TRANCEVIBRATOR) += trancevibrator.o |
23 | obj-$(CONFIG_USB_USS720) += uss720.o | 24 | obj-$(CONFIG_USB_USS720) += uss720.o |
24 | obj-$(CONFIG_USB_SEVSEG) += usbsevseg.o | 25 | obj-$(CONFIG_USB_SEVSEG) += usbsevseg.o |