summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * USB serial: Add ID for Turtelizer, an FT2232L-based JTAG/RS-232 adapter.Krzysztof Halasa2009-07-132-0/+4
| * USB: fix race leading to a write after kfree in usbfsOliver Neukum2009-07-131-4/+17
| * USB: Sierra: fix oops upon device closeAlan Stern2009-07-131-3/+2Star
| * USB: option.c: add A-Link 3GU device idAnssi Hannula2009-07-131-1/+5
| * USB: Serial: Add support for Arkham Technology adaptersAmit Kucheria2009-07-131-0/+2
| * USB: Fix option_ms regression in 2.6.31-rc2Jonathan McDowell2009-07-131-0/+3
| * USB: gadget audio: select SND_PCMRandy Dunlap2009-07-131-0/+1
| * USB: ftdi: support NDI devicesMartin Geleynse2009-07-132-4/+69
| * Revert USB: usbfs: deprecate and hide option for !embeddedGreg Kroah-Hartman2009-07-131-1/+1
| * USB: RNDIS gadget, fix issues talking from PXADavid Brownell2009-07-131-5/+6
| * USB: serial: FTDI with product code FB80 and vendor id 0403Folkert van Heusden2009-07-132-0/+2
| * USB: console: Fix regression in usb console on kernel bootJason Wessel2009-07-132-7/+9
| * USB: add missing class descriptions used in usb/devices fileFrans Pop2009-07-131-4/+6
| * USB: fix memleak in usbfsOliver Neukum2009-07-131-6/+10
| * USB: EHCI: check for STALL before other errorsAlan Stern2009-07-131-14/+16
| * USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern2009-07-1310-23/+86
| * USB: fix the clear_tt_buffer interfaceAlan Stern2009-07-134-17/+35
| * USB: fix uninitialised variable in ti_do_downloadOliver Neukum2009-07-131-1/+1
| * USB: option: add Novatel Ovation MC760Dan Williams2009-07-131-0/+2
| * USB: cdc-acm: work around some broken devicesArseniy Lartsev2009-07-131-8/+23
| * USB: musb: silence "suspend as a_wait_vrise is_active" msgsDavid Brownell2009-07-132-6/+24
| * USB: gadget: pxa25x compiler warning fixDavid Brownell2009-07-131-0/+2
| * USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel2009-07-131-11/+11
| * USB: musb: davinci dm6446evm GPIO renumberingKevin Hilman2009-07-131-1/+1
| * USB: musb: davinci dm355 updates (remainder)David Brownell2009-07-131-0/+25
| * USB: gadget: rndis conformance tweakQiuping Chen2009-07-131-0/+2
| * USB: fix memory leak in usbtmcOliver Neukum2009-07-131-4/+6
| * USB: buildfix ppc randconfigArnd Bergmann2009-07-131-14/+15
| * USB: ti_usb_3410_5052: fix duplicate device ids.Greg Kroah-Hartman2009-07-131-1/+0Star
| * USB: gadget: audio: provide correct device idGreg Kroah-Hartman2009-07-131-3/+3
| * Revert "USB: Add Intel Langwell USB OTG Transceiver Drive"Greg Kroah-Hartman2009-07-133-1930/+0Star
| * USB: option.c to support Qisda H21/H20 usb modemBrad Lu2009-07-131-1/+10
| * USB: option.c: add Qualcomm/Option iCON 210 modemKai Engert2009-07-131-0/+1
| * USB: isp1760: use __devexit_p() for remove functionMike Frysinger2009-07-131-1/+1
| * USB: EHCI: update toggle state for linked QHsAlan Stern2009-07-132-20/+34
| * USB: fhci: mutually exclusive port_statusRoel Kluin2009-07-131-6/+2Star
| * USB: ftdi_sio - product ID's for CCS PIC programmersJan Capek2009-07-132-0/+6
| * USB: gadget: fix imx_udc entry in KconfigPaulius Zaleckas2009-07-131-21/+21
| * USB: pl2303: New vendor and product id for the prolific driverGianpaolo Cugola2009-07-132-0/+5
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-1213-7/+6Star
|/
* tty: Fix the PL2303 private methods for sysrqAlan Cox2009-07-111-25/+33
* tty: Fix USB kref leakAlan Cox2009-07-113-5/+6
* tty: Sort out the USB sysrq changes that wrecked performanceAlan Cox2009-07-111-4/+11
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-07-071-1/+1
|\
| * Fix virt_to_phys() warningsKevin Cernekee2009-07-061-1/+1
* | usb: allow sh7724 to enable on-chip r8a66597Magnus Damm2009-07-041-2/+2
|/
* usb_serial: Fix oops when unexisting usb serial device is opened.Thadeu Lima de Souza Cascardo2009-06-251-0/+3
* acm: Fix oops when closing ACM tty device right after open has failed.Thadeu Lima de Souza Cascardo2009-06-251-1/+1
* acm: Return ENODEV instead of EINVAL when trying to open ACM device.Thadeu Lima de Souza Cascardo2009-06-251-1/+1