aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds19-535/+239
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+4
2018-10-17usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-10-16USB: fix the usbfs flag sanitization for control transfersAlan Stern1-2/+2
2018-10-13complete ->[sg]et_serial() switchoverAl Viro1-2/+2
2018-10-13usb_wwan: switch to ->[sg]et_serial()Al Viro3-49/+23
2018-10-13whiteheat: switch to ->get_serial()Al Viro1-27/+15
2018-10-13ti_usb_3410_5052: switch to ->[sg]et_serial()Al Viro1-50/+24
2018-10-13ssu100: switch to ->get_serial()Al Viro1-31/+11
2018-10-13quatech2: switch to ->get_serial()Al Viro1-31/+11
2018-10-13pl2303: switch to ->get_serial()Al Viro1-21/+8
2018-10-13opticon: switch to ->get_serial()Al Viro1-31/+12
2018-10-13mos7840: switch to ->get_serial()Al Viro1-26/+13
2018-10-13mos7720: switch to ->get_serial()Al Viro1-21/+13
2018-10-13io_ti: switch to ->get_serial()Al Viro1-33/+14
2018-10-13io_edgeport: switch to ->get_serial()Al Viro1-21/+16
2018-10-13fdti_sio: switch to ->[sg]et_serial()Al Viro1-27/+21
2018-10-13f81534: switch to ->get_serial()Al Viro1-30/+8
2018-10-13f81232: switch to ->get_serial()Al Viro1-28/+8
2018-10-13ark3116: switch to ->get_serial()Al Viro1-30/+8
2018-10-13cdc-acm: switch to ->[sg]et_serial()Al Viro1-27/+14
2018-10-13usb-serial: begin switching to ->[sg]et_serial()Al Viro1-0/+20
2018-10-09usb: xhci: pci: Enable Intel USB role mux on Apollo Lake platformsHeikki Krogerus1-2/+4
2018-10-09usb: roles: intel_xhci: Fix Unbalanced pm_runtime_enableWan Ahmad Zainie1-0/+2
2018-10-09cdc-acm: correct counting of UART states in serial state notificationTobias Herzog1-7/+7
2018-10-09cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog1-1/+0
2018-10-09cdc-acm: fix race between reset and control messagingOliver Neukum1-0/+1
2018-10-09usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()Shuah Khan (Samsung OSG)1-15/+42
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-2/+2
2018-10-01usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun1-2/+2
2018-10-01xhci: Add missing CAS workaround for Intel Sunrise Point xHCIMathias Nyman1-0/+2
2018-10-01usb: cdc_acm: Do not leak URB buffersRomain Izard1-0/+6
2018-10-01Merge tag 'usb-serial-4.19-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman2-3/+15
2018-09-24USB: serial: simple: add Motorola Tetra MTP6550 idJohan Hovold1-1/+2
2018-09-20usb: typec: mux: Take care of driver module reference countingHeikki Krogerus1-4/+13
2018-09-20usb: core: safely deal with the dynamic quirk listsHarry Pan1-1/+2
2018-09-20usb: roles: Take care of driver module reference countingHeikki Krogerus1-3/+12
2018-09-20USB: handle NULL config in usb_find_alt_setting()Alan Stern1-0/+2
2018-09-20USB: fix error handling in usb_driver_claim_interface()Alan Stern1-0/+15
2018-09-20USB: remove LPM management from usb_driver_claim_interface()Alan Stern1-15/+0
2018-09-20USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum1-0/+5
2018-09-20USB: usbdevfs: sanitize flags moreOliver Neukum1-3/+16
2018-09-20Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interrupt()"Sebastian Andrzej Siewior1-1/+1
2018-09-20usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu1-11/+1
2018-09-14mos7720: bury dead TIOCM... in ->ioctl()Al Viro1-52/+0
2018-09-14USB: serial: option: add two-endpoints device-id flagJohan Hovold1-10/+7
2018-09-14USB: serial: option: improve Quectel EP06 detectionKristian Evensen1-2/+16
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman1-1/+1
2018-09-11signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman1-1/+1
2018-09-10Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2-74/+0