aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
Commit message (Expand)AuthorAgeFilesLines
...
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-2/+1
* headers: kref.h reduxAlexey Dobriyan2009-09-261-1/+0
* USB: full autosuspend and power management support for usbsevsegOliver Neukum2009-09-231-6/+63
* USB: full power management support for the idmouse driverOliver Neukum2009-09-231-0/+21
* USB: ldusb should signal an error in poll if the device is disconnectedOliver Neukum2009-09-231-0/+6
* USB: legousbtower: make poll notice disconnectOliver Neukum2009-09-231-0/+6
* USB: sisusbvga: drop usb_buffer_allocPete Zaitcev2009-09-232-42/+13
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-192-4/+4
* USB: usbtest: no need for USB_DEVICEFSAlan Stern2009-07-281-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-123-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-162-15/+26
|\
| * USB: usbtest fix endless loop in unlink tests.Martin Fuzzey2009-06-151-14/+25
| * usb: misc: SiS usbvga dangle: accept MUSB_HDRC as a fast enough host controllerBryan Wu2009-06-151-1/+1
* | Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-152-0/+12
|/
* 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