summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+4
2010-03-03USB: backlight, appledisplay: fix incomplete registration failure handlingBruno Prémont1-1/+2
2010-03-03USB: sisusbvga: no unnecessary GFP_ATOMICOliver Neukum1-2/+2
2010-03-03USB: vstusb.c: removal of driver for Vernier Software & Technology, Inc., dev...Dennis O'Brien3-798/+0
2010-03-03USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches3-8/+11
2010-03-03USB: remove the berry_charge driverGreg Kroah-Hartman3-195/+0
2010-03-03USB: BKL removal: vstusbOliver Neukum1-8/+1
2010-03-03USB: BKL removal: legousbtowerOliver Neukum1-3/+0
2010-03-03USB: BKL removal: ldusbOliver Neukum1-10/+2
2010-03-03USB: BKL removal: ftdi-elanOliver Neukum1-6/+0
2010-03-03USB: BKL removal: adutuxOliver Neukum1-3/+0
2010-03-03USB: BKL removal: idmouseOliver Neukum1-7/+1
2010-03-03USB: BKL removal: rio500Oliver Neukum1-2/+6
2010-03-03USB: isight-firmware: declare MODULE_FIRMWAREBen Hutchings1-0/+2
2010-03-03USB: Push BKL on open down into the driversOliver Neukum10-10/+66
2010-03-03USB misc: make USB device id constantNémeth Márton22-22/+22
2010-03-03USB: convert to the runtime PM frameworkAlan Stern1-4/+0
2010-02-17USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUSTanaka Akira1-0/+1
2009-12-23USB: Fix a bug on appledisplay.c regarding signednesspancho horrillo1-2/+2
2009-12-23USB: add device ID for Apple Cinema Display 23in 2007pancho horrillo1-0/+1
2009-12-23USB: emi62: fix crash when trying to load EMI 6|2 firmwareClemens Ladisch1-1/+1
2009-12-11usbtest: make module param pattern writeableVikram Pandita1-2/+5
2009-10-10USB: usblcd, fix memory leakJiri Slaby1-1/+2
2009-10-02const: 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-29USB: usbtest: no need for USB_DEVICEFSAlan Stern1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-0/+3
2009-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-15/+26
2009-06-16USB: usbtest fix endless loop in unlink tests.Martin Fuzzey1-14/+25
2009-06-16usb: misc: SiS usbvga dangle: accept MUSB_HDRC as a fast enough host controllerBryan Wu1-1/+1
2009-06-16Driver Core: usb: add nodename support for usb drivers.Kay Sievers2-0/+12
2009-03-25USB: remove phidget drivers from kernel tree.Greg Kroah-Hartman7-1678/+0
2009-03-25USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-3/+3
2009-03-18USB: misc/vstusb, fix lock imbalanceJiri Slaby1-0/+1
2009-03-18USB: misc/adutux, fix lock imbalanceJiri Slaby1-3/+3
2009-01-28USB: 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-14USB: SISUSB2VGA driver: add 0x0711, 0x0903Albert Comerma1-0/+1
2008-11-14USB: 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-18USB: remove err() macro from usb misc driversGreg Kroah-Hartman5-29/+37
2008-10-18USB: remove info() macro from usb/misc driversGreg Kroah-Hartman10-34/+47