Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alan Stern and committed by
Greg Kroah-Hartman
0f157ef3 2bbff7b7

+1 -1
+1 -1
drivers/usb/misc/Kconfig
··· 220 220 221 221 config USB_TEST 222 222 tristate "USB testing driver" 223 - depends on USB && USB_DEVICEFS 223 + depends on USB 224 224 help 225 225 This driver is for testing host controller software. It is used 226 226 with specialized device firmware for regression and stress testing,