mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
USB: usbtest: no need for USB_DEVICEFS
THis patch (as1270) allows the usbtest module to be built even when USB_DEVICEFS isn't configured. Tests can be performed without USB_DEVICEFS, using the /dev/bus/usb/*/* device files. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2bbff7b742
commit
0f157ef3a1
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ config USB_IOWARRIOR
|
||||||
|
|
||||||
config USB_TEST
|
config USB_TEST
|
||||||
tristate "USB testing driver"
|
tristate "USB testing driver"
|
||||||
depends on USB && USB_DEVICEFS
|
depends on USB
|
||||||
help
|
help
|
||||||
This driver is for testing host controller software. It is used
|
This driver is for testing host controller software. It is used
|
||||||
with specialized device firmware for regression and stress testing,
|
with specialized device firmware for regression and stress testing,
|
||||||
|
|
Loading…
Reference in a new issue