aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20usb: core: Replace hardcoded check with inline function from usb.hKeyur Patel1-1/+1
2019-02-20usb: core: skip interfaces disabled in devicetreeMans Rullgard1-0/+7
2019-02-19usb: core: config: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+3
2019-02-08USB: Fix configuration selection issues introduced in v4.20.0Nikolay Yakimov1-19/+25
2019-02-08usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski1-0/+7
2019-02-04usb: core: Move variable initialization to appropriate placeSuwan Kim1-2/+1
2019-01-30usb: core: comply to PHY frameworkMiquel Raynal3-0/+35
2019-01-28Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman1-7/+10
2019-01-25usb: assign ACPI companions for embedded USB devicesDmitry Torokhov1-9/+35
2019-01-25usb: split code locating ACPI companion into port and deviceDmitry Torokhov1-61/+72
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng3-13/+13
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng5-11/+30
2019-01-18usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne2-6/+39
2019-01-18USB: leds: fix regression in usbport led triggerChristian Lamparter1-7/+10
2019-01-15Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman2-4/+8
2019-01-08USB: core: urb: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+2
2019-01-07usb: devio: update max count of DPs per interval for ISOCChunfeng Yun1-5/+3
2019-01-07usb: core: Simplify return value of usb_get_configuration()Suwan Kim1-4/+1
2019-01-07USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker1-1/+2
2019-01-07usbcore: Select only first configuration for non-UAC3 compliant devicesSaranya Gopal1-3/+6
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-5/+4
2018-12-12usb: core: Remove unnecessary memset()Suwan Kim1-2/+0
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman3-5/+10
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer2-4/+4
2018-12-05usb: quirk: add no-LPM quirk on SanDisk Ultra Flair deviceHarry Pan1-0/+4
2018-12-05USB: Fix invalid-free bug in port_over_current_notify()Alan Stern1-1/+2
2018-12-05usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman1-0/+10
2018-11-26usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream seriesMichael Niewöhner1-0/+3
2018-11-14usb: core: Fix hub port connection events lostDennis Wassenberg1-1/+3
2018-11-07USB: quirks: Add no-lpm quirk for Raydium touchscreensKai-Heng Feng1-0/+5
2018-11-07usb: quirks: Add delay-init quirk for Corsair K70 LUX RGBEmmanuel Pescosta1-0/+3
2018-11-07USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2-3/+17
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-27/+84
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2018-10-16USB: fix the usbfs flag sanitization for control transfersAlan Stern1-2/+2
2018-10-09USB: core: remove set but not used variable 'udev'YueHaibing1-3/+0
2018-10-09usb: core: fix memory leak on port_dev_path allocationColin Ian King1-1/+3
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-2/+2
2018-10-02usb: export firmware port location in sysfsBjørn Mork1-0/+10
2018-10-02usb: hub: try old enumeration scheme first for high speed devicesZeng Tao1-1/+3
2018-09-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman4-18/+39
2018-09-28usb: core: added uevent for over-currentJon Flatley1-0/+36
2018-09-20usb: core: safely deal with the dynamic quirk listsHarry Pan1-1/+2
2018-09-20usbcore: Select UAC3 configuration for audio if presentSaranya Gopal1-0/+27
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