Kconfig (03270634e242dd10cc8569d31a00659d25b2b8e7) Kconfig (a5c66e4b2418278786a025a5bd9625f485b2087a)
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"

--- 164 unchanged lines hidden (view full) ---

173 _Professional_, which has not been tested with this driver,
174 but uses the same sensor and may therefore work.
175
176 This driver creates an entry "/dev/idmouseX" or "/dev/usb/idmouseX",
177 which can be used by, e.g.,"cat /dev/idmouse0 > fingerprint.pnm".
178
179 See also <http://www.fs.tum.de/~echtler/idmouse/>.
180
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"

--- 164 unchanged lines hidden (view full) ---

173 _Professional_, which has not been tested with this driver,
174 but uses the same sensor and may therefore work.
175
176 This driver creates an entry "/dev/idmouseX" or "/dev/usb/idmouseX",
177 which can be used by, e.g.,"cat /dev/idmouse0 > fingerprint.pnm".
178
179 See also <http://www.fs.tum.de/~echtler/idmouse/>.
180
181config USB_FTDI_ELAN
182 tristate "Elan PCMCIA CardBus Adapter USB Client"
183 depends on USB
184 default M
185 help
186 ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters.
187 Currently only the U132 adapter is available.
188
189 The U132 is specifically designed for CardBus PC cards that contain
190 an OHCI host controller. Typical PC cards are the Orange Mobile 3G
191 Option GlobeTrotter Fusion card. The U132 adapter will *NOT* work
192 with PC cards that do not contain an OHCI controller. To use a U132
193 adapter you will need this "ftdi-elan" module as well as the "u132-hcd"
194 module which is a USB host controller driver that talks to the OHCI
195 controller within CardBus card that are inserted in the U132 adapter.
196
197 This driver has been tested with a CardBus OHCI USB adapter, and
198 worked with a USB PEN Drive inserted into the first USB port of
199 the PCCARD. A rather pointless thing to do, but useful for testing.
200
201 See also the USB_U132_HCD entry "Elan U132 Adapter Host Controller"
202
203 It is safe to say M here.
204
181config USB_APPLEDISPLAY
182 tristate "Apple Cinema Display support"
183 depends on USB
184 select BACKLIGHT_LCD_SUPPORT
185 select BACKLIGHT_CLASS_DEVICE
186 help
187 Say Y here if you want to control the backlight of Apple Cinema
188 Displays over USB. This driver provides a sysfs interface.

--- 24 unchanged lines hidden ---
205config USB_APPLEDISPLAY
206 tristate "Apple Cinema Display support"
207 depends on USB
208 select BACKLIGHT_LCD_SUPPORT
209 select BACKLIGHT_CLASS_DEVICE
210 help
211 Say Y here if you want to control the backlight of Apple Cinema
212 Displays over USB. This driver provides a sysfs interface.

--- 24 unchanged lines hidden ---