summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorLines
2008-11-13USB: SISUSB2VGA driver: add 0x0711, 0x0903Albert Comerma-0/+1
2008-11-13USB: vstusb: fix compiler warning on x86-64Greg Kroah-Hartman-1/+1
2008-10-22USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin-2/+1
2008-10-17USB: remove err() macro from usb misc driversGreg Kroah-Hartman-29/+37
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman-34/+47
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman-4/+5
2008-10-17USB: fix up problems in the vtusb driverStephen Ware-20/+34
2008-10-17USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds.Sarah Sharp-5/+5
2008-10-17usb: vstusb.c : new driver for spectrometers used by Vernier Software & Techn...Stephen Ware-0/+784
2008-10-17USB: drivers/usb/misc: Use an IS_ERR test rather than a NULL testJulien Brunel-1/+1
2008-10-17USB: Added driver for a Delcom USB 7-segment LED DisplayHarrison Metzger-0/+404
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman-9/+6
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk-1/+0
2008-08-21USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.Stefan Lippers-Hollmann-0/+1
2008-08-13usb: auerswald: remove driver (obsolete)Wolfgang Mües-2163/+0
2008-08-12isight_firmware: fix a leak and double kfree()Parag Warudkar-2/+2
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven-2/+2
2008-07-21USB: sisusb: Push down the BKLAlan Cox-7/+6
2008-07-21USB: rio100: Push down the BKLAlan Cox-4/+4
2008-07-21USB: auerwald: Push down the BKL into the driverAlan Cox-4/+6
2008-07-21USB: iowarrior: Push down BKLAlan Cox-3/+5
2008-07-21USB: usblcd: Push down BKL into driverAlan Cox-2/+4
2008-07-21USB: ftdi_usb: Eliminate ioctl and BKL ioctl useAlan Cox-24/+0
2008-07-21USB: remove CVS keywordsAdrian Bunk-2/+0
2008-07-10emi62: use request_firmware()David Woodhouse-17747/+73
2008-07-10emi26: use request_firmware()David Woodhouse-5809/+66
2008-07-10isight: treat firmware data as constgregkh@suse.de-1/+1
2008-07-03sisusbvga: Fix oops on disconnect.Will Newton-2/+0
2008-06-11isight_firmware: Avoid crash on loading invalid firmwareMatthew Garrett-7/+16
2008-06-11USB: fix build bug in USB_ISIGHTFWIngo Molnar-0/+1
2008-05-29USB: Firmware loader driver for USB Apple iSight cameraMatthew Garrett-0/+143
2008-05-20USB: Phidget: fix race in device_createGreg Kroah-Hartman-10/+9
2008-05-14usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz-0/+5
2008-05-14USB: remove PICDEM FS USB demo (04d8:000c) device from ldusbXiaofan Chen-4/+0
2008-05-02USB: usbtest displays diagnostics againDavid Brownell-143/+133
2008-05-02usb: ldusb: ld_usb semaphore to mutexDaniel Walker-14/+14
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei-14/+14
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison-162/+162
2008-04-24USB: Remove EXPERIMENTAL designation from USB misc/ Kconfig entriesRobert P. J. Day-10/+10
2008-04-24USB: remove dev->power.power_stateAlan Stern-1/+2
2008-04-24USB: use DIV_ROUND_UPJulia Lawall-1/+1
2008-04-24USB: auerswald: Convert ccp->mutex in a mutexmatthias@kaehlcke.net-26/+26
2008-04-24USB: auerswald: Convert ccp->readmutex in a mutexmatthias@kaehlcke.net-9/+9
2008-04-24USB: auerswald: Convert stats_sem in a mutexmatthias@kaehlcke.net-21/+24
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox-1/+0
2008-04-02USB: fix bug in sg initialization in usbtestAlan Stern-1/+2
2008-02-21USB: add new vernier product id to ldusb.cStephen Ware-0/+2
2008-02-21USB: fix error handling in trancevibratorOliver Neukum-1/+3
2008-02-01USB: constify function pointer tablesJan Engelhardt-1/+1
2008-02-01USB: misc: legousbtower: semaphore to mutexDaniel Walker-14/+16