summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAgeFilesLines
* USB: mark all struct bus_type as constGreg Kroah-Hartman2023-03-231-1/+1
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-3/+3
* usb/core: fix repeated words in commentsJilin Yuan2022-07-271-1/+1
* USB: core: Disable remote wakeup for freeze/quiesceEvan Green2022-04-231-12/+13
* usb: core: Export usb_device_match_idRazvan Heghedus2021-12-171-0/+1
* usb: core: Fix file path that does not existWei Ming Chen2021-12-051-1/+1
* USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold2021-03-231-3/+3
* USB: core: drop outdated interface-binding commentJohan Hovold2021-03-231-4/+0
* usbcore: Check both id_table and match() when both availableBastien Nocera2020-10-281-9/+21
* Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2020-10-051-16/+34
|\
| * usbcore/driver: Accommodate usbipM. Vefa Bicakci2020-09-251-6/+31
| * usbcore/driver: Fix incorrect downcastM. Vefa Bicakci2020-09-251-9/+2
| * usbcore/driver: Fix specific driver selectionM. Vefa Bicakci2020-09-251-1/+1
* | usb: core: driver: fix stray tabs in error messagesSergey Shtylyov2020-09-041-5/+3
|/
* USB: Fix device driver raceBastien Nocera2020-08-181-2/+38
* USB: Fallback to generic driver when specific driver failsBastien Nocera2020-02-121-1/+4
* USB: Select better matching USB drivers when availableBastien Nocera2020-02-121-2/+13
* USB: Implement usb_device_match_id()Bastien Nocera2020-02-121-0/+14
* USB: Make it possible to "subclass" usb_device_driverBastien Nocera2020-02-121-5/+21
* USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman2019-08-071-0/+1
* USB: add support for dev_groups to struct usb_driverGreg Kroah-Hartman2019-08-071-0/+1
* USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern2019-04-191-13/+0
* USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng2019-01-181-3/+8
* USB: Add new USB LPM helpersKai-Heng Feng2019-01-181-1/+11
* USB: core: remove set but not used variable 'udev'YueHaibing2018-10-091-3/+0
* 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
* driver core: hold dev's parent lock when neededMartin Liu2018-05-311-0/+1
* usb: Don't print a warning if interface driver rebind is deferred at resumeMathias Nyman2017-12-071-1/+1
* usb: core: Fix logging messages with spurious periods after newlinesJoe Perches2017-12-061-4/+4
* usb: core: introduce a new usb_get_std_status() helperFelipe Balbi2017-11-071-2/+2
* USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* USB: Force disconnect Huawei 4G modem during suspendDaniel Drake2017-10-231-1/+9
* usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck2017-03-231-0/+3
* usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck2017-03-231-0/+18
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+3
* USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern2016-05-031-17/+23
* USB: usb_driver_claim_interface: add sanity checkingOliver Neukum2016-03-181-1/+5
* usb: core: driver: Use kmalloc_arrayMuhammad Falak R Wani2015-10-041-4/+2
* usb: interface authorization: Control interface probing and claimingStefan Koch2015-09-221-0/+8
* Revert "usb: interface authorization: Control interface probing and claiming"Greg Kroah-Hartman2015-08-181-8/+0
* usb: interface authorization: Control interface probing and claimingStefan Koch2015-08-141-0/+8
* usb: fix coding style issueKris Borer2015-07-221-0/+1
* USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2015-01-311-0/+12
* USB: don't cancel queued resets when unbinding driversAlan Stern2015-01-251-17/+0
* USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-5/+1
* USB: shutdown all URBs after controller deathAlan Stern2014-07-171-3/+4
* USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern2014-05-241-3/+6
* USB: unbind all interfaces before rebinding anyAlan Stern2014-03-171-38/+56
* usb-core: Free bulk streams on interface releaseHans de Goede2014-03-041-1/+22