[PATCH] USB: new driver for Cypress CY7C63xxx mirco controllers
authorOliver Bock <o.bock@fh-wolfenbuettel.de>
Fri, 9 Jun 2006 22:42:19 +0000 (00:42 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:17 +0000 (15:04 -0700)
commit4255e6f6d98ad092c27fa2b83ac314cbe8a0c56f
tree564734c2b0112880b7b826af1c8e441e3e65f89e
parentd9ac2cfc3aaf3bc37da4192d3edfa11d2ad2e96f
[PATCH] USB: new driver for Cypress CY7C63xxx mirco controllers

This is a new driver for the Cypress CY7C63xxx mirco controller series.
It currently supports the pre-programmed CYC63001A-PC by AK Modul-Bus
GmbH.  It's based on a kernel 2.4 driver (cyport) by Marcus Maul which I
ported to kernel 2.6 using sysfs. I intend to support more controllers
of this family (and more features) as soon as I get hold of the required
IDs etc. Please see the source code's header for more information.

Signed-off-by: Oliver Bock <o.bock@fh-wolfenbuettel.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/Makefile
drivers/usb/misc/Kconfig
drivers/usb/misc/Makefile
drivers/usb/misc/cy7c63.c [new file with mode: 0644]