summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * USB: ti_usb_3410_5052: fix duplicate device ids.Greg Kroah-Hartman2009-07-121-1/+0
| * USB: gadget: audio: provide correct device idGreg Kroah-Hartman2009-07-121-3/+3
| * Revert "USB: Add Intel Langwell USB OTG Transceiver Drive"Greg Kroah-Hartman2009-07-123-1930/+0
| * USB: option.c to support Qisda H21/H20 usb modemBrad Lu2009-07-121-1/+10
| * USB: option.c: add Qualcomm/Option iCON 210 modemKai Engert2009-07-121-0/+1
| * USB: isp1760: use __devexit_p() for remove functionMike Frysinger2009-07-121-1/+1
| * USB: EHCI: update toggle state for linked QHsAlan Stern2009-07-122-20/+34
| * USB: fhci: mutually exclusive port_statusRoel Kluin2009-07-121-6/+2
| * USB: ftdi_sio - product ID's for CCS PIC programmersJan Capek2009-07-122-0/+6
| * USB: gadget: fix imx_udc entry in KconfigPaulius Zaleckas2009-07-121-21/+21
| * USB: pl2303: New vendor and product id for the prolific driverGianpaolo Cugola2009-07-122-0/+5
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-1213-7/+6
|/
* tty: Fix the PL2303 private methods for sysrqAlan Cox2009-07-101-25/+33
* tty: Fix USB kref leakAlan Cox2009-07-103-5/+6
* tty: Sort out the USB sysrq changes that wrecked performanceAlan Cox2009-07-101-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-051-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
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-18145-1943/+19493
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-16140-1935/+19444
| |\
| | * USB: xhci depends on PCI.Paul Mundt2009-06-151-1/+1
| | * USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.Sarah Sharp2009-06-153-0/+23
| | * USB: xhci: Respect critical sections.Sarah Sharp2009-06-153-35/+37
| | * USB: xHCI: Fix interrupt moderation.Sarah Sharp2009-06-151-1/+1
| | * USB: xhci: Remove packed attribute from structures.Sarah Sharp2009-06-153-24/+43
| | * usb; xhci: Fix TRB offset calculations.Sarah Sharp2009-06-151-7/+6
| | * USB: xhci: replace if-elseif-else with switch-caseViral Mehta2009-06-151-7/+18
| | * USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp2009-06-151-0/+1
| | * USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp2009-06-151-1/+2
| | * USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp2009-06-152-18/+20
| | * USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp2009-06-151-2/+3
| | * USB: xhci: Clean up xhci_irq() function.Sarah Sharp2009-06-151-1/+1
| | * USB: xhci: Avoid global namespace pollution.Sarah Sharp2009-06-155-72/+82
| | * USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp2009-06-151-1/+1
| | * USB: xhci: Fix register write order.Sarah Sharp2009-06-152-13/+13
| | * USB: xhci: fix some compiler warnings in xhci.hGreg Kroah-Hartman2009-06-151-3/+4
| | * USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman2009-06-154-181/+172
| | * USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell2009-06-153-4/+4
| | * USB: xhci: URB cancellation support.Sarah Sharp2009-06-154-42/+545
| | * USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp2009-06-151-28/+217
| | * USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-152-49/+93
| | * USB: xhci: Bulk transfer supportSarah Sharp2009-06-154-37/+254
| | * USB: xhci: Bandwidth allocation supportSarah Sharp2009-06-155-5/+572
| | * USB: Support for bandwidth allocation.Sarah Sharp2009-06-154-0/+144
| | * USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp2009-06-151-9/+180
| | * USB: xhci: Control transfer support.Sarah Sharp2009-06-155-3/+506