summaryrefslogtreecommitdiff
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)Author
2019-08-07USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman
2019-08-07USB: add support for dev_groups to struct usb_driverGreg Kroah-Hartman
2019-04-19USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern
2019-01-18USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng
2019-01-18USB: Add new USB LPM helpersKai-Heng Feng
2018-10-09USB: core: remove set but not used variable 'udev'YueHaibing
2018-09-20USB: fix error handling in usb_driver_claim_interface()Alan Stern
2018-09-20USB: remove LPM management from usb_driver_claim_interface()Alan Stern
2018-05-31driver core: hold dev's parent lock when neededMartin Liu
2017-12-07usb: Don't print a warning if interface driver rebind is deferred at resumeMathias Nyman
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman
2017-10-23USB: Force disconnect Huawei 4G modem during suspendDaniel Drake
2017-03-23usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck
2017-03-23usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman
2016-05-03USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern
2016-03-18USB: usb_driver_claim_interface: add sanity checkingOliver Neukum
2015-10-04usb: core: driver: Use kmalloc_arrayMuhammad Falak R Wani
2015-09-22usb: interface authorization: Control interface probing and claimingStefan Koch
2015-08-18Revert "usb: interface authorization: Control interface probing and claiming"Greg Kroah-Hartman
2015-08-14usb: interface authorization: Control interface probing and claimingStefan Koch
2015-07-22usb: fix coding style issueKris Borer
2015-01-31USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki
2014-07-17USB: shutdown all URBs after controller deathAlan Stern
2014-05-24USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern
2014-03-17USB: unbind all interfaces before rebinding anyAlan Stern
2014-03-04usb-core: Free bulk streams on interface releaseHans de Goede
2014-02-18Merge 3.14-rc3 into usb-nextGreg Kroah-Hartman
2014-02-07usb: core: let dynamic ids override static idsBjørn Mork
2014-02-05usb: core: Fix potential memory leak adding dyn USBdevice IDsChristian Engelmayer
2014-01-13usb: core: check for valid id_table when using the RefId featureWolfram Sang
2014-01-12usb: core: bail out if user gives an unknown RefId when using new_idWolfram Sang
2014-01-10usb: core: allow a reference device for new_idWolfram Sang
2014-01-10usb: core: add sanity checks when using bInterfaceClass with new_idWolfram Sang
2013-12-03usb: core: Remove superfluous name castsGeert Uytterhoeven
2013-10-19USB: change dev_warn about missing reset-resume to dev_dbgAlan Stern
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp
2013-08-23USB: core: use DRIVER_ATTR_RW()Greg Kroah-Hartman
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki
2013-04-01USB: driver.c: processing failure, maching resume condition with suspend cond...Chen Gang
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern
2013-03-25USB: adds comment on suspend callbackMing Lei
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-11-21usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida