aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-0/+1
2013-07-02Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+11
2013-06-23console/font: Refactor font support code selection logicGeert Uytterhoeven1-0/+1
2013-06-03usb: misc: usb3503: Remove 100ms sleep on reset, conform to data sheetJulius Werner1-4/+2
2013-06-03usb: misc: usb3503: Fix up whitespaceJulius Werner1-1/+1
2013-05-30usb: misc: usb3503: Adding device tree entry 'disabled-ports'Dongjin Kim1-0/+14
2013-05-30usb: misc: usb3503: Add to select the ports to disableDongjin Kim1-9/+10
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing1-7/+11
2013-05-16usb: misc: Fixed assignment error in if statementLisa Nguyen1-1/+2
2013-05-15usb: misc: Added space after closing brace in adutux.cLisa Nguyen1-1/+1
2013-05-15usb: misc: Added space after comma in adutux.cLisa Nguyen1-50/+50
2013-05-15usb: misc: Reformatted pointer variables in adutux.cLisa Nguyen1-10/+10
2013-05-15usb: misc: Removed space before tabs in adutux.cLisa Nguyen1-9/+9
2013-05-15usb: misc: Replaced deprecated preprocessor in adutux.cLisa Nguyen1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2013-04-29yurex: don't wank with fasync on ->release()...Al Viro1-2/+0
2013-04-12treewide: Fix typo in printksMasanari Iida1-2/+2
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli2-22/+1
2013-04-03usb/misc/appledisplay: Add 24" LED Cinema displayBen Jencks1-0/+1
2013-03-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2013-03-15usb: misc: sisusbvga: Avoid NULL pointer dereference from sisusbColin Ian King1-1/+1
2013-03-15USB: misc: usb3503: use module_i2c_driver to simplify the codeWei Yongjun1-12/+1
2013-01-31USB: altsetting overrides for usbtestAlan Stern1-1/+12
2013-01-25USB: misc: usb3503: Fix compiler warningDongjin Kim1-1/+1
2013-01-24USB: misc: usb3503: add dt supportDongjin Kim1-5/+26
2013-01-18Merge 3.8-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2013-01-17USB: misc: fixup smatch WARNINGDongjin Kim1-4/+5
2013-01-17usb: misc: usb3503_probe() can be staticFengguang Wu1-1/+1
2013-01-11USB: misc: Add USB3503 High-Speed Hub ControllerDongjin Kim3-0/+310
2013-01-07USB: usbtest: fix test number in log messageAlan Stern1-1/+1
2012-11-26ezusb: add dependency to USBRene Buergel1-0/+1
2012-11-21USB: usbtest: prevent a divide by zero bugDan Carpenter1-0/+3
2012-11-14usb: misc: usbtest: send ISO packets for g_zeroBoyan Nedeltchev1-0/+1
2012-10-29Merge 3.7-rc3 into usb-next.Greg Kroah-Hartman1-0/+2
2012-10-24USB: ezusb: unexport some functions that aren't being usedGreg Kroah-Hartman1-17/+22
2012-10-23USB: Add missing license tag to ezusb driver.Dave Jones1-0/+1
2012-09-26USB: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/miscRene Buergel3-0/+166
2012-09-13drivers/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-17USB: emi62: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-15USB: legousbtower.c: remove a bogus NULL checkDan Carpenter1-3/+0
2012-05-01USB: yurex.c: remove dbg() usageGreg Kroah-Hartman1-5/+9
2012-05-01USB: uss720.c: remove dbg() usageGreg Kroah-Hartman1-15/+19
2012-05-01USB: usblcd.c: remove dbg() usageGreg Kroah-Hartman1-2/+2
2012-05-01USB: rio500.c: remove dbg() usageGreg Kroah-Hartman1-16/+21
2012-05-01USB: idmouse.c: remove dbg() usageGreg Kroah-Hartman1-1/+2
2012-05-01USB: appledisplay.c: remove dbg() usageGreg Kroah-Hartman1-6/+6
2012-05-01usb: usbtest: two super speed fixes for usbtestPaul Zimmerman1-5/+12
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman10-155/+139