aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-19/+2
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto8-18/+18
2011-08-23USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfersSebastian Andrzej Siewior1-1/+3
2011-08-22usb: misc: usblcd: fixed coding style issuesZack Parsons1-56/+71
2011-08-22usb: misc: usbled: fixed coding style issuesZack Parsons1-11/+14
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-24treewide: Fix recieve/receive typosJoe Perches1-14/+14
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-17/+169
2011-05-10usb: fix warning in usbtest module v2Greg Dietsche1-3/+3
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-03USB: ldusb: add several new devicesMichael Hund1-10/+42
2011-05-02usb/usbtest: fix test10 on superpseedSebastian Andrzej Siewior1-0/+2
2011-05-02usb/usbtest: print super on super speedSebastian Andrzej Siewior1-0/+3
2011-04-29USB: add queued-unlinks test case to usbtest driverAlan Stern1-2/+118
2011-04-13usb: ftdi-elan: Drop __TIME__ usageMichal Marek1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23USB: uss720 fixup refcount positionPeter Holik1-4/+3
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman2-2/+1
2011-01-22USB: usbtest - Add tests to ensure HCDs can accept byte aligned buffers.Martin Fuzzey1-24/+212
2011-01-22USB: uss720: remove duplicate USB deviceSergei Shtylyov1-1/+0
2011-01-22USB: DL100B webmail notifier: initialize return valueMelchior FRANZ1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2010-12-22USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman1-1/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina8-13/+14
2010-12-21USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004)Melchior FRANZ1-28/+90
2010-12-16USB: misc: uss720.c: add another vendor/product IDThomas Sailer1-1/+3
2010-11-30USB: yurex: add .llseek fop to file_operationsTomoki Sekiyama1-0/+1
2010-11-15USB: misc: usbsevseg: fix up some sysfs attribute permissionsGreg Kroah-Hartman1-6/+4
2010-11-15USB: misc: usbled: fix up some sysfs attribute permissionsGreg Kroah-Hartman1-1/+1
2010-11-15USB: misc: trancevibrator: fix up a sysfs attribute permissionGreg Kroah-Hartman1-1/+1
2010-11-15USB: misc: cypress_cy7c63: fix up some sysfs attribute permissionsGreg Kroah-Hartman1-4/+2
2010-11-11usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-11usb: misc: sisusbvga: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König3-3/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds7-351/+944
2010-10-22usb: iowarrior: don't trust report_size for buffer sizeKees Cook1-1/+1
2010-10-22usb: makefile cleanupmatt mooney2-24/+23
2010-10-22USB: usbtest - ensure correct isoc data lengthMartin Fuzzey1-0/+2
2010-10-22USB: usbtest fix coding styleMartin Fuzzey1-324/+341
2010-10-22usb: change to new flag variablematt mooney1-3/+1
2010-10-22USB: yurex: fix memory leak and corrupted messagesTomoki Sekiyama1-6/+17
2010-10-22USB: yurex: assign a real minor number to the driverGreg Kroah-Hartman1-2/+2
2010-10-22USB: add driver for Meywa-Denki & Kayac YUREXTomoki Sekiyama3-0/+566
2010-10-22usb: ftdi-elan: Convert "mutex" to semaphoreThomas Gleixner1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann6-0/+6
2010-08-23USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy1-1/+1
2010-08-23USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy1-2/+2
2010-08-11Merge branch 'master' into for-nextJiri Kosina7-43/+53