summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-17usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-10-16USB: fix the usbfs flag sanitization for control transfersAlan Stern
2018-10-13complete ->[sg]et_serial() switchoverAl Viro
2018-10-13usb_wwan: switch to ->[sg]et_serial()Al Viro
2018-10-13whiteheat: switch to ->get_serial()Al Viro
2018-10-13ti_usb_3410_5052: switch to ->[sg]et_serial()Al Viro
2018-10-13ssu100: switch to ->get_serial()Al Viro
2018-10-13quatech2: switch to ->get_serial()Al Viro
2018-10-13pl2303: switch to ->get_serial()Al Viro
2018-10-13opticon: switch to ->get_serial()Al Viro
2018-10-13mos7840: switch to ->get_serial()Al Viro
2018-10-13mos7720: switch to ->get_serial()Al Viro
2018-10-13io_ti: switch to ->get_serial()Al Viro
2018-10-13io_edgeport: switch to ->get_serial()Al Viro
2018-10-13fdti_sio: switch to ->[sg]et_serial()Al Viro
2018-10-13f81534: switch to ->get_serial()Al Viro
2018-10-13f81232: switch to ->get_serial()Al Viro
2018-10-13ark3116: switch to ->get_serial()Al Viro
2018-10-13cdc-acm: switch to ->[sg]et_serial()Al Viro
2018-10-13usb-serial: begin switching to ->[sg]et_serial()Al Viro
2018-10-09usb: xhci: pci: Enable Intel USB role mux on Apollo Lake platformsHeikki Krogerus
2018-10-09usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enableWan Ahmad Zainie
2018-10-09cdc-acm: correct counting of UART states in serial state notificationTobias Herzog
2018-10-09cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog
2018-10-09cdc-acm: fix race between reset and control messagingOliver Neukum
2018-10-09usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-10-01usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun
2018-10-01xhci: Add missing CAS workaround for Intel Sunrise Point xHCIMathias Nyman
2018-10-01usb: cdc_acm: Do not leak URB buffersRomain Izard
2018-10-01Merge tag 'usb-serial-4.19-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2018-09-24USB: serial: simple: add Motorola Tetra MTP6550 idJohan Hovold
2018-09-20usb: typec: mux: Take care of driver module reference countingHeikki Krogerus
2018-09-20usb: core: safely deal with the dynamic quirk listsHarry Pan
2018-09-20usb: roles: Take care of driver module reference countingHeikki Krogerus
2018-09-20USB: handle NULL config in usb_find_alt_setting()Alan Stern
2018-09-20USB: fix error handling in usb_driver_claim_interface()Alan Stern
2018-09-20USB: remove LPM management from usb_driver_claim_interface()Alan Stern
2018-09-20USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum
2018-09-20USB: usbdevfs: sanitize flags moreOliver Neukum
2018-09-20Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior
2018-09-20usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu
2018-09-14mos7720: bury dead TIOCM... in ->ioctl()Al Viro
2018-09-14USB: serial: option: add two-endpoints device-id flagJohan Hovold
2018-09-14USB: serial: option: improve Quectel EP06 detectionKristian Evensen
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman
2018-09-11signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman
2018-09-10Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum