Kconfig (eb86be5424d4c08e686d5e578b72a26c516ae58a) | Kconfig (cbc30118d7a376dab4113f299c0c8f035737a5c3) |
---|---|
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" --- 266 unchanged lines hidden (view full) --- 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 | 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" --- 266 unchanged lines hidden (view full) --- 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 |
283 284config USB_VST 285 tristate "USB VST driver" 286 depends on USB 287 help 288 This driver is intended for Vernier Software Technologies 289 bulk usb devices such as their Ocean-Optics spectrometers or 290 Labquest. 291 It is a bulk channel driver with configurable read and write 292 timeouts. 293 294 To compile this driver as a module, choose M here: the 295 module will be called vstusb. 296 297 |
|