summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese2014-02-062-39/+7
* xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp2014-02-062-3/+3
* xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings2014-02-061-1/+1
* usb: ehci: add freescale imx28 special write register methodPeter Chen2014-02-061-1/+17
* USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern2014-02-061-5/+9
* usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham2014-02-061-0/+3
* USB: Nokia 502 is an unusual deviceMikhail Zolotaryov2014-02-061-0/+7
* USB: ftdi_sio: added CS5 quirk for broken smartcard readersColin Leitner2014-02-061-2/+15
* USB: cypress_m8: fix ring-indicator detection and reportingJohan Hovold2014-02-061-1/+1
* USB: serial: add support for iBall 3.5G connect usb modemRahul Bedarkar2014-02-061-0/+4
* usb: option: add new zte 3g modem pids to option driver张君2014-02-061-0/+11
* USB: pl2303: fix data corruption on termios updatesJohan Hovold2014-02-061-9/+25
* usb: dwc3: fix the glue drivers using the nop phyHeikki Krogerus2014-02-062-0/+2
* usb: cdc-wdm: resp_count can be 0 even if WDM_READ is setBjørn Mork2014-02-061-1/+1
* usb: cdc-wdm: avoid hanging on zero length readsBjørn Mork2014-02-061-32/+38
* usb: chipidea: udc: using MultO at TD as real mult value for ISO-TXPeter Chen2014-02-061-2/+17
* usb: chipidea: need to mask INT_STATUS when write otgscPeter Chen2014-02-061-3/+3
* usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28Peter Chen2014-02-061-6/+26
* usb: chipidea: add freescale imx28 special write register methodPeter Chen2014-02-063-2/+27
* usb: ohci-at91: fix irq and iomem resource retrievalBoris BREZILLON2013-12-171-11/+15
* usb: phy: fix driver dependenciesFelipe Balbi2013-12-161-1/+3
* xhci: Limit the spurious wakeup fix only to HP machinesTakashi Iwai2013-12-101-1/+6
* usb: chipidea: fix nobody cared IRQ when booting with host rolePeter Chen2013-12-092-3/+4
* usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam2013-12-091-1/+2
* usb: serial: zte_ev: move support for ZTE AC2726 from zte_ev back to optionDmitry Kunilov2013-12-092-2/+3
* usb: cdc-wdm: manage_power should always set needs_remote_wakeupBjørn Mork2013-12-091-5/+3
* Merge tag 'fixes-for-v3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-12-093-5/+8
|\
| * usb: phy-tegra-usb.c: wrong pointer check for remap UTMIChris Ruehl2013-12-061-1/+1
| * usb: phy: twl6030-usb: signedness bug in twl6030_readb()Dan Carpenter2013-11-251-1/+2
| * usb: dwc3: power off usb phy in error pathKishon Vijay Abraham I2013-11-251-0/+2
| * usb: dwc3: invoke phy_resume after phy_initKishon Vijay Abraham I2013-11-251-3/+3
* | usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner2013-12-041-2/+3
* | usb: ohci-pxa27x: include linux/dma-mapping.hDaniel Mack2013-12-041-0/+1
* | USB: cdc-acm: Added support for the Lenovo RD02-D400 USB ModemDavid Cluytens2013-12-041-0/+2
* | USB: pl2303: fixed handling of CS5 settingColin Leitner2013-12-021-16/+14
* | USB: ftdi_sio: fixed handling of unsupported CSIZE settingColin Leitner2013-12-021-13/+24
* | USB: mos7840: correct handling of CS5 settingColin Leitner2013-12-021-16/+16
* | USB: spcp8x5: correct handling of CS5 settingColin Leitner2013-12-021-16/+14
* | usb: wusbcore: fix deadlock in wusbhc_gtk_rekeyThomas Pugliese2013-12-023-68/+60
* | usb: wusbcore: do device lookup while holding the hc mutexThomas Pugliese2013-12-021-18/+25
* | usb: wusbcore: send keepalives to unauthenticated devicesThomas Pugliese2013-12-021-4/+1
* | USB: option: support new huawei devicesFangxiaozhi (Franko)2013-12-021-0/+24
* | USB: serial: option: blacklist interface 1 for Huawei E173s-6Gustavo Zacarias2013-12-021-0/+3
* | usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight2013-12-021-2/+52
* | Merge tag 'fixes-for-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-11-2719-97/+221
|\|
| * usb: gadget: f_mass_storage: call try_to_freeze only when its safeGeorge Cherian2013-11-251-11/+12
| * usb: gadget: tcm_usb_gadget: mark bot_cleanup_old_alt staticFelipe Balbi2013-11-251-1/+1
| * usb: gadget: ffs: fix sparse warningFelipe Balbi2013-11-251-1/+1
| * usb: gadget: zero: module parameters can be staticFengguang Wu2013-11-251-3/+3
| * usb: gadget: storage: fix sparse warningFelipe Balbi2013-11-251-1/+1