aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-03-23Merge tag 'usb-serial-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 2-1/+18
2017-03-23Merge tag 'fixes-for-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 4-10/+30
2017-03-22usb: gadget: f_hid: fix: Don't access hidg->req without spinlock heldGravatar Krzysztof Opasiak 1-4/+4
2017-03-22usb: gadget: udc: remove pointer dereference after freeGravatar Gustavo A. R. Silva 1-1/+0
2017-03-22usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedGravatar Roger Quadros 1-0/+8
2017-03-22usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalGravatar Roger Quadros 1-1/+1
2017-03-22usb: gadget: acm: fix endianness in notificationsGravatar Oliver Neukum 1-1/+3
2017-03-22usb: dwc3: gadget: delay unmap of bounced requestsGravatar Janusz Dziedzic 1-4/+17
2017-03-18USB: serial: qcserial: add Dell DW5811eGravatar Bjørn Mork 1-0/+2
2017-03-17usb: hub: Fix crash after failure to read BOS descriptorGravatar Guenter Roeck 1-1/+1
2017-03-17ACM gadget: fix endianness in notificationsGravatar Oliver Neukum 1-1/+3
2017-03-17USB: usbtmc: fix probe error pathGravatar Johan Hovold 1-2/+6
2017-03-17USB: usbtmc: add missing endpoint sanity checkGravatar Johan Hovold 1-1/+9
2017-03-14USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modemsGravatar Dan Williams 1-1/+16
2017-03-14usb: musb: fix possible spinlock deadlockGravatar Bin Liu 1-1/+1
2017-03-14usb: musb: dsps: fix iounmap in error and exit pathsGravatar Bin Liu 1-1/+4
2017-03-14usb: musb: cppi41: don't check early-TX-interrupt for Isoch transferGravatar Bin Liu 1-2/+21
2017-03-14usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkGravatar Samuel Thibault 2-0/+18
2017-03-14USB: wusbcore: fix NULL-deref at probeGravatar Johan Hovold 1-0/+3
2017-03-14USB: uss720: fix NULL-deref at probeGravatar Johan Hovold 1-0/+5
2017-03-14USB: lvtest: fix NULL-deref at probeGravatar Johan Hovold 1-0/+4
2017-03-14USB: idmouse: fix NULL-deref at probeGravatar Johan Hovold 1-0/+3
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 24-108/+195
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesGravatar Masahiro Yamada 2-4/+3
2017-03-09usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllersGravatar Guenter Roeck 1-0/+2
2017-03-09usb: host: xhci-dbg: HCIVERSION should be a binary numberGravatar Peter Chen 1-1/+1
2017-03-09usb: xhci: remove dummy extra_priv_size for size of xhci_hcd structGravatar Chunfeng Yun 2-2/+0
2017-03-09usb: xhci-mtk: check hcc_params after adding primary hcdGravatar Chunfeng Yun 1-3/+3
2017-03-09Merge tag 'usb-serial-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 3-14/+12
2017-03-09USB: serial: digi_acceleport: fix OOB-event processingGravatar Johan Hovold 1-1/+1
2017-03-09usb: usb251xb: dt: add unit suffix to oc-delay and power-on-timeGravatar Richard Leitner 1-15/+20
2017-03-09usb: usb251xb: remove max_{power,current}_{sp,bp} propertiesGravatar Richard Leitner 1-20/+4
2017-03-09usb-storage: Add ignore-residue quirk for Initio INIC-3619Gravatar Tobias Jakobi 1-0/+14
2017-03-09USB: iowarrior: fix NULL-deref in writeGravatar Johan Hovold 1-0/+8
2017-03-09USB: iowarrior: fix NULL-deref at probeGravatar Johan Hovold 1-6/+7
2017-03-09usb: phy: isp1301: Add OF device ID tableGravatar Javier Martinez Canillas 1-0/+7
2017-03-09usb: ohci-at91: Do not drop unhandled USB suspend control requestsGravatar Jelle Martijn Kok 1-2/+2
2017-03-08USB: serial: safe_serial: fix information leak in completion handlerGravatar Johan Hovold 1-0/+5
2017-03-08USB: serial: io_ti: fix information leak in completion handlerGravatar Johan Hovold 1-1/+1
2017-03-08USB: serial: omninet: drop open callbackGravatar Johan Hovold 1-7/+0
2017-03-08USB: serial: omninet: fix reference leaks at openGravatar Johan Hovold 1-6/+0
2017-03-08USB: serial: io_ti: fix NULL-deref in interrupt callbackGravatar Johan Hovold 1-0/+6
2017-03-08usb: dwc3: gadget: make to increment req->remaining in all casesGravatar Felipe Balbi 1-3/+3
2017-03-06usb: gadget: udc: net2280: Fix tmp reusage in net2280 driverGravatar Raz Manor 1-12/+13
2017-03-06usb: gadget: pxa27x: Test for a valid argument pointerGravatar Petr Cvek 1-2/+3
2017-03-06usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()Gravatar Roger Quadros 1-0/+1
2017-03-06usb: dwc3: gadget: Fix system suspend/resume on TI platformsGravatar Roger Quadros 1-6/+1
2017-03-06Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"Gravatar Janusz Dziedzic 1-1/+1
2017-03-06USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Gravatar Christophe JAILLET 1-1/+3
2017-03-06usb: gadget: udc: atmel: fix debug outputGravatar Arnd Bergmann 1-2/+2