summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2419-535/+239
|\
| * complete ->[sg]et_serial() switchoverAl Viro2018-10-131-2/+2
| * usb_wwan: switch to ->[sg]et_serial()Al Viro2018-10-133-49/+23
| * whiteheat: switch to ->get_serial()Al Viro2018-10-131-27/+15
| * ti_usb_3410_5052: switch to ->[sg]et_serial()Al Viro2018-10-131-50/+24
| * ssu100: switch to ->get_serial()Al Viro2018-10-131-31/+11
| * quatech2: switch to ->get_serial()Al Viro2018-10-131-31/+11
| * pl2303: switch to ->get_serial()Al Viro2018-10-131-21/+8
| * opticon: switch to ->get_serial()Al Viro2018-10-131-31/+12
| * mos7840: switch to ->get_serial()Al Viro2018-10-131-26/+13
| * mos7720: switch to ->get_serial()Al Viro2018-10-131-21/+13
| * io_ti: switch to ->get_serial()Al Viro2018-10-131-33/+14
| * io_edgeport: switch to ->get_serial()Al Viro2018-10-131-21/+16
| * fdti_sio: switch to ->[sg]et_serial()Al Viro2018-10-131-27/+21
| * f81534: switch to ->get_serial()Al Viro2018-10-131-30/+8
| * f81232: switch to ->get_serial()Al Viro2018-10-131-28/+8
| * ark3116: switch to ->get_serial()Al Viro2018-10-131-30/+8
| * cdc-acm: switch to ->[sg]et_serial()Al Viro2018-10-131-27/+14
| * usb-serial: begin switching to ->[sg]et_serial()Al Viro2018-10-131-0/+20
| * mos7720: bury dead TIOCM... in ->ioctl()Al Viro2018-09-141-52/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-242-4/+4
|\ \
| * | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-2/+2
| * | signal: Don't send siginfo to kthreads.Eric W. Biederman2018-09-111-1/+1
| * | signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman2018-09-111-1/+1
| |/
* | usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-171-0/+3
* | USB: fix the usbfs flag sanitization for control transfersAlan Stern2018-10-161-2/+2
* | usb: xhci: pci: Enable Intel USB role mux on Apollo Lake platformsHeikki Krogerus2018-10-091-2/+4
* | usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enableWan Ahmad Zainie2018-10-091-0/+2
* | cdc-acm: correct counting of UART states in serial state notificationTobias Herzog2018-10-091-7/+7
* | cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog2018-10-091-1/+0
* | cdc-acm: fix race between reset and control messagingOliver Neukum2018-10-091-0/+1
* | usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)2018-10-091-15/+42
* | usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun2018-10-011-2/+2
* | xhci: Add missing CAS workaround for Intel Sunrise Point xHCIMathias Nyman2018-10-011-0/+2
* | usb: cdc_acm: Do not leak URB buffersRomain Izard2018-10-011-0/+6
* | Merge tag 'usb-serial-4.19-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-10-012-3/+15
|\ \
| * | USB: serial: simple: add Motorola Tetra MTP6550 idJohan Hovold2018-09-241-1/+2
| * | USB: serial: option: add two-endpoints device-id flagJohan Hovold2018-09-141-10/+7
| * | USB: serial: option: improve Quectel EP06 detectionKristian Evensen2018-09-141-2/+16
* | | usb: typec: mux: Take care of driver module reference countingHeikki Krogerus2018-09-201-4/+13
* | | usb: core: safely deal with the dynamic quirk listsHarry Pan2018-09-201-1/+2
* | | usb: roles: Take care of driver module reference countingHeikki Krogerus2018-09-201-3/+12
* | | USB: handle NULL config in usb_find_alt_setting()Alan Stern2018-09-201-0/+2
* | | USB: fix error handling in usb_driver_claim_interface()Alan Stern2018-09-201-0/+15
* | | USB: remove LPM management from usb_driver_claim_interface()Alan Stern2018-09-201-15/+0
* | | USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum2018-09-201-0/+5
* | | USB: usbdevfs: sanitize flags moreOliver Neukum2018-09-201-3/+16
* | | Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior2018-09-201-1/+1
* | | usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu2018-09-201-11/+1
* | | Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2018-09-102-74/+0