summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* drivers/usb: Delete XHCI command timer if necessaryGavin Shan2015-08-031-1/+2
* xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman2015-08-031-1/+1
* Merge tag 'fixes-for-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-08-031-0/+1
|\
| * usb: udc: core: add device_del() call to error pathwayAlan Stern2015-08-031-0/+1
* | Merge tag 'usb-serial-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-303-1/+4
|\ \
| * | USB: sierra: add 1199:68AB device IDDirk Behme2015-07-281-0/+1
| * | USB: qcserial: Add support for Dell Wireless 5809e 4G ModemPieter Hollants2015-07-201-0/+1
| * | USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355Reinhard Speyerer2015-07-202-1/+2
* | | Merge tag 'fixes-for-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-274-4/+16
|\ \ \ | | |/ | |/|
| * | usb: gadget: f_printer: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-271-1/+9
| * | usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-271-0/+4
| * | usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen2015-07-271-2/+2
| * | usb: gadget: bdc: fix a driver crash on disconnectAl Cooper2015-07-271-1/+1
* | | Merge tag 'usb-ci-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-07-273-3/+23
|\ \ \ | |/ / |/| |
| * | usb: chipidea: ehci_init_driver is intended to call one timePeter Chen2015-07-223-3/+23
| |/
* | USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern2015-07-221-1/+1
* | cdc-acm: Destroy acm_minors IDR on module exitJohannes Thumshirn2015-07-221-0/+1
* | usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectorsHans de Goede2015-07-221-0/+11
* | usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum2015-07-221-0/+12
* | USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern2015-07-221-6/+1
* | usb: core: lpm: set lpm_capable for root hub deviceLu Baolu2015-07-223-3/+7
* | xhci: do not report PLC when link is in internal resume stateZhuang Jin Can2015-07-221-1/+8
* | xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can2015-07-223-3/+7
* | xhci: report U3 when link is in resume stateZhuang Jin Can2015-07-221-2/+5
* | xhci: Calculate old endpoints correctly on device resetBrian Campbell2015-07-221-0/+3
* | usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP2015-07-221-1/+1
* | xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani2015-07-221-3/+37
* | xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman2015-07-221-0/+17
* | usb: dwc3: Reset the transfer resource index on SET_INTERFACEJohn Youn2015-07-221-0/+4
* | usb: gadget: udc: core: Fix argument of dma_map_single for IOMMUYoshihiro Shimoda2015-07-201-6/+8
* | usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov2015-07-201-1/+1
* | usb: ulpi: ulpi_init should be executed in subsys_initcallLu Baolu2015-07-201-1/+1
|/
* configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss2015-07-171-1/+1
* Merge tag 'usb-serial-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-104-115/+141
|\
| * USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn2015-07-091-0/+1
| * USB: cp210x: add ID for Aruba Networks controllersPeter Sanford2015-07-061-0/+1
| * USB: mos7720: rename registersSudip Mukherjee2015-07-061-115/+138
| * USB: option: add 2020:4000 IDClaudio Cappelli2015-07-061-0/+1
* | usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz2015-07-061-3/+1
* | usb: phy: mxs: suspend to RAM causes NULL pointer dereferenceStefan Wahren2015-07-061-0/+3
* | usb: gadget: udc: fix free_irq() after request_irq() failedTakeshi Yoshimura2015-07-061-2/+1
* | usb: gadget: composite: Fix NULL pointer dereferenceKishon Vijay Abraham I2015-07-061-4/+7
* | usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva2015-07-061-2/+4
* | usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz2015-07-061-3/+13
* | usb: dwc3: core: avoid NULL pointer dereferenceFelipe Balbi2015-07-061-2/+4
* | usb: dwc2: embed storage for reg backup in struct dwc2_hsotgMian Yousaf Kaukab2015-07-062-43/+21
* | usb: dwc2: host: allocate qtd before atomic enqueueMian Yousaf Kaukab2015-07-061-10/+16
* | usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab2015-07-063-42/+43
* | usb: musb: host: rely on port_mode to call musb_start()Felipe Balbi2015-07-061-3/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-042-2/+2
|\