summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* xhci: fix null pointer dereference in stop command timeout functionMathias Nyman2016-09-241-1/+5
* USB: change bInterval default to 10 msAlan Stern2016-09-241-11/+17
* usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber2016-09-241-0/+9
* usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda2016-09-241-2/+9
* USB: serial: simple: add support for another Infineon flashloaderDaniele Palmas2016-09-241-1/+2
* USB: serial: option: add WeTelecom 0x6802 and 0x6803 productsAleksandr Makarov2016-09-071-0/+4
* USB: serial: option: add WeTelecom WM-D200Aleksandr Makarov2016-09-071-0/+5
* USB: serial: mos7840: fix non-atomic allocation in write pathAlexey Khoroshilov2016-09-071-2/+2
* USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov2016-09-071-1/+1
* USB: fix typo in wMaxPacketSize validationAlan Stern2016-09-071-1/+1
* usb: chipidea: udc: don't touch DP when controller is in host modeLi Jun2016-09-071-2/+5
* USB: avoid left shift by -1Alan Stern2016-09-071-5/+11
* usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()Wei Yongjun2016-09-071-1/+1
* cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li2016-09-072-4/+2
* xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman2016-09-073-6/+13
* USB: serial: ftdi_sio: add PIDs for Ivium Technologies devicesRobert Deliën2016-09-072-0/+8
* USB: serial: ftdi_sio: add device ID for WICED USB UART dev boardSheng-Hui J. Chu2016-09-072-0/+7
* USB: serial: option: add support for Telit LE920A4Daniele Palmas2016-09-071-0/+21
* USB: serial: option: add D-Link DWM-156/A3Lubomir Rintel2016-09-071-0/+1
* USB: serial: fix memleak in driver-registration error pathAlexey Klimov2016-09-071-1/+3
* xhci: don't dereference a xhci member after removing xhciMathias Nyman2016-09-071-1/+2
* usb: xhci: Fix panic if disconnectJim Lin2016-09-071-0/+3
* xhci: always handle "Command Ring Stopped" eventsMathias Nyman2016-09-071-6/+7
* usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau2016-09-071-1/+1
* usb: gadget: fsl_qe_udc: off by one in setup_received_handle()Dan Carpenter2016-09-071-1/+1
* USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern2016-09-071-3/+63
* usb: renesas_usbhs: Use dmac only if the pipe type is bulkYoshihiro Shimoda2016-09-071-2/+2
* usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()Yoshihiro Shimoda2016-09-071-2/+5
* USB: hub: change the locking in hub_activateAlan Stern2016-09-071-3/+3
* USB: hub: fix up early-exit pathway in hub_activateAlan Stern2016-09-071-9/+6
* usb: hub: Fix unbalanced reference count/memory leak/deadlocksViresh Kumar2016-09-071-2/+0
* usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman2016-09-078-22/+31
* usb: dwc3: gadget: increment request->actual onceFelipe Balbi2016-09-071-8/+11
* usb: dwc3: pci: add Intel Kabylake PCI IDHeikki Krogerus2016-09-071-0/+2
* usb: misc: usbtest: add fix for driver hangLu Baolu2016-09-071-3/+4
* usb: ehci: change order of register cleanup during shutdownMarc Ohlf2016-09-071-2/+2
* USB: usbfs: fix potential infoleak in devioKangjie Lu2016-08-201-4/+5
* usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()Yoshihiro Shimoda2016-08-201-4/+14
* USB: serial: option: add support for Telit LE910 PID 0x1206Daniele Palmas2016-08-201-0/+3
* usb: dwc3: fix for the isoc transfer EP_BUSY flagKonrad Leszczynski2016-08-201-0/+4
* usb: quirks: Add no-lpm quirk for ElanJoseph Salisbury2016-08-201-0/+3
* usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()Yoshihiro Shimoda2016-08-201-1/+8
* usb: f_fs: off by one bug in _ffs_func_bind()Dan Carpenter2016-08-201-6/+4
* usb: gadget: avoid exposing kernel stackHeinrich Schuchardt2016-08-201-0/+1
* USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichał Pecio2016-08-101-1/+2
* usb: common: otg-fsm: add license to usb-otg-fsmOscar2016-07-271-0/+2
* usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann2016-07-271-0/+27
* usb: dwc3: exynos: Fix deferred probing storm.Steinar H. Gunderson2016-07-111-8/+11
* usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding2016-07-111-1/+1
* usb: gadget: fix spinlock dead lock in gadgetfsBin Liu2016-07-111-4/+13