summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)AuthorLines
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-3/+3
2022-07-27usb/core: fix repeated words in commentsJilin Yuan-1/+1
2022-04-23USB: core: Disable remote wakeup for freeze/quiesceEvan Green-12/+13
2021-12-17usb: core: Export usb_device_match_idRazvan Heghedus-0/+1
2021-12-05usb: core: Fix file path that does not existWei Ming Chen-1/+1
2021-03-23USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold-3/+3
2021-03-23USB: core: drop outdated interface-binding commentJohan Hovold-4/+0
2020-10-28usbcore: Check both id_table and match() when both availableBastien Nocera-9/+21
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman-16/+34
2020-09-25usbcore/driver: Accommodate usbipM. Vefa Bicakci-6/+31
2020-09-25usbcore/driver: Fix incorrect downcastM. Vefa Bicakci-9/+2
2020-09-25usbcore/driver: Fix specific driver selectionM. Vefa Bicakci-1/+1
2020-09-04usb: core: driver: fix stray tabs in error messagesSergey Shtylyov-5/+3
2020-08-18USB: Fix device driver raceBastien Nocera-2/+38
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera-1/+4
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera-2/+13
2020-02-12USB: Implement usb_device_match_id()Bastien Nocera-0/+14
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera-5/+21
2019-08-07USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman-0/+1
2019-08-07USB: add support for dev_groups to struct usb_driverGreg Kroah-Hartman-0/+1
2019-04-19USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern-13/+0
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng-3/+8
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng-1/+11
2018-10-09USB: core: remove set but not used variable 'udev'YueHaibing-3/+0
2018-09-20USB: fix error handling in usb_driver_claim_interface()Alan Stern-0/+15
2018-09-20USB: remove LPM management from usb_driver_claim_interface()Alan Stern-15/+0
2018-05-31driver core: hold dev's parent lock when neededMartin Liu-0/+1
2017-12-07usb: Don't print a warning if interface driver rebind is deferred at resumeMathias Nyman-1/+1
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches-4/+4
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi-2/+2
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman-1/+1
2017-10-23USB: Force disconnect Huawei 4G modem during suspendDaniel Drake-1/+9
2017-03-23usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck-0/+3
2017-03-23usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck-0/+18
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman-0/+3
2016-05-03USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern-17/+23
2016-03-18USB: usb_driver_claim_interface: add sanity checkingOliver Neukum-1/+5
2015-10-04usb: core: driver: Use kmalloc_arrayMuhammad Falak R Wani-4/+2
2015-09-22usb: interface authorization: Control interface probing and claimingStefan Koch-0/+8
2015-08-18Revert "usb: interface authorization: Control interface probing and claiming"Greg Kroah-Hartman-8/+0
2015-08-14usb: interface authorization: Control interface probing and claimingStefan Koch-0/+8
2015-07-22usb: fix coding style issueKris Borer-0/+1
2015-01-31USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern-0/+12
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern-17/+0
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki-5/+1
2014-07-17USB: shutdown all URBs after controller deathAlan Stern-3/+4
2014-05-24USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern-3/+6
2014-03-17USB: unbind all interfaces before rebinding anyAlan Stern-38/+56
2014-03-04usb-core: Free bulk streams on interface releaseHans de Goede-1/+22