aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27usb/core: fix repeated words in commentsJilin Yuan1-1/+1
2022-04-23USB: core: Disable remote wakeup for freeze/quiesceEvan Green1-12/+13
2021-12-17usb: core: Export usb_device_match_idRazvan Heghedus1-0/+1
2021-12-05usb: core: Fix file path that does not existWei Ming Chen1-1/+1
2021-03-23USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold1-3/+3
2021-03-23USB: core: drop outdated interface-binding commentJohan Hovold1-4/+0
2020-10-28usbcore: Check both id_table and match() when both availableBastien Nocera1-9/+21
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman1-16/+34
2020-09-25usbcore/driver: Accommodate usbipM. Vefa Bicakci1-6/+31
2020-09-25usbcore/driver: Fix incorrect downcastM. Vefa Bicakci1-9/+2
2020-09-25usbcore/driver: Fix specific driver selectionM. Vefa Bicakci1-1/+1
2020-09-04usb: core: driver: fix stray tabs in error messagesSergey Shtylyov1-5/+3
2020-08-18USB: Fix device driver raceBastien Nocera1-2/+38
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera1-1/+4
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera1-2/+13
2020-02-12USB: Implement usb_device_match_id()Bastien Nocera1-0/+14
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera1-5/+21
2019-08-07USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman1-0/+1
2019-08-07USB: add support for dev_groups to struct usb_driverGreg Kroah-Hartman1-0/+1
2019-04-19USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern1-13/+0
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng1-3/+8
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng1-1/+11
2018-10-09USB: core: remove set but not used variable 'udev'YueHaibing1-3/+0
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-05-31driver core: hold dev's parent lock when neededMartin Liu1-0/+1
2017-12-07usb: Don't print a warning if interface driver rebind is deferred at resumeMathias Nyman1-1/+1
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches1-4/+4
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi1-2/+2
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman1-1/+1
2017-10-23USB: Force disconnect Huawei 4G modem during suspendDaniel Drake1-1/+9
2017-03-23usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck1-0/+3
2017-03-23usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck1-0/+18
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-0/+3
2016-05-03USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern1-17/+23
2016-03-18USB: usb_driver_claim_interface: add sanity checkingOliver Neukum1-1/+5
2015-10-04usb: core: driver: Use kmalloc_arrayMuhammad Falak R Wani1-4/+2
2015-09-22usb: interface authorization: Control interface probing and claimingStefan Koch1-0/+8
2015-08-18Revert "usb: interface authorization: Control interface probing and claiming"Greg Kroah-Hartman1-8/+0
2015-08-14usb: interface authorization: Control interface probing and claimingStefan Koch1-0/+8
2015-07-22usb: fix coding style issueKris Borer1-0/+1
2015-01-31USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern1-0/+12
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern1-17/+0
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-5/+1
2014-07-17USB: shutdown all URBs after controller deathAlan Stern1-3/+4
2014-05-24USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern1-3/+6
2014-03-17USB: unbind all interfaces before rebinding anyAlan Stern1-38/+56
2014-03-04usb-core: Free bulk streams on interface releaseHans de Goede1-1/+22
2014-02-18Merge 3.14-rc3 into usb-nextGreg Kroah-Hartman1-7/+17
2014-02-07usb: core: let dynamic ids override static idsBjørn Mork1-2/+2