summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-21USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.Stefan Lippers-Hollmann1-0/+1
2008-08-14usb: auerswald: remove driver (obsolete)Wolfgang Mües3-2163/+0
2008-08-13isight_firmware: fix a leak and double kfree()Parag Warudkar1-2/+2
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-2/+2
2008-07-22USB: sisusb: Push down the BKLAlan Cox1-7/+6
2008-07-22USB: rio100: Push down the BKLAlan Cox1-4/+4
2008-07-22USB: auerwald: Push down the BKL into the driverAlan Cox1-4/+6
2008-07-22USB: iowarrior: Push down BKLAlan Cox1-3/+5
2008-07-22USB: usblcd: Push down BKL into driverAlan Cox1-2/+4
2008-07-22USB: ftdi_usb: Eliminate ioctl and BKL ioctl useAlan Cox1-24/+0
2008-07-22USB: 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-04sisusbvga: Fix oops on disconnect.Will Newton1-2/+0
2008-06-12isight_firmware: Avoid crash on loading invalid firmwareMatthew Garrett1-7/+16
2008-06-12USB: fix build bug in USB_ISIGHTFWIngo Molnar1-0/+1
2008-05-30USB: Firmware loader driver for USB Apple iSight cameraMatthew Garrett3-0/+143
2008-05-21USB: 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-25USB: remove unnecessary type casting of urb->contextMing Lei6-14/+14
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison13-162/+162
2008-04-25USB: Remove EXPERIMENTAL designation from USB misc/ Kconfig entriesRobert P. J. Day1-10/+10
2008-04-25USB: remove dev->power.power_stateAlan Stern1-1/+2
2008-04-25USB: use DIV_ROUND_UPJulia Lawall1-1/+1
2008-04-25USB: auerswald: Convert ccp->mutex in a mutexmatthias@kaehlcke.net1-26/+26
2008-04-25USB: auerswald: Convert ccp->readmutex in a mutexmatthias@kaehlcke.net1-9/+9
2008-04-25USB: auerswald: Convert stats_sem in a mutexmatthias@kaehlcke.net1-21/+24
2008-04-19drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-03USB: fix bug in sg initialization in usbtestAlan Stern1-1/+2
2008-02-22USB: add new vernier product id to ldusb.cStephen Ware1-0/+2
2008-02-22USB: fix error handling in trancevibratorOliver Neukum1-1/+3
2008-02-02USB: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-02USB: misc: legousbtower: semaphore to mutexDaniel Walker1-14/+16
2008-02-02USB: Spelling fixesJoe Perches2-2/+2
2008-02-02USB: testing driver: don't free a locked mutexAndrew Morton1-2/+0
2008-02-02USB: testing driver: convert dev->sem to mutexMatthias Kaehlcke1-8/+9
2008-02-02USB: cypress_cy7c63: updated contact/usage informationOliver Bock1-2/+5
2008-02-02USB: sis FB driver: *_ioctl32_conversion functions do not exist in recent ker...Fernando Luis Vazquez Cao2-30/+0
2008-02-02usb: fix usbtest halt check on big endian systemsJan Andersson1-0/+1
2007-11-29USB: FIx locks and urb->status in adutux (updated)Pete Zaitcev1-123/+139
2007-11-29USB: 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