Age | Commit message (Expand) | Author | Files | Lines |
2010-03-03 | USB: xhci: Refactor code to clear port change bits. | Sarah Sharp | 1 | -15/+32 |
2010-03-03 | USB: xhci: Refactor test for vendor-specific completion codes. | Sarah Sharp | 2 | -7/+16 |
2010-03-03 | USB: xhci: Allow allocation of commands without input contexts. | Sarah Sharp | 3 | -8/+15 |
2010-03-03 | USB: xhci: Refactor code to free or cache endpoint rings. | Sarah Sharp | 3 | -18/+29 |
2010-03-03 | USB: xhci: Fix error path when configuring endpoints. | Sarah Sharp | 1 | -0/+2 |
2010-03-03 | USB: check the endpoint type against the pipe type | Alan Stern | 2 | -9/+20 |
2010-03-03 | cdc_acm: add reset_resume method | Francesco Lavra | 1 | -0/+18 |
2010-03-03 | USB: serial mct_usb232: move DMA buffers to heap | Pete Zaitcev | 2 | -11/+46 |
2010-03-03 | USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardware | Enrico Scholz | 1 | -6/+13 |
2010-03-03 | USB: fix occasional ULPI timeouts with ehci-mxc | Valentin Longchamp | 1 | -12/+11 |
2010-03-03 | USB: ftdi_sio: remove support for 5 and 6 data bits | Mark Adamson | 1 | -3/+1 |
2010-03-03 | USB: ftdi_sio: fix initialisation of latency timeout | Johan Hovold | 1 | -4/+5 |
2010-03-03 | USB: serial: fix typo in debug message | Johan Hovold | 1 | -1/+1 |
2010-03-03 | USB: ftdi_sio: remove obsolete comment | Johan Hovold | 1 | -2/+1 |
2010-03-03 | USB: ftdi_sio: fix error message on close | Johan Hovold | 1 | -1/+1 |
2010-03-03 | USB: cxacru: increment driver version | Simon Arlott | 1 | -1/+2 |
2010-03-03 | USB: cxacru: remove cxacru-cf.bin loader | Simon Arlott | 1 | -28/+3 |
2010-03-03 | USB: cxacru: add write-only sysfs attribute for modem configuration | Simon Arlott | 1 | -1/+75 |
2010-03-03 | USB: cxacru: firmware writes on OHCI are slow, log progress | Simon Arlott | 1 | -2/+6 |
2010-03-03 | USB: cxacru: document how to interact with the flash memory | Simon Arlott | 1 | -0/+20 |
2010-03-03 | USB: cxacru: check device isn't being removed during sysfs calls | Simon Arlott | 3 | -20/+44 |
2010-03-03 | USB: cxacru: check data length is not negative | Simon Arlott | 1 | -1/+1 |
2010-03-03 | USB: cxacru: return an empty value for modulation if there is no connection | Simon Arlott | 1 | -2/+2 |
2010-03-03 | USB: MXC: Add i.MX21 specific USB host controller driver. | Martin Fuzzey | 6 | -0/+2766 |
2010-03-01 | Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -3/+3 |
2010-03-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2 | -4/+4 |
2010-03-01 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2 | -4/+4 |
2010-02-26 | PM: Allow USB devices to suspend/resume asynchronously | Rafael J. Wysocki | 3 | -0/+3 |
2010-02-26 | USB: implement non-tree resume ordering constraints for PCI host controllers | Alan Stern | 2 | -1/+134 |
2010-02-26 | Lower USB storage settling delay to something more reasonable | Linus Torvalds | 1 | -1/+1 |
2010-02-26 | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 1 | -3/+3 |
2010-02-23 | usb/gadget/{f_audio,gmidi}.c: follow recent changes in audio.h | Daniel Mack | 2 | -4/+4 |
2010-02-17 | USB: gadget: fix EEM gadget CRC usage | Brian Niebuhr | 1 | -2/+1 |
2010-02-17 | USB: otg Kconfig: let USB_OTG_UTILS select USB_ULPI option | Valentin Longchamp | 1 | -0/+1 |
2010-02-17 | USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usage | Michal Nazarewicz | 1 | -1/+1 |
2010-02-17 | USB: FHCI: Fix build after kfifo rework | Anton Vorontsov | 1 | -3/+3 |
2010-02-17 | USB: serial: add usbid for dell wwan card to sierra.c | Richard Farina | 1 | -0/+1 |
2010-02-17 | USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUS | Tanaka Akira | 1 | -0/+1 |
2010-02-17 | USB: ehci: phy low power mode bug fixing | Alek Du | 1 | -5/+8 |
2010-02-17 | USB: s3c-hsotg: Export usb_gadget_register_driver() | Mark Brown | 1 | -0/+1 |
2010-02-17 | USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR() | Mark Brown | 1 | -0/+1 |
2010-02-17 | USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT) | Andreas Mohr | 2 | -3/+38 |
2010-02-17 | USB: storage: Remove unneeded SC/PR from unusual_devs.h | Phil Dibowitz | 1 | -1/+1 |
2010-02-17 | USB: ftdi_sio: new device id for papouch AD4USB | Radek Liboska | 2 | -0/+2 |
2010-02-17 | USB: usbfs: properly clean up the as structure on error paths | Linus Torvalds | 1 | -14/+26 |
2010-02-17 | USB: usbfs: only copy the actual data received | Greg KH | 1 | -4/+4 |
2010-02-05 | usb: r8a66597-hcd: Fix up spinlock recursion in root hub polling. | Paul Mundt | 1 | -0/+4 |
2010-02-05 | usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers. | Paul Mundt | 1 | -12/+25 |
2010-02-02 | usb: r8a66597-hdc disable interrupts fix | Magnus Damm | 1 | -1/+16 |
2010-01-21 | USB: isp1362: fix build failure on ARM systems via irq_flags cleanup | Lothar Wassmann | 1 | -7/+14 |