aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-2/+1
2009-09-26headers: kref.h reduxAlexey Dobriyan1-1/+0
2009-09-23USB: full autosuspend and power management support for usbsevsegOliver Neukum1-6/+63
2009-09-23USB: full power management support for the idmouse driverOliver Neukum1-0/+21
2009-09-23USB: ldusb should signal an error in poll if the device is disconnectedOliver Neukum1-0/+6
2009-09-23USB: legousbtower: make poll notice disconnectOliver Neukum1-0/+6
2009-09-23USB: sisusbvga: drop usb_buffer_allocPete Zaitcev2-42/+13
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2-4/+4
2009-07-28USB: usbtest: no need for USB_DEVICEFSAlan Stern1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-0/+3
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-15/+26
2009-06-15USB: usbtest fix endless loop in unlink tests.Martin Fuzzey1-14/+25
2009-06-15usb: misc: SiS usbvga dangle: accept MUSB_HDRC as a fast enough host controllerBryan Wu1-1/+1
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers2-0/+12
2009-03-24USB: remove phidget drivers from kernel tree.Greg Kroah-Hartman7-1678/+0
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-3/+3
2009-03-17USB: misc/vstusb, fix lock imbalanceJiri Slaby1-0/+1
2009-03-17USB: misc/adutux, fix lock imbalanceJiri Slaby1-3/+3
2009-01-27USB: remove vernier labpro from ldusbsware1-2/+0
2009-01-07USB: emi26: fix oops on loadMarcin Slusarz1-1/+1
2009-01-07USB: power availability check for berry_chargeOliver Neukum1-0/+5
2009-01-07USB: clean up redundant tests on unsignedroel kluin1-2/+0
2008-11-13USB: SISUSB2VGA driver: add 0x0711, 0x0903Albert Comerma1-0/+1
2008-11-13USB: vstusb: fix compiler warning on x86-64Greg Kroah-Hartman1-1/+1
2008-10-22USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin1-2/+1
2008-10-17USB: remove err() macro from usb misc driversGreg Kroah-Hartman5-29/+37
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman10-34/+47
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman2-4/+5
2008-10-17USB: fix up problems in the vtusb driverStephen Ware1-20/+34
2008-10-17USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds.Sarah Sharp1-5/+5
2008-10-17usb: vstusb.c : new driver for spectrometers used by Vernier Software & Technology, Inc.Stephen Ware3-0/+784
2008-10-17USB: drivers/usb/misc: Use an IS_ERR test rather than a NULL testJulien Brunel1-1/+1
2008-10-17USB: Added driver for a Delcom USB 7-segment LED DisplayHarrison Metzger3-0/+404
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman3-9/+6
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-13usb: auerswald: remove driver (obsolete)Wolfgang Mües3-2163/+0
2008-08-12isight_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-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