aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20USB: serial: add special case for processing of empty read urbsJohan Hovold1-0/+3
2010-05-20USB: kobil: fix memory leakJohan Hovold1-1/+2
2010-05-20USB: option.c: OLIVETTI OLICARD100 supportNils Radtke1-0/+6
2010-05-20USB: xhci: fix compiler warning.Greg Kroah-Hartman1-1/+0
2010-05-20USB: remove match_deviceMing Lei1-33/+0
2010-05-20USB: visor.h: checkpatch cleanupsGreg Kroah-Hartman1-4/+5
2010-05-20USB: pl2303.h: checkpatch cleanupsGreg Kroah-Hartman1-3/+3
2010-05-20USB: kobil_sct.h: checkpatch cleanupsGreg Kroah-Hartman1-29/+46
2010-05-20USB: kl5kusb105.h: checkpatch cleanupsGreg Kroah-Hartman1-24/+23
2010-05-20USB: io_edgeport: checkpatch cleanupsGreg Kroah-Hartman4-147/+143
2010-05-20USB: ftdi_sio: checkpatch cleanupsGreg Kroah-Hartman3-82/+88
2010-05-20USB: cypress_m8.h: checkpatch cleanupsGreg Kroah-Hartman1-24/+29
2010-05-20USB: belkin_sa.h: checkpatch cleanupsGreg Kroah-Hartman1-5/+5
2010-05-20USB: mct_u232.h: checkpatch cleanupsGreg Kroah-Hartman1-121/+133
2010-05-20USB: FHCI: cq_get() should check kfifo_out()'s return valueAnton Vorontsov1-2/+7
2010-05-20USB: cp210x: remove redundant disconnect()Johan Hovold1-29/+0
2010-05-20USB: io_edgeport: Use kzallocJulia Lawall1-2/+1
2010-05-20USB: ipw: reimplement using generic frameworkJohan Hovold1-124/+4
2010-05-20USB: ipw: remove dummy port_probe and port_removeJohan Hovold1-13/+0
2010-05-20USB: ipw: clean up dtr-rts handlingJohan Hovold1-37/+6
2010-05-20USB: ir-usb: reimplement using generic frameworkJohan Hovold1-159/+38
2010-05-20USB: ir-usb: fix set_termios raceJohan Hovold1-16/+47
2010-05-20USB: ir-usb: allow custom bulk buffer size without reallocationJohan Hovold1-25/+5
2010-05-20USB: ir-usb: fix double freeJohan Hovold1-0/+2
2010-05-20USB: EHCI: fix controller wakeup flag settings during suspendAlan Stern5-71/+145
2010-05-20USB: EHCI: clear PHCD before resumingAlek Du1-0/+17
2010-05-20USB: fix functionfs for CONFIG_NET disabledRandy Dunlap1-2/+2
2010-05-20USB: xhci: Remove the arbitrary limit of 15 xHCI portsWilliam Gulland1-12/+3
2010-05-20USB: remove usb_find_deviceMing Lei1-37/+0
2010-05-20USB: gadget: f_mass_storage: fix in error recoveryMichal Nazarewicz1-26/+25
2010-05-20USB: add missing "{}" in map_urb_for_dmaMing Lei1-1/+2
2010-05-20USB: ehci-omap: Fix resume failures after bus suspendAnand Gadiyar1-0/+14
2010-05-20USB: fix interface runtime-PM settingsAlan Stern1-6/+11
2010-05-20USB: xHCI: Fix wrong usage of macro TRB_TYPEAndiry Xu1-4/+7
2010-05-20USB: xhci: Transfer ring link TRB activation change.John Youn1-13/+58
2010-05-20USB: gadget: f_fs.c needs to include pagemap.hRandy Dunlap1-0/+1
2010-05-20USB: ohci: Add Kconfig entries for ohci-omap3Anand Gadiyar2-2/+44
2010-05-20USB: ohci: introduce omap3 ohci-hcd driverAnand Gadiyar1-0/+735
2010-05-20USB: mxc: gadget: remove 60mhz clock requirement for freescale mx51 usb coreDinh Nguyen2-7/+9
2010-05-20USB: ftdi_sio: clean up line-status handlingJohan Hovold1-21/+16
2010-05-20USB: pl2303: use tty_insert_flip_string_fixed_flagJohan Hovold1-3/+4
2010-05-20USB: ftdi_sio: use tty_insert_flip_string_fixed_flagJohan Hovold1-3/+4
2010-05-20USB: isp1760: Soften DW3 X/transaction error bit handlingAnton Vorontsov1-4/+3
2010-05-20USB: usbcore: Do not disable USB3 protocol ports in hub_activate()Andiry Xu1-2/+14
2010-05-20USB: ark3116: reimplement read processingJohan Hovold1-73/+31
2010-05-20USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagJohan Hovold3-5/+5
2010-05-20USB: gadget: Allow function access to device ID data during bind()Robert Lukassen1-8/+8
2010-05-20USB: fix u132-hcd code/data warningRandy Dunlap1-1/+1
2010-05-20USB: xhci: Set stream ID to 0 after cleaning up stalls.Sarah Sharp2-0/+2
2010-05-20USB: g_ffs: the FunctionFS gadget driverMichal Nazarewicz3-0/+465