aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-08usb-serial: ftdi_sio: fix reference counting of ftdi_privateAlan Stern1-4/+14
2009-05-08USB: unusual_devs: extend nokia 6288 bcd rangePhil Dibowitz1-2/+3
2009-05-08USB: Gadget: fix UTF conversion in the usbstring libraryAlan Stern1-3/+3
2009-05-08USB: Fix makefile so that CONFIG_WDM and CONFIG_TMC work.Andy Lutomirski1-0/+2
2009-05-08USB: ftdi_sio: add vendor/product id for the Marvell SheevaPlugNicolas Pitre2-0/+8
2009-05-08USB: cxacru: Fix negative dB outputSimon Arlott1-2/+8
2009-04-23USB: otg: Fix bug on remove path without transceiverRobert Jarzmik1-1/+2
2009-04-23USB: correct error handling in cdc-wdmOliver Neukum1-9/+18
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum18-111/+1
2009-04-23USB: serial: sierra driver bug fix for composite interfaceElina Pasheva1-4/+17
2009-04-23USB: gadget: omap_udc uses platform_driver_probe()David Brownell1-2/+1
2009-04-23USB: ci13xxx_udc: fix build errorMatthias Kaehlcke1-0/+1
2009-04-23USB: pass mem_flags to dma_alloc_coherentJohannes Berg1-1/+1
2009-04-23USB: g_file_storage: fix use-after-free bug when closing filesAlan Stern1-16/+4
2009-04-23USB: ehci-sched.c: EHCI SITD scheduling bugfixDan Streetman1-1/+1
2009-04-23USB: fix mos7840 problem with minor numbersTony Cook1-11/+19
2009-04-23USB: mos7840: add new device idTony Cook1-0/+7
2009-04-23USB: musb: fix build when !CONFIG_PMAlexander Beregalov1-1/+1
2009-04-23USB: musb: Remove my email address from few musb related driversJarkko Nikula3-3/+0
2009-04-23USB: Gadget: MIPS CI13xxx UDC bugfixesDavid Lopo1-1/+3
2009-04-23USB: Unusual Device support for Gold MP3 Player EnergyChuck Short1-0/+6
2009-04-23USB: serial: fix lifetime and locking problemsAlan Stern1-36/+68
2009-04-17WUSB: correct format of wusb_chid sysfs fileDavid Vrabel1-14/+12
2009-04-17WUSB: fix oops when completing URBs for disconnected devicesDavid Vrabel2-2/+6
2009-04-17WUSB: disconnect all devices when stopping a WUSB HCDDavid Vrabel1-6/+13
2009-04-17USB: whci-hcd: check return value of usb_hcd_link_urb_to_ep()David Vrabel2-6/+18
2009-04-17USB: whci-hcd: provide a endpoint_reset methodDavid Vrabel6-6/+50
2009-04-17USB: add reset endpoint operationsDavid Vrabel6-26/+80
2009-04-17USB device codes for Motorola phone.Dr. Greg Wettstein1-0/+1
2009-04-17usb-storage: fix mistake in MakefileAlan Stern1-1/+2
2009-04-17USB: usb-serial ch341: support for DTR/RTS/CTSWerner Cornelius1-72/+302
2009-04-17Revert USB: usb-serial ch341: support for DTR/RTS/CTSGreg Kroah-Hartman1-302/+72
2009-04-17USB: musb: fix possible panic while resumingKim Kyuwon1-8/+4
2009-04-17USB: musb: fix isochronous TXDMA (take 2)Sergei Shtylyov2-123/+105
2009-04-17USB: musb: sanitize clearing TXCSR DMA bits (take 2)Sergei Shtylyov3-81/+90
2009-04-17USB: musb: bugfixes for multi-packet TXDMA supportSergei Shtylyov3-28/+69
2009-04-17USB: musb_host, fix ep0 fifo flushingDavid Brownell1-14/+29
2009-04-17USB: usb-storage: augment unusual_devs entry for Simple Tech/DatafabAlan Stern1-2/+4
2009-04-17USB: musb_host, minor enqueue locking fix (v2)David Brownell1-9/+8
2009-04-17USB: fix oops in cdc-wdm in case of malformed descriptorsOliver Neukum1-1/+1
2009-04-17USB: qcserial: Add extra device IDsMatthew Garrett1-0/+21
2009-04-17USB: option: Add ids for D-Link DWM-652 3.5G modemPascal Terjan2-0/+13
2009-04-17USB: ftdi_sio: add vendor/project id for JETI specbos 1201 spectrometerPeter Korsgaard2-0/+8
2009-04-17usb gadget: fix ethernet link reports to ethtoolJonathan McDowell1-7/+1
2009-04-14tty: Fix leak in ti-usbAlan Cox1-12/+14
2009-04-14cdc-acm: Fix long standing abuse of tty->low_latencyAlan Cox1-4/+0
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-2/+2
2009-04-08Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2009-04-08[ARM] 5446/1: ohci-at91: Limit vbus_pin assignment to the size of the arrayJustin Waters1-2/+2
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang1-1/+1