Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
0e65e377
Commit
0e65e377
authored
Oct 02, 2002
by
David Brownell
Committed by
Greg Kroah-Hartman
Oct 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: framework for testing usbcore
USB test driver
parent
3737f5e6
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
579 additions
and
0 deletions
+579
-0
drivers/usb/Makefile
drivers/usb/Makefile
+1
-0
drivers/usb/misc/Config.help
drivers/usb/misc/Config.help
+6
-0
drivers/usb/misc/Config.in
drivers/usb/misc/Config.in
+1
-0
drivers/usb/misc/Makefile
drivers/usb/misc/Makefile
+1
-0
drivers/usb/misc/usbtest.c
drivers/usb/misc/usbtest.c
+570
-0
No files found.
drivers/usb/Makefile
View file @
0e65e377
...
...
@@ -60,6 +60,7 @@ obj-$(CONFIG_USB_EMI26) += misc/
obj-$(CONFIG_USB_LCD)
+=
misc/
obj-$(CONFIG_USB_RIO500)
+=
misc/
obj-$(CONFIG_USB_SPEEDTOUCH)
+=
misc/
obj-$(CONFIG_USB_TEST)
+=
misc/
obj-$(CONFIG_USB_TIGL)
+=
misc/
obj-$(CONFIG_USB_USS720)
+=
misc/
...
...
drivers/usb/misc/Config.help
View file @
0e65e377
...
...
@@ -112,6 +112,12 @@ CONFIG_USB_SPEEDTCH
For more information, see Johan Verrept's webpages at
<http://linux-usb.sourceforge.net/SpeedTouch/>.
CONFIG_USB_TEST
This driver is for testing host controller software. It is used
with specialized device firmware for regression and stress testing,
to help prevent problems from cropping up with 'real" drivers.
CONFIG_USB_LCD
Say Y here if you want to connect an USBLCD to your computer's
USB port. The USBLCD is a small USB interface board for
...
...
drivers/usb/misc/Config.in
View file @
0e65e377
...
...
@@ -9,3 +9,4 @@ dep_tristate ' USB Diamond Rio500 support (EXPERIMENTAL)' CONFIG_USB_RIO500 $CO
dep_tristate ' Tieman Voyager USB Braille display support (EXPERIMENTAL)' CONFIG_USB_BRLVGER $CONFIG_USB $CONFIG_EXPERIMENTAL
dep_tristate ' USB LCD driver support' CONFIG_USB_LCD $CONFIG_USB
dep_tristate ' Alcatel Speedtouch ADSL USB Modem' CONFIG_USB_SPEEDTOUCH $CONFIG_USB $CONFIG_ATM
dep_tristate ' USB testing driver (DEVELOPMENT)' CONFIG_USB_TEST $CONFIG_USB_DEVICEFS $CONFIG_EXPERIMENTAL
drivers/usb/misc/Makefile
View file @
0e65e377
...
...
@@ -11,6 +11,7 @@ obj-$(CONFIG_USB_EMI26) += emi26.o
obj-$(CONFIG_USB_LCD)
+=
usblcd.o
obj-$(CONFIG_USB_RIO500)
+=
rio500.o
obj-$(CONFIG_USB_SPEEDTOUCH)
+=
speedtouch.o atmsar.o
obj-$(CONFIG_USB_TEST)
+=
usbtest.o
obj-$(CONFIG_USB_TIGL)
+=
tiglusb.o
obj-$(CONFIG_USB_USS720)
+=
uss720.o
...
...
drivers/usb/misc/usbtest.c
0 → 100644
View file @
0e65e377
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment