summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorLines
2010-11-15USB: misc: trancevibrator: fix up a sysfs attribute permissionGreg Kroah-Hartman-1/+1
2010-11-15USB: misc: cypress_cy7c63: fix up some sysfs attribute permissionsGreg Kroah-Hartman-4/+2
2010-11-11usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov-0/+1
2010-11-11usb: misc: sisusbvga: fix information leak to userlandVasiliy Kulikov-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-3/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-2/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-351/+944
2010-10-22usb: iowarrior: don't trust report_size for buffer sizeKees Cook-1/+1
2010-10-22usb: makefile cleanupmatt mooney-24/+23
2010-10-22USB: usbtest - ensure correct isoc data lengthMartin Fuzzey-0/+2
2010-10-22USB: usbtest fix coding styleMartin Fuzzey-324/+341
2010-10-22usb: change to new flag variablematt mooney-3/+1
2010-10-22USB: yurex: fix memory leak and corrupted messagesTomoki Sekiyama-6/+17
2010-10-22USB: yurex: assign a real minor number to the driverGreg Kroah-Hartman-2/+2
2010-10-22USB: add driver for Meywa-Denki & Kayac YUREXTomoki Sekiyama-0/+566
2010-10-22usb: ftdi-elan: Convert "mutex" to semaphoreThomas Gleixner-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+6
2010-08-23USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy-1/+1
2010-08-23USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy-2/+2
2010-08-11Merge branch 'master' into for-nextJiri Kosina-43/+53
2010-08-10USB: usbtest: support test device with only one iso-in or iso-out endpointMing Lei-1/+4
2010-08-10USB: usbtest: avoid to free coherent buffer in atomic contextMing Lei-1/+5
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches-18/+18
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann-22/+24
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen-1/+2
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches-2/+0
2010-07-26USB: sisusbvga: Fix for USB 3.0Oliver Neukum-2/+3
2010-05-20usb: sisusb_con.c: fix shadows sparse warningBill Pemberton-4/+4
2010-05-20USB: sisusbvga: Remove the BKL from openAlessio Igor Bogani-9/+0
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack-26/+26
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern-7/+2
2010-05-20USB: sisusbvga: Remove the BKL from ioctlAlessio Igor Bogani-3/+1
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet-1/+1
2010-04-22USB: fixed bug in usbsevseg using USB autosuspend incorrectlyHarrison Metzger-2/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+6
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett-3/+4
2010-03-02USB: backlight, appledisplay: fix incomplete registration failure handlingBruno Prémont-1/+2
2010-03-02USB: sisusbvga: no unnecessary GFP_ATOMICOliver Neukum-2/+2
2010-03-02USB: vstusb.c: removal of driver for Vernier Software & Technology, Inc., dev...Dennis O'Brien-798/+0
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches-8/+11
2010-03-02USB: remove the berry_charge driverGreg Kroah-Hartman-195/+0
2010-03-02USB: BKL removal: vstusbOliver Neukum-8/+1
2010-03-02USB: BKL removal: legousbtowerOliver Neukum-3/+0
2010-03-02USB: BKL removal: ldusbOliver Neukum-10/+2
2010-03-02USB: BKL removal: ftdi-elanOliver Neukum-6/+0
2010-03-02USB: BKL removal: adutuxOliver Neukum-3/+0
2010-03-02USB: BKL removal: idmouseOliver Neukum-7/+1
2010-03-02USB: BKL removal: rio500Oliver Neukum-2/+6
2010-03-02USB: isight-firmware: declare MODULE_FIRMWAREBen Hutchings-0/+2
2010-03-02USB: Push BKL on open down into the driversOliver Neukum-10/+66