summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: usbcore: Fix slab-out-of-bounds bug during device resetAlan Stern2019-09-211-4/+8
* usb: hcd: use managed device resourcesSchmid, Carsten2019-09-061-22/+8
* usb: setup authorized_default attributes using usb_bus_notifyThiƩbaud Weksteen2019-08-253-123/+126
* USB: CDC: fix sanity checks in CDC union parserOliver Neukum2019-08-251-2/+2
* USB: core: Fix races in character device registration and deregistraionAlan Stern2019-08-251-5/+5
* usb: usbfs: fix double-free of usb memory upon submiturb errorGavin Li2019-08-161-2/+0
* usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen2019-07-311-12/+16
* usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng2019-07-261-2/+5
* signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman2019-07-261-24/+24
* USB: Fix chipmunk-like voice when using Logitech C270 for recording audio.Marco Zatta2019-06-051-0/+3
* USB: Add LPM quirk for Surface Dock GigE adapterMaximilian Luz2019-05-211-0/+3
* USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorAlan Stern2019-05-211-2/+2
* Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-082-26/+43
|\
| * Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-05-031-3/+4
| |\
| | * usb: introduce usb_ep_type_string() functionChunfeng Yun2019-05-031-15/+2
| | * USB: Export usb_wakeup_enabled_descendants()Douglas Anderson2019-05-031-3/+4
| * | usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel2019-04-251-0/+24
| * | USB: core: Don't unbind interfaces following device reset failureAlan Stern2019-04-171-1/+4
| * | USB: hub: Remove returned value 'status' since never usedMathieu Malaterre2019-04-161-7/+6
| * | Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman2019-04-011-0/+3
| |\|
| * | usb: introduce usb_ep_type_string() functionChunfeng Yun2019-03-261-15/+2
| * | usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren2019-03-261-0/+3
* | | USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern2019-04-191-13/+0
* | | USB: core: Fix unterminated string returned by usb_string()Alan Stern2019-04-161-1/+3
| |/ |/|
* | usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsChen-Yu Tsai2019-03-261-0/+3
|/
* Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-03-0615-91/+234
|\
| * usb: core: make default autosuspend delay configurableMans Rullgard2019-03-012-2/+14
| * usb: core: Fix typo in description of "authorized_default"Jakub Wilk2019-02-271-1/+1
| * usb: core: add option of only authorizing internal devicesDmitry Torokhov2019-02-222-27/+57
| * usb: core: Replace hardcoded check with inline function from usb.hKeyur Patel2019-02-201-1/+1
| * usb: core: skip interfaces disabled in devicetreeMans Rullgard2019-02-201-0/+7
| * usb: core: config: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-191-3/+3
| * USB: Fix configuration selection issues introduced in v4.20.0Nikolay Yakimov2019-02-081-19/+25
| * usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski2019-02-081-0/+7
| * usb: core: Move variable initialization to appropriate placeSuwan Kim2019-02-041-2/+1
| * usb: core: comply to PHY frameworkMiquel Raynal2019-01-303-0/+35
| * Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman2019-01-281-7/+10
| |\
| * | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+1
| * | USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng2019-01-183-13/+13
| * | USB: Add new USB LPM helpersKai-Heng Feng2019-01-185-11/+30
| * | usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne2019-01-182-6/+39
| * | Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman2019-01-152-4/+8
| |\ \
| * | | USB: core: urb: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-081-3/+2
| * | | usb: devio: update max count of DPs per interval for ISOCChunfeng Yun2019-01-071-5/+3
| * | | usb: core: Simplify return value of usb_get_configuration()Suwan Kim2019-01-071-4/+1
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-241-63/+100
|\ \ \ \ | |_|_|/ |/| | |
| * | | usb: assign ACPI companions for embedded USB devicesDmitry Torokhov2019-01-251-9/+35
| * | | usb: split code locating ACPI companion into port and deviceDmitry Torokhov2019-01-251-61/+72
| | |/ | |/|
* / | USB: leds: fix regression in usbport led triggerChristian Lamparter2019-01-181-7/+10
|/ /
* | USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker2019-01-071-1/+2