summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-10-23USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao1-0/+6
2015-10-23usb: Add device quirk for Logitech PTZ camerasVincent Palatin1-0/+7
2015-10-23USB: chaoskey read offset bugAlexander Inyukhin1-1/+1
2015-10-23usb: musb: cppi41: allow it to work againFelipe Balbi1-3/+3
2015-10-23usb: phy: phy-generic: Fix reset behaviour on legacy bootRoger Quadros1-1/+2
2015-10-23usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman1-2/+3
2015-10-23usb: chipidea: udc: using the correct stall implementationPeter Chen1-40/+44
2015-10-23usb: musb: dsps: fix polling in device-only modeBin Liu1-2/+5
2015-10-23usb: chipidea: imx: fix a typo for imx6sxLi Jun1-1/+1
2015-10-23usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2-14/+57
2015-10-23xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman1-6/+5
2015-10-23xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2-5/+5
2015-10-23usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros1-0/+3
2015-10-23usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2015-10-23usb: xhci: lock mutex on xhci_stopRoger Quadros1-0/+4
2015-10-23xhci: give command abortion one more chance before killing xhciMathias Nyman1-0/+9
2015-10-23USB: whiteheat: fix potential null-deref at probeJohan Hovold1-0/+31
2015-10-23USB: option: add ZTE PIDsLiu.Zhao1-0/+24
2015-09-21usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen1-4/+4
2015-09-21usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidthPeter Chen1-2/+29
2015-09-21usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytesKishon Vijay Abraham I1-2/+10
2015-09-21usb: gadget: m66592-udc: forever loop in set_feature()Dan Carpenter1-1/+1
2015-09-21USB: pl2303: fix baud-rate divisor calculationsMichaƂ Pecio1-9/+26
2015-09-21USB: ftdi_sio: Added custom PID for CustomWare productsMatthijs Kooijman2-0/+12
2015-09-21USB: qcserial: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G ModuleDavid Ward1-0/+1
2015-09-21USB: symbolserial: Use usb_get_serial_port_dataPhilipp Hachtmann1-3/+3
2015-08-17USB: qcserial: Add support for Dell Wireless 5809e 4G ModemPieter Hollants1-0/+1
2015-08-17USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355Reinhard Speyerer2-1/+2
2015-08-17usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen1-2/+2
2015-08-17usb: chipidea: ehci_init_driver is intended to call one timePeter Chen3-3/+23
2015-08-17usb: udc: core: add device_del() call to error pathwayAlan Stern1-0/+1
2015-08-17USB: sierra: add 1199:68AB device IDDirk Behme1-0/+1
2015-08-17drivers/usb: Delete XHCI command timer if necessaryGavin Shan1-1/+2
2015-08-17xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-08-10xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-08-10xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can3-3/+7
2015-08-10xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5
2015-08-10xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-08-10usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum1-0/+12
2015-08-03usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2015-08-03usb: core: lpm: set lpm_capable for root hub deviceLu Baolu3-3/+7
2015-08-03USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern1-6/+1
2015-08-03USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn1-0/+1
2015-08-03USB: option: add 2020:4000 IDClaudio Cappelli1-0/+1
2015-08-03USB: cp210x: add ID for Aruba Networks controllersPeter Sanford1-0/+1
2015-08-03usb: musb: host: rely on port_mode to call musb_start()Felipe Balbi1-3/+1
2015-08-03usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz1-3/+13
2015-08-03usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov1-1/+1
2015-08-03usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva1-2/+4
2015-08-03usb: gadget: composite: Fix NULL pointer dereferenceKishon Vijay Abraham I1-4/+7