summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/cypress_cy7c63.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-02USB: cypress_cy7c63: updated contact/usage informationOliver Bock1-2/+5
here's a minor update to the cypress_cy7c63 driver providing new contact and usage information. From: Oliver Bock <bock@tfh-berlin.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-04-28USB: cypress_cy7c63: race disconnect/sysfs read-write leading to following ↵Oliver Neukum1-1/+3
NULL pointer this driver sets intfdata to NULL while it still can be read and happily followed. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-09-27USB: fix __must_check warnings in drivers/usb/misc/Greg Kroah-Hartman1-4/+15
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-08-27[PATCH] USB: fix bug in cypress_cy7c63.c driverGreg Kroah-Hartman1-1/+1
This was pointed out by Adrian Bunk <bunk@stusta.de>, as found by the Coverity Checker. Cc: Adrian Bunk <bunk@stusta.de> Cc: Oliver Bock <o.bock@fh-wolfenbuettel.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-08-03USB: cypress driver comment updatesOliver Bock1-2/+7
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-07-13[PATCH] USB: rename Cypress CY7C63xxx driver to proper name and fix up some ↵Oliver Bock1-0/+279
tiny things 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>