android_kernel_motorola_sm6225/drivers/usb/misc
Tony Olech a5c66e4b24 USB: ftdi-elan: client driver for ELAN Uxxx adapters
This "ftdi-elan" module is one half of the "driver" for
ELAN's Uxxx series adapters which are USB to PCMCIA CardBus
adapters. Currently only the U132 adapter is available and
it's module is called "u132-hcd".

When the USB hot plug subsystem detects a Uxxx series adapter
it should load this module.

Upon a successful device probe() the jtag device file interface
is created and the status workqueue started up.

The jtag device file interface exists for the purpose of
updating the firmware in the Uxxx series adapter, but as
yet it had never been used.

The status workqueue initializes the Uxxx and then sits there
polling the Uxxx until a supported PCMCIA CardBus device is
detected it will start the command and respond workqueues
and then load the module that handles the device. This will
initially be only the u132-hcd module. The status workqueue
then just polls the Uxxx looking for card ejects.

The command and respond workqueues implement a command
sequencer for communicating with the firmware on the other
side of the FTDI chip in the Uxxx. This "ftdi-elan" module
exports some functions to interface with the sequencer.

Note that this module is a USB client driver.

Note that the "u132-hcd" module is a (cut-down OHCI)
host controller.

Thus we have a topology with the parent of a host controller
being a USB client! This really stresses the USB subsystem
semaphore/mutex handling in the module removal.

Signed-off-by: Tony Olech <tony.olech@elandigitalsystems.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-09-27 11:58:59 -07:00
..
sisusbvga USB: Make file operations structs in drivers/usb const. 2006-09-27 11:58:52 -07:00
adutux.c USB: Add ADU support for Ontrak ADU devices 2006-09-27 11:58:59 -07:00
appledisplay.c [PATCH] Driver for Apple Cinema Display 2006-06-21 15:04:14 -07:00
auerswald.c USB: Make file operations structs in drivers/usb const. 2006-09-27 11:58:52 -07:00
cypress_cy7c63.c USB: fix __must_check warnings in drivers/usb/misc/ 2006-09-27 11:58:58 -07:00
cytherm.c USB: fix __must_check warnings in drivers/usb/misc/ 2006-09-27 11:58:58 -07:00
emi26.c [PATCH] USB: Emagic USB firmware loading fixes 2006-05-12 11:58:09 -07:00
emi26_fw.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
emi62.c [PATCH] USB: Emagic USB firmware loading fixes 2006-05-12 11:58:09 -07:00
emi62_fw_m.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
emi62_fw_s.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ftdi-elan.c USB: ftdi-elan: client driver for ELAN Uxxx adapters 2006-09-27 11:58:59 -07:00
idmouse.c USB: Make file operations structs in drivers/usb const. 2006-09-27 11:58:52 -07:00
Kconfig USB: ftdi-elan: client driver for ELAN Uxxx adapters 2006-09-27 11:58:59 -07:00
ldusb.c USB: ldusb: Use usb_endpoint_* functions. 2006-09-27 11:58:54 -07:00
legousbtower.c USB: Make file operations structs in drivers/usb const. 2006-09-27 11:58:52 -07:00
Makefile USB: ftdi-elan: client driver for ELAN Uxxx adapters 2006-09-27 11:58:59 -07:00
phidget.c USB: Put phidgets driver in a sysfs class 2006-09-27 11:58:49 -07:00
phidget.h USB: Put phidgets driver in a sysfs class 2006-09-27 11:58:49 -07:00
phidgetkit.c USB: Phidgets should check create_device_file() return value 2006-09-27 11:58:49 -07:00
phidgetmotorcontrol.c USB: Phidgets should check create_device_file() return value 2006-09-27 11:58:49 -07:00
phidgetservo.c USB: Phidgets should check create_device_file() return value 2006-09-27 11:58:49 -07:00
rio500.c [PATCH] USB: Remove unneeded kmalloc() return value casts 2006-01-04 13:51:43 -08:00
rio500_usb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb_u132.h USB: ftdi-elan: client driver for ELAN Uxxx adapters 2006-09-27 11:58:59 -07:00
usblcd.c USB: usblcd: Use usb_endpoint_* functions. 2006-09-27 11:58:54 -07:00
usbled.c USB: fix __must_check warnings in drivers/usb/misc/ 2006-09-27 11:58:58 -07:00
usbtest.c USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of error 2006-08-11 14:06:06 -07:00
uss720.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00