aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAge
...
| * | headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
| |/
| * tty: Fix the PL2303 private methods for sysrqAlan Cox2009-07-10
| * tty: Fix USB kref leakAlan Cox2009-07-10
| * tty: Sort out the USB sysrq changes that wrecked performanceAlan Cox2009-07-10
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-07-06
| |\
| | * Fix virt_to_phys() warningsKevin Cernekee2009-07-06
| * | usb: allow sh7724 to enable on-chip r8a66597Magnus Damm2009-07-04
| |/
* / net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
|/
* usb_serial: Fix oops when unexisting usb serial device is opened.Thadeu Lima de Souza Cascardo2009-06-25
* acm: Fix oops when closing ACM tty device right after open has failed.Thadeu Lima de Souza Cascardo2009-06-25
* acm: Return ENODEV instead of EINVAL when trying to open ACM device.Thadeu Lima de Souza Cascardo2009-06-25
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-17
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-16
| |\
| | * USB: xhci depends on PCI.Paul Mundt2009-06-16
| | * USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.Sarah Sharp2009-06-16
| | * USB: xhci: Respect critical sections.Sarah Sharp2009-06-16
| | * USB: xHCI: Fix interrupt moderation.Sarah Sharp2009-06-16
| | * USB: xhci: Remove packed attribute from structures.Sarah Sharp2009-06-16
| | * usb; xhci: Fix TRB offset calculations.Sarah Sharp2009-06-16
| | * USB: xhci: replace if-elseif-else with switch-caseViral Mehta2009-06-16
| | * USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp2009-06-16
| | * USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp2009-06-16
| | * USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp2009-06-16
| | * USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp2009-06-16
| | * USB: xhci: Clean up xhci_irq() function.Sarah Sharp2009-06-16
| | * USB: xhci: Avoid global namespace pollution.Sarah Sharp2009-06-16
| | * USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp2009-06-16
| | * USB: xhci: Fix register write order.Sarah Sharp2009-06-16
| | * USB: xhci: fix some compiler warnings in xhci.hGreg Kroah-Hartman2009-06-16
| | * USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman2009-06-16
| | * USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell2009-06-16
| | * USB: xhci: URB cancellation support.Sarah Sharp2009-06-16
| | * USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp2009-06-16
| | * USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-16
| | * USB: xhci: Bulk transfer supportSarah Sharp2009-06-16
| | * USB: xhci: Bandwidth allocation supportSarah Sharp2009-06-16
| | * USB: Support for bandwidth allocation.Sarah Sharp2009-06-16
| | * USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp2009-06-16
| | * USB: xhci: Control transfer support.Sarah Sharp2009-06-16
| | * USB: xhci: Allocate and address USB devicesSarah Sharp2009-06-16
| | * USB: Support for addressing a USB device under xHCISarah Sharp2009-06-16
| | * USB: xhci: Root hub support.Sarah Sharp2009-06-16
| | * USB: Add route string to struct usb_device.Sarah Sharp2009-06-16
| | * USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp2009-06-16
| | * USB: Add USB 3.0 roothub support to USB core.Sarah Sharp2009-06-16
| | * USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-16
| | * USB: xhci: No-op command queueing and irq handler.Sarah Sharp2009-06-16
| | * USB: xhci: Device context array allocation.Sarah Sharp2009-06-16
| | * USB: xhci: Ring allocation and initialization.Sarah Sharp2009-06-16