Kconfig (7022b15e2a9f878fd5184586064c63352c3dd225) | Kconfig (62d104d0deeabd4148e49eba729d963e740e205f) |
---|---|
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" --- 255 unchanged lines hidden (view full) --- 264 help 265 This driver is for testing host controller software. It is used 266 with specialized device firmware for regression and stress testing, 267 to help prevent problems from cropping up with "real" drivers. 268 269 See <http://www.linux-usb.org/usbtest/> for more information, 270 including sample test device firmware and "how to use it". 271 | 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" --- 255 unchanged lines hidden (view full) --- 264 help 265 This driver is for testing host controller software. It is used 266 with specialized device firmware for regression and stress testing, 267 to help prevent problems from cropping up with "real" drivers. 268 269 See <http://www.linux-usb.org/usbtest/> for more information, 270 including sample test device firmware and "how to use it". 271 |
272config USB_ISIGHTFW 273 tristate "iSight firmware loading support" 274 depends on USB 275 help 276 This driver loads firmware for USB Apple iSight cameras, allowing 277 them to be driven by the USB video class driver available at 278 http://linux-uvc.berlios.de 279 280 The firmware for this driver must be extracted from the MacOS 281 driver beforehand. Tools for doing so are available at 282 http://bersace03.free.fr |
|