aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-12Merge tag 'usb-serial-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman2-39/+78
2017-01-11xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2-24/+0
2017-01-11USB: serial: ch341: fix control-message error handlingJohan Hovold1-11/+21
2017-01-10usb: musb: fix runtime PM in debugfsBin Liu1-1/+19
2017-01-10wusbcore: Fix one more crypto-on-the-stack bugAndy Lutomirski1-2/+1
2017-01-10USB: serial: kl5kusb105: fix line-state error handlingJohan Hovold1-4/+5
2017-01-09USB: serial: ch341: fix baud rate and line-control handlingJohan Hovold1-7/+17
2017-01-09USB: serial: ch341: fix line settings after reset-resumeJohan Hovold1-1/+4
2017-01-09USB: serial: ch341: fix resume after resetJohan Hovold1-4/+13
2017-01-09USB: serial: ch341: fix open error handlingJohan Hovold1-3/+10
2017-01-09USB: serial: ch341: fix modem-control and B0 handlingJohan Hovold1-9/+7
2017-01-09USB: serial: ch341: fix open and resume after B0Johan Hovold1-1/+3
2017-01-09USB: serial: ch341: fix initial modem-control stateJohan Hovold1-1/+0
2017-01-05USB: fix problems with duplicate endpoint addressesAlan Stern1-0/+10
2017-01-05usb: ohci-at91: use descriptor-based gpio APIs correctlyPeter Rosin1-14/+10
2017-01-05usb: storage: unusual_uas: Add JMicron JMS56x to unusual deviceOliver Neukum1-0/+7
2017-01-05usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven1-30/+29
2017-01-05usb: musb: blackfin: add bfin_fifo_offset in bfin_opsJérémy Lefaure1-0/+1
2017-01-05usb: musb: fix compilation warning on unused functionJérémy Lefaure1-0/+2
2017-01-05usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren1-1/+1
2017-01-05usb: musb: dsps: implement clear_ep_rxintr() callbackBin Liu1-0/+12
2017-01-05usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu2-6/+11
2017-01-05Merge tag 'usb-serial-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman16-58/+167
2017-01-04USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold1-0/+7
2017-01-04USB: serial: spcp8x5: fix NULL-deref at openJohan Hovold1-0/+14
2017-01-04USB: serial: quatech2: fix sleep-while-atomic in closeJohan Hovold1-4/+0
2017-01-04USB: serial: pl2303: fix NULL-deref at openJohan Hovold1-0/+8
2017-01-04USB: serial: oti6858: fix NULL-deref at openJohan Hovold1-0/+16
2017-01-04USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold1-0/+13
2017-01-04USB: serial: mos7840: fix misleading interrupt-URB commentJohan Hovold1-3/+1
2017-01-04USB: serial: mos7840: remove unused write URBJohan Hovold1-8/+0
2017-01-04USB: serial: mos7840: fix NULL-deref at openJohan Hovold1-0/+12
2017-01-04USB: serial: mos7720: remove obsolete port initialisationJohan Hovold1-5/+0
2017-01-04USB: serial: mos7720: fix parallel probeJohan Hovold1-23/+7
2017-01-04USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold1-10/+8
2017-01-04USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold1-1/+5
2017-01-04USB: serial: mos7720: fix NULL-deref at openJohan Hovold1-0/+5
2017-01-04USB: serial: kobil_sct: fix NULL-deref in writeJohan Hovold1-0/+12
2017-01-04USB: serial: keyspan_pda: verify endpoints at probeJohan Hovold1-0/+14
2017-01-04USB: serial: iuu_phoenix: fix NULL-deref at openJohan Hovold1-0/+11
2017-01-04USB: serial: io_ti: bind to interface after fw downloadJohan Hovold1-2/+1
2017-01-04USB: serial: io_ti: fix I/O after disconnectJohan Hovold1-0/+3
2017-01-04USB: serial: io_ti: fix another NULL-deref at openJohan Hovold1-3/+6
2017-01-04USB: serial: io_ti: fix NULL-deref at openJohan Hovold1-0/+7
2017-01-04USB: serial: io_edgeport: fix NULL-deref at openJohan Hovold1-0/+5
2017-01-04USB: serial: garmin_gps: fix memory leak on failed URB submitJohan Hovold1-0/+1
2017-01-04USB: serial: cyberjack: fix NULL-deref at openJohan Hovold1-0/+10
2017-01-03usb: host: xhci: handle COMP_STOP from SETUP phase tooFelipe Balbi1-12/+21
2017-01-03usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo LakeWan Ahmad Zainie1-1/+2
2017-01-03xhci: Fix race related to abort operationOGAWA Hirofumi3-80/+90