Age | Commit message (Expand) | Author | Files | Lines |
2009-04-24 | USB: otg: Fix bug on remove path without transceiver | Robert Jarzmik | 1 | -1/+2 |
2009-04-24 | USB: correct error handling in cdc-wdm | Oliver Neukum | 1 | -9/+18 |
2009-04-24 | USB: removal of tty->low_latency hack dating back to the old serial code | Oliver Neukum | 18 | -111/+1 |
2009-04-24 | USB: serial: sierra driver bug fix for composite interface | Elina Pasheva | 1 | -4/+17 |
2009-04-24 | USB: gadget: omap_udc uses platform_driver_probe() | David Brownell | 1 | -2/+1 |
2009-04-24 | USB: ci13xxx_udc: fix build error | Matthias Kaehlcke | 1 | -0/+1 |
2009-04-24 | USB: pass mem_flags to dma_alloc_coherent | Johannes Berg | 1 | -1/+1 |
2009-04-24 | USB: g_file_storage: fix use-after-free bug when closing files | Alan Stern | 1 | -16/+4 |
2009-04-24 | USB: ehci-sched.c: EHCI SITD scheduling bugfix | Dan Streetman | 1 | -1/+1 |
2009-04-24 | USB: fix mos7840 problem with minor numbers | Tony Cook | 1 | -11/+19 |
2009-04-24 | USB: mos7840: add new device id | Tony Cook | 1 | -0/+7 |
2009-04-24 | USB: musb: fix build when !CONFIG_PM | Alexander Beregalov | 1 | -1/+1 |
2009-04-24 | USB: musb: Remove my email address from few musb related drivers | Jarkko Nikula | 3 | -3/+0 |
2009-04-24 | USB: Gadget: MIPS CI13xxx UDC bugfixes | David Lopo | 1 | -1/+3 |
2009-04-24 | USB: Unusual Device support for Gold MP3 Player Energy | Chuck Short | 1 | -0/+6 |
2009-04-24 | USB: serial: fix lifetime and locking problems | Alan Stern | 1 | -36/+68 |
2009-04-17 | WUSB: correct format of wusb_chid sysfs file | David Vrabel | 1 | -14/+12 |
2009-04-17 | WUSB: fix oops when completing URBs for disconnected devices | David Vrabel | 2 | -2/+6 |
2009-04-17 | WUSB: disconnect all devices when stopping a WUSB HCD | David Vrabel | 1 | -6/+13 |
2009-04-17 | USB: whci-hcd: check return value of usb_hcd_link_urb_to_ep() | David Vrabel | 2 | -6/+18 |
2009-04-17 | USB: whci-hcd: provide a endpoint_reset method | David Vrabel | 6 | -6/+50 |
2009-04-17 | USB: add reset endpoint operations | David Vrabel | 6 | -26/+80 |
2009-04-17 | USB device codes for Motorola phone. | Dr. Greg Wettstein | 1 | -0/+1 |
2009-04-17 | usb-storage: fix mistake in Makefile | Alan Stern | 1 | -1/+2 |
2009-04-17 | USB: usb-serial ch341: support for DTR/RTS/CTS | Werner Cornelius | 1 | -72/+302 |
2009-04-17 | Revert USB: usb-serial ch341: support for DTR/RTS/CTS | Greg Kroah-Hartman | 1 | -302/+72 |
2009-04-17 | USB: musb: fix possible panic while resuming | Kim Kyuwon | 1 | -8/+4 |
2009-04-17 | USB: musb: fix isochronous TXDMA (take 2) | Sergei Shtylyov | 2 | -123/+105 |
2009-04-17 | USB: musb: sanitize clearing TXCSR DMA bits (take 2) | Sergei Shtylyov | 3 | -81/+90 |
2009-04-17 | USB: musb: bugfixes for multi-packet TXDMA support | Sergei Shtylyov | 3 | -28/+69 |
2009-04-17 | USB: musb_host, fix ep0 fifo flushing | David Brownell | 1 | -14/+29 |
2009-04-17 | USB: usb-storage: augment unusual_devs entry for Simple Tech/Datafab | Alan Stern | 1 | -2/+4 |
2009-04-17 | USB: musb_host, minor enqueue locking fix (v2) | David Brownell | 1 | -9/+8 |
2009-04-17 | USB: fix oops in cdc-wdm in case of malformed descriptors | Oliver Neukum | 1 | -1/+1 |
2009-04-17 | USB: qcserial: Add extra device IDs | Matthew Garrett | 1 | -0/+21 |
2009-04-17 | USB: option: Add ids for D-Link DWM-652 3.5G modem | Pascal Terjan | 2 | -0/+13 |
2009-04-17 | USB: ftdi_sio: add vendor/project id for JETI specbos 1201 spectrometer | Peter Korsgaard | 2 | -0/+8 |
2009-04-17 | usb gadget: fix ethernet link reports to ethtool | Jonathan McDowell | 1 | -7/+1 |
2009-04-14 | tty: Fix leak in ti-usb | Alan Cox | 1 | -12/+14 |
2009-04-14 | cdc-acm: Fix long standing abuse of tty->low_latency | Alan Cox | 1 | -4/+0 |
2009-04-14 | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) | Yang Hongyang | 1 | -2/+2 |
2009-04-09 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -2/+2 |
2009-04-08 | [ARM] 5446/1: ohci-at91: Limit vbus_pin assignment to the size of the array | Justin Waters | 1 | -2/+2 |
2009-04-07 | dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2 | -2/+2 |
2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | symbol: Remove various bits of left over junk | Alan Cox | 1 | -67/+0 |
2009-04-07 | tty: pl2303 needs identifiers for Siemens S81 as well as EF81 | Alan Cox | 2 | -0/+5 |
2009-04-07 | cdc-acm: zydas 1602 identifier needed | Alan Cox | 1 | -0/+3 |
2009-04-07 | usb: Auto-load cdc_acm module when device opened. | Scott James Remnant | 1 | -1/+1 |