linux/drivers/usb/misc
Pete Zaitcev f08812d5eb USB: FIx locks and urb->status in adutux (updated)
Two main issues fixed here are:
 - An improper use of in-struct lock to protect an open count
 - Use of urb status for -EINPROGRESS

Also, along the way:
 - Change usb_unlink_urb to usb_kill_urb. Apparently there's no need
   to use usb_unlink_urb whatsoever in this driver, and the old use of
   usb_kill_urb was outright racy (it unlinked and immediately freed).
 - Fix indentation in adu_write. Looks like it was damaged by a script.
 - Vitaly wants -EBUSY on multiply opens.
 - bInterval was taken from a wrong endpoint.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>
Tested-by: Vitaliy Ivanov <vitalivanov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-11-28 13:58:34 -08:00
..
sisusbvga
Kconfig
Makefile
adutux.c USB: FIx locks and urb->status in adutux (updated) 2007-11-28 13:58:34 -08:00
appledisplay.c
auerswald.c
berry_charge.c
cypress_cy7c63.c
cytherm.c USB: fix read vs. disconnect race in cytherm driver 2007-10-25 12:18:44 -07:00
emi26.c USB: missing error check in emi26 2007-10-25 12:18:45 -07:00
emi26_fw.h
emi62.c USB: missing error check in emi62 2007-10-25 12:18:45 -07:00
emi62_fw_m.h
emi62_fw_s.h
ftdi-elan.c USB: FTDI Elan driver: Convert ftdi->u132_lock to mutex 2007-10-25 12:18:43 -07:00
idmouse.c USB: fix locking in idmouse 2007-10-25 12:18:44 -07:00
iowarrior.c USB: open disconnect race in iowarrior 2007-10-25 12:18:46 -07:00
ldusb.c
legousbtower.c USB: disconnect open race in legousbtower 2007-10-25 12:18:46 -07:00
phidget.c
phidget.h
phidgetkit.c
phidgetmotorcontrol.c
phidgetservo.c
rio500.c USB rio500.c: fix check-after-use 2007-10-25 12:18:43 -07:00
rio500_usb.h
trancevibrator.c
usb_u132.h
usblcd.c USB: open disconnect race in usblcd 2007-10-25 12:18:46 -07:00
usbled.c USB: fix usbled disconnect read race #2 2007-11-28 13:58:33 -08:00
usbtest.c [SG] Update drivers to use sg helpers 2007-10-22 21:19:53 +02:00
uss720.c [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} 2007-10-23 19:53:15 -04:00