summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2012-09-27USB: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/miscRene Buergel3-0/+166
2012-09-14drivers/usb/misc/rio500.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-08-27Merge v3.6-rc3 into usb-nextGreg Kroah-Hartman1-1/+1
2012-08-18USB: emi62: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-16USB: legousbtower.c: remove a bogus NULL checkDan Carpenter1-3/+0
2012-05-02USB: yurex.c: remove dbg() usageGreg Kroah-Hartman1-5/+9
2012-05-02USB: uss720.c: remove dbg() usageGreg Kroah-Hartman1-15/+19
2012-05-02USB: usblcd.c: remove dbg() usageGreg Kroah-Hartman1-2/+2
2012-05-02USB: rio500.c: remove dbg() usageGreg Kroah-Hartman1-16/+21
2012-05-02USB: idmouse.c: remove dbg() usageGreg Kroah-Hartman1-1/+2
2012-05-02USB: appledisplay.c: remove dbg() usageGreg Kroah-Hartman1-6/+6
2012-05-01usb: usbtest: two super speed fixes for usbtestPaul Zimmerman1-5/+12
2012-04-23Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman10-155/+139
2012-04-21USB: yurex.c: remove err() usageGreg Kroah-Hartman1-17/+23
2012-04-21USB: uss720.c: remove err() usageGreg Kroah-Hartman1-6/+9
2012-04-21USB: usblcd.c: remove err() usageGreg Kroah-Hartman1-8/+12
2012-04-21USB: rio500.c: remove err() usageGreg Kroah-Hartman1-9/+19
2012-04-21USB: legousbtower.c: remove err() usageGreg Kroah-Hartman1-20/+25
2012-04-21USB: ldusb.c: remove err() usageGreg Kroah-Hartman1-6/+9
2012-04-21USB: iowarrior.c: remove err() usageGreg Kroah-Hartman1-2/+2
2012-04-21USB: idmouse.c: remove err() usageGreg Kroah-Hartman1-3/+3
2012-04-21USB: emi62.c: remove err() usageGreg Kroah-Hartman1-43/+19
2012-04-21USB: emi26.c: remove err() usageGreg Kroah-Hartman1-41/+18
2012-04-19USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urbTomoki Sekiyama1-1/+1
2012-04-19USB: yurex: Remove allocation of coherent buffer for setup-packet bufferTomoki Sekiyama1-6/+2
2012-04-19drivers/usb/misc/usbtest.c: add kfreesJulia Lawall1-0/+2
2012-04-18usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang1-1/+1
2012-04-18usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang1-2/+3
2012-01-25USB: usbsevseg: fix max lengthHarrison Metzger1-1/+1
2012-01-24drivers/usb/misc/emi26.c & emi62.c: fix warningsAndrew Morton2-6/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+2
2012-01-10Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-3/+4
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-2/+2
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro2-2/+2
2011-12-10USB: isight: fix kernel bug when loading firmwareGreg Kroah-Hartman1-2/+4
2011-11-27USB: remove BKL commentsDavidlohr Bueso1-1/+0
2011-11-20HID/usbled: add support for Dream Cheeky DL100B Mailbox Friends AlertDan Delaney1-0/+2
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman16-347/+16
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-23usb: misc: usblcd: fixed coding style issuesZack Parsons1-56/+71
2011-08-23usb: misc: usbled: fixed coding style issuesZack Parsons1-11/+14
2011-07-27atomic: 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/greg...Linus Torvalds3-17/+169
2011-05-11usb: 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