summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2012-03-14USB: ftdi_sio: add support for FT-X series devicesJim Paris
2012-03-14USB: serial: mos7840: Fixed MCS7820 device attach problemDonald Lee
2012-03-13usb: Don't make USB_ARCH_HAS_{XHCI,OHCI,EHCI} depend on USB_SUPPORT.David Daney
2012-03-13usb gadget: fix a section mismatch when compiling g_ffs with CONFIG_USB_FUNCT...Lothar Waßmann
2012-03-13USB: ohci-nxp: Remove i2c_write(), use smbusRoland Stigge
2012-03-13USB: ohci-nxp: Support for LPC32xxRoland Stigge
2012-03-13USB: ohci-nxp: Rename symbols from pnx4008 to nxpRoland Stigge
2012-03-13USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxpRoland Stigge
2012-03-13usb: gadget: Kconfig: fix typo for 'different'Fabio Baltieri
2012-03-13usb: dwc3: pci: fix another failure path in dwc3_pci_probe()Felipe Balbi
2012-03-13USB: dynamically allocate usb_device children pointers instead of using a fix...Huajun Li
2012-03-13usb: host: xhci: add platform driver supportSebastian Andrzej Siewior
2012-03-13xHCI: update sg tablesizeAndiry Xu
2012-03-13xHCI: check enqueue pointer advance into dequeue segAndiry Xu
2012-03-13xHCI: Allocate 2 segments for transfer ringAndiry Xu
2012-03-13xHCI: dynamic ring expansionAndiry Xu
2012-03-13xHCI: set cycle state when allocate ringsAndiry Xu
2012-03-13xHCI: factor out segments allocation and free functionAndiry Xu
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu
2012-03-13xHCI: store ring's last segment and segment numbersAndiry Xu
2012-03-12xHCI: store ring's typeAndiry Xu
2012-03-12usb: host: xhci: use __ffs() instead of hardcoding shiftFelipe Balbi
2012-03-12xHCI: BESL calculation based on USB2.0 LPM errataAndiry Xu
2012-03-12Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman
2012-03-09USB: ftdi_sio: new PID: Distortec JTAG-lock-pickMichał Wróbel
2012-03-08USB: serial: metro-usb: move to use dev_dbg() instead of dbg()Greg Kroah-Hartman
2012-03-08USB: serial: metro-usb: remove unneeded cast and function callGreg Kroah-Hartman
2012-03-08USB: serial: metro-usb: remove function header commentsGreg Kroah-Hartman
2012-03-08USB: serial: metro-usb: remove function prototypesGreg Kroah-Hartman
2012-03-08USB: serial: metro-usb: fix up coding style errorsGreg Kroah-Hartman
2012-03-08USB: serial: metro-usb: remove the .h fileGreg Kroah-Hartman
2012-03-08USB: serial: metro-usb: convert to use module_usb_serial_driverGreg Kroah-Hartman
2012-03-08USB: serial: metro-usb: remove vendor and product module parametersGreg Kroah-Hartman
2012-03-08USB: serial: metro-usb: add to the buildGreg Kroah-Hartman
2012-03-08USB: serial: metro-usb: fix up usb_serial_register callsGreg Kroah-Hartman
2012-03-08USB: serial: add metro-usb driver to the treeAleksey Babahin
2012-03-08USB: gadget: Make g_hid device class conform to spec.Orjan Friberg
2012-03-08usb: cdc-wdm: adding usb_cdc_wdm_register subdriver supportBjørn Mork
2012-03-08usb: cdc-wdm: adding list lookup indirectionBjørn Mork
2012-03-08usb: cdc-wdm: split out reusable parts of probeBjørn Mork
2012-03-08USB: Microchip VID mislabeled as Hornby VID in ftdi_sio.Bruno Thomsen
2012-03-08USB: ehci-s5p: add DMA burst supportJingoo Han
2012-03-06usb/gadget/pch_udc: Fix compile errorTomoya MORINAGA
2012-03-02usb: otg: ab8500-usb: make probe() work againDan Carpenter
2012-03-02usb: gadgetfs: return number of bytes on ep0 read requestThomas Faber
2012-03-02usb: ohci-pxa27x: add explicit include of hardware.hRob Herring
2012-03-02usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior
2012-03-02Allocate correct size (portably) in drivers/usb/gadget/f_midi.c::f_midi_bind()Jesper Juhl
2012-03-02usb: gadget: dummy_hcd: signedness bug in transfer()Dan Carpenter
2012-03-02usb: sl811-hcd: Convert to module_platform_driverTobias Klauser