Kconfig (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) | Kconfig (2824bd250f0be1551747cc3ed5ae07facc285b57) |
---|---|
1# 2# USB Miscellaneous driver configuration 3# 4comment "USB Miscellaneous drivers" 5 depends on USB 6 7config USB_EMI62 8 tristate "EMI 6|2m USB Audio interface support" --- 125 unchanged lines hidden (view full) --- 134 135 This driver creates an entry "/dev/idmouseX" or "/dev/usb/idmouseX", 136 which can be used by, e.g.,"cat /dev/idmouse0 > fingerprint.pnm". 137 138 See also <http://www.fs.tum.de/~echtler/idmouse/>. 139 140source "drivers/usb/misc/sisusbvga/Kconfig" 141 | 1# 2# USB Miscellaneous driver configuration 3# 4comment "USB Miscellaneous drivers" 5 depends on USB 6 7config USB_EMI62 8 tristate "EMI 6|2m USB Audio interface support" --- 125 unchanged lines hidden (view full) --- 134 135 This driver creates an entry "/dev/idmouseX" or "/dev/usb/idmouseX", 136 which can be used by, e.g.,"cat /dev/idmouse0 > fingerprint.pnm". 137 138 See also <http://www.fs.tum.de/~echtler/idmouse/>. 139 140source "drivers/usb/misc/sisusbvga/Kconfig" 141 |
142config USB_LD 143 tristate "USB LD driver" 144 depends on USB && EXPERIMENTAL 145 help 146 This driver is for generic USB devices that use interrupt transfers, 147 like LD Didactic's USB devices. 148 149 To compile this driver as a module, choose M here: the 150 module will be called ldusb. 151 |
|
142config USB_TEST 143 tristate "USB testing driver (DEVELOPMENT)" 144 depends on USB && USB_DEVICEFS && EXPERIMENTAL 145 help 146 This driver is for testing host controller software. It is used 147 with specialized device firmware for regression and stress testing, 148 to help prevent problems from cropping up with "real" drivers. 149 150 See <http://www.linux-usb.org/usbtest/> for more information, 151 including sample test device firmware and "how to use it". 152 | 152config USB_TEST 153 tristate "USB testing driver (DEVELOPMENT)" 154 depends on USB && USB_DEVICEFS && EXPERIMENTAL 155 help 156 This driver is for testing host controller software. It is used 157 with specialized device firmware for regression and stress testing, 158 to help prevent problems from cropping up with "real" drivers. 159 160 See <http://www.linux-usb.org/usbtest/> for more information, 161 including sample test device firmware and "how to use it". 162 |