summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds46-2204/+574
2009-07-12USB: otg: fix module reinsert issueAjay Kumar Gupta1-0/+1
2009-07-12USB: handle zero-length usbfs submissions correctlyAlan Stern1-21/+20
2009-07-12USB: EHCI: report actual_length for iso transfersAlan Stern1-4/+8
2009-07-12USB: option: remove unnecessary and erroneous codeAlan Stern1-26/+1
2009-07-12USB: cypress_m8: remove invalid Clear-HaltAlan Stern1-2/+2
2009-07-12USB: musb_host: undo incorrect change in musb_advance_schedule()Sergei Shtylyov1-1/+1
2009-07-12USB: fix LANGID=0 regressionDaniel Mack1-18/+45
2009-07-12USB: serial: sierra driver id_table additionsElina Pasheva1-17/+29
2009-07-12USB serial: Add ID for Turtelizer, an FT2232L-based JTAG/RS-232 adapter.Krzysztof Halasa2-0/+4
2009-07-12USB: fix race leading to a write after kfree in usbfsOliver Neukum1-4/+17
2009-07-12USB: Sierra: fix oops upon device closeAlan Stern1-3/+2
2009-07-12USB: option.c: add A-Link 3GU device idAnssi Hannula1-1/+5
2009-07-12USB: Serial: Add support for Arkham Technology adaptersAmit Kucheria1-0/+2
2009-07-12USB: Fix option_ms regression in 2.6.31-rc2Jonathan McDowell1-0/+3
2009-07-12USB: gadget audio: select SND_PCMRandy Dunlap1-0/+1
2009-07-12USB: ftdi: support NDI devicesMartin Geleynse2-4/+69
2009-07-12Revert USB: usbfs: deprecate and hide option for !embeddedGreg Kroah-Hartman1-1/+1
2009-07-12USB: RNDIS gadget, fix issues talking from PXADavid Brownell1-5/+6
2009-07-12USB: serial: FTDI with product code FB80 and vendor id 0403Folkert van Heusden2-0/+2
2009-07-12USB: console: Fix regression in usb console on kernel bootJason Wessel2-7/+9
2009-07-12USB: add missing class descriptions used in usb/devices fileFrans Pop1-4/+6
2009-07-12USB: fix memleak in usbfsOliver Neukum1-6/+10
2009-07-12USB: EHCI: check for STALL before other errorsAlan Stern1-14/+16
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern10-23/+86
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern4-17/+35
2009-07-12USB: fix uninitialised variable in ti_do_downloadOliver Neukum1-1/+1
2009-07-12USB: option: add Novatel Ovation MC760Dan Williams1-0/+2
2009-07-12USB: cdc-acm: work around some broken devicesArseniy Lartsev1-8/+23
2009-07-12USB: musb: silence "suspend as a_wait_vrise is_active" msgsDavid Brownell2-6/+24
2009-07-12USB: gadget: pxa25x compiler warning fixDavid Brownell1-0/+2
2009-07-12USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel1-11/+11
2009-07-12USB: musb: davinci dm6446evm GPIO renumberingKevin Hilman1-1/+1
2009-07-12USB: musb: davinci dm355 updates (remainder)David Brownell1-0/+25
2009-07-12USB: gadget: rndis conformance tweakQiuping Chen1-0/+2
2009-07-12USB: fix memory leak in usbtmcOliver Neukum1-4/+6
2009-07-12USB: buildfix ppc randconfigArnd Bergmann1-14/+15
2009-07-12USB: ti_usb_3410_5052: fix duplicate device ids.Greg Kroah-Hartman1-1/+0
2009-07-12USB: gadget: audio: provide correct device idGreg Kroah-Hartman1-3/+3
2009-07-12Revert "USB: Add Intel Langwell USB OTG Transceiver Drive"Greg Kroah-Hartman3-1930/+0
2009-07-12USB: option.c to support Qisda H21/H20 usb modemBrad Lu1-1/+10
2009-07-12USB: option.c: add Qualcomm/Option iCON 210 modemKai Engert1-0/+1
2009-07-12USB: isp1760: use __devexit_p() for remove functionMike Frysinger1-1/+1
2009-07-12USB: EHCI: update toggle state for linked QHsAlan Stern2-20/+34
2009-07-12USB: fhci: mutually exclusive port_statusRoel Kluin1-6/+2
2009-07-12USB: ftdi_sio - product ID's for CCS PIC programmersJan Capek2-0/+6
2009-07-12USB: gadget: fix imx_udc entry in KconfigPaulius Zaleckas1-21/+21
2009-07-12USB: pl2303: New vendor and product id for the prolific driverGianpaolo Cugola2-0/+5
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan13-7/+6
2009-07-10tty: Fix the PL2303 private methods for sysrqAlan Cox1-25/+33