aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-2/+2
2008-07-21USB: sisusb: Push down the BKLAlan Cox1-7/+6
2008-07-21USB: rio100: Push down the BKLAlan Cox1-4/+4
2008-07-21USB: auerwald: Push down the BKL into the driverAlan Cox1-4/+6
2008-07-21USB: iowarrior: Push down BKLAlan Cox1-3/+5
2008-07-21USB: usblcd: Push down BKL into driverAlan Cox1-2/+4
2008-07-21USB: ftdi_usb: Eliminate ioctl and BKL ioctl useAlan Cox1-24/+0
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-07-10emi62: use request_firmware()David Woodhouse3-17747/+73
2008-07-10emi26: use request_firmware()David Woodhouse2-5809/+66
2008-07-10isight: treat firmware data as constgregkh@suse.de1-1/+1
2008-07-03sisusbvga: Fix oops on disconnect.Will Newton1-2/+0
2008-06-11isight_firmware: Avoid crash on loading invalid firmwareMatthew Garrett1-7/+16
2008-06-11USB: fix build bug in USB_ISIGHTFWIngo Molnar1-0/+1
2008-05-29USB: Firmware loader driver for USB Apple iSight cameraMatthew Garrett3-0/+143
2008-05-20USB: Phidget: fix race in device_createGreg Kroah-Hartman3-10/+9
2008-05-14usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz1-0/+5
2008-05-14USB: remove PICDEM FS USB demo (04d8:000c) device from ldusbXiaofan Chen1-4/+0
2008-05-02USB: usbtest displays diagnostics againDavid Brownell1-143/+133
2008-05-02usb: ldusb: ld_usb semaphore to mutexDaniel Walker1-14/+14
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei6-14/+14
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison13-162/+162
2008-04-24USB: Remove EXPERIMENTAL designation from USB misc/ Kconfig entriesRobert P. J. Day1-10/+10
2008-04-24USB: remove dev->power.power_stateAlan Stern1-1/+2
2008-04-24USB: use DIV_ROUND_UPJulia Lawall1-1/+1
2008-04-24USB: auerswald: Convert ccp->mutex in a mutexmatthias@kaehlcke.net1-26/+26
2008-04-24USB: auerswald: Convert ccp->readmutex in a mutexmatthias@kaehlcke.net1-9/+9
2008-04-24USB: auerswald: Convert stats_sem in a mutexmatthias@kaehlcke.net1-21/+24
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-02USB: fix bug in sg initialization in usbtestAlan Stern1-1/+2
2008-02-21USB: add new vernier product id to ldusb.cStephen Ware1-0/+2
2008-02-21USB: fix error handling in trancevibratorOliver Neukum1-1/+3
2008-02-01USB: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-01USB: misc: legousbtower: semaphore to mutexDaniel Walker1-14/+16
2008-02-01USB: Spelling fixesJoe Perches2-2/+2
2008-02-01USB: testing driver: don't free a locked mutexAndrew Morton1-2/+0
2008-02-01USB: testing driver: convert dev->sem to mutexMatthias Kaehlcke1-8/+9
2008-02-01USB: cypress_cy7c63: updated contact/usage informationOliver Bock1-2/+5
2008-02-01USB: sis FB driver: *_ioctl32_conversion functions do not exist in recent kernelsFernando Luis Vazquez Cao2-30/+0
2008-02-01usb: fix usbtest halt check on big endian systemsJan Andersson1-0/+1
2007-11-28USB: FIx locks and urb->status in adutux (updated)Pete Zaitcev1-123/+139
2007-11-28USB: fix usbled disconnect read race #2Oliver Neukum1-1/+3
2007-10-25USB: open disconnect race in usblcdOliver Neukum1-1/+10
2007-10-25USB: disconnect open race in legousbtowerOliver Neukum1-1/+13
2007-10-25USB: open disconnect race in iowarriorOliver Neukum1-1/+8
2007-10-25USB: missing error check in emi62Oliver Neukum1-0/+4
2007-10-25USB: missing error check in emi26Oliver Neukum1-0/+4
2007-10-25USB: fix read vs. disconnect race in cytherm driverOliver Neukum1-1/+3
2007-10-25USB: fix locking in idmouseOliver Neukum1-17/+28
2007-10-25USB rio500.c: fix check-after-useAdrian Bunk1-12/+3