aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* USB: remove phidget drivers from kernel tree.Greg Kroah-Hartman2009-03-247-1678/+0
* USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman2009-03-241-3/+3
* USB: misc/vstusb, fix lock imbalanceJiri Slaby2009-03-171-0/+1
* USB: misc/adutux, fix lock imbalanceJiri Slaby2009-03-171-3/+3
* USB: remove vernier labpro from ldusbsware2009-01-271-2/+0
* USB: emi26: fix oops on loadMarcin Slusarz2009-01-071-1/+1
* USB: power availability check for berry_chargeOliver Neukum2009-01-071-0/+5
* USB: clean up redundant tests on unsignedroel kluin2009-01-071-2/+0
* USB: SISUSB2VGA driver: add 0x0711, 0x0903Albert Comerma2008-11-131-0/+1
* USB: vstusb: fix compiler warning on x86-64Greg Kroah-Hartman2008-11-131-1/+1
* USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin2008-10-221-2/+1
* USB: remove err() macro from usb misc driversGreg Kroah-Hartman2008-10-175-29/+37
* USB: remove info() macro from usb/misc driversGreg Kroah-Hartman2008-10-1710-34/+47
* USB: remove warn() macro from usb driversGreg Kroah-Hartman2008-10-172-4/+5
* USB: fix up problems in the vtusb driverStephen Ware2008-10-171-20/+34
* USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds.Sarah Sharp2008-10-171-5/+5
* usb: vstusb.c : new driver for spectrometers used by Vernier Software & Techn...Stephen Ware2008-10-173-0/+784
* USB: drivers/usb/misc: Use an IS_ERR test rather than a NULL testJulien Brunel2008-10-171-1/+1
* USB: Added driver for a Delcom USB 7-segment LED DisplayHarrison Metzger2008-10-173-0/+404
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-163-9/+6
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.Stefan Lippers-Hollmann2008-08-211-0/+1
* usb: auerswald: remove driver (obsolete)Wolfgang Mües2008-08-133-2163/+0
* isight_firmware: fix a leak and double kfree()Parag Warudkar2008-08-121-2/+2
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-251-2/+2
* USB: sisusb: Push down the BKLAlan Cox2008-07-211-7/+6
* USB: rio100: Push down the BKLAlan Cox2008-07-211-4/+4
* USB: auerwald: Push down the BKL into the driverAlan Cox2008-07-211-4/+6
* USB: iowarrior: Push down BKLAlan Cox2008-07-211-3/+5
* USB: usblcd: Push down BKL into driverAlan Cox2008-07-211-2/+4
* USB: ftdi_usb: Eliminate ioctl and BKL ioctl useAlan Cox2008-07-211-24/+0
* USB: remove CVS keywordsAdrian Bunk2008-07-211-2/+0
* emi62: use request_firmware()David Woodhouse2008-07-103-17747/+73
* emi26: use request_firmware()David Woodhouse2008-07-102-5809/+66
* isight: treat firmware data as constgregkh@suse.de2008-07-101-1/+1
* sisusbvga: Fix oops on disconnect.Will Newton2008-07-031-2/+0
* isight_firmware: Avoid crash on loading invalid firmwareMatthew Garrett2008-06-111-7/+16
* USB: fix build bug in USB_ISIGHTFWIngo Molnar2008-06-111-0/+1
* USB: Firmware loader driver for USB Apple iSight cameraMatthew Garrett2008-05-293-0/+143
* USB: Phidget: fix race in device_createGreg Kroah-Hartman2008-05-203-10/+9
* usbtest: comment on why this code "expects" negative and positive errnosMarcin Slusarz2008-05-141-0/+5
* USB: remove PICDEM FS USB demo (04d8:000c) device from ldusbXiaofan Chen2008-05-141-4/+0
* USB: usbtest displays diagnostics againDavid Brownell2008-05-021-143/+133
* usb: ldusb: ld_usb semaphore to mutexDaniel Walker2008-05-021-14/+14
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-246-14/+14
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-2413-162/+162
* USB: Remove EXPERIMENTAL designation from USB misc/ Kconfig entriesRobert P. J. Day2008-04-241-10/+10
* USB: remove dev->power.power_stateAlan Stern2008-04-241-1/+2
* USB: use DIV_ROUND_UPJulia Lawall2008-04-241-1/+1
* USB: auerswald: Convert ccp->mutex in a mutexmatthias@kaehlcke.net2008-04-241-26/+26