summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge 3.14-rc3 into usb-nextGreg Kroah-Hartman2014-02-181-7/+17
|\
| * usb: core: Fix potential memory leak adding dyn USBdevice IDsChristian Engelmayer2014-02-051-7/+17
* | usb: core: let dynamic ids override static idsBjørn Mork2014-02-071-2/+2
|/
* usb: core: check for valid id_table when using the RefId featureWolfram Sang2014-01-131-0/+3
* usb: core: bail out if user gives an unknown RefId when using new_idWolfram Sang2014-01-121-3/+6
* usb: core: allow a reference device for new_idWolfram Sang2014-01-101-3/+15
* usb: core: add sanity checks when using bInterfaceClass with new_idWolfram Sang2014-01-101-1/+4
* usb: core: Remove superfluous name castsGeert Uytterhoeven2013-12-031-2/+2
* USB: change dev_warn about missing reset-resume to dev_dbgAlan Stern2013-10-191-2/+2
* usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2013-10-161-0/+3
* USB: core: use DRIVER_ATTR_RW()Greg Kroah-Hartman2013-08-231-15/+13
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-031-2/+20
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-1/+2
* USB: driver.c: processing failure, maching resume condition with suspend cond...Chen Gang2013-04-011-4/+6
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-2/+2
* USB: adds comment on suspend callbackMing Lei2013-03-251-3/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-211-25/+0
|/
* USB: Enable LPM after a failed probe.Sarah Sharp2012-10-081-0/+4
* usb: remove junk from store_remove_idAlan Cox2012-09-171-8/+3
* usb: Add quirk detection based on interface informationLaurent Pinchart2012-07-191-15/+23
* usb-core: Set intfdata to NULL if a driver's probe method failedHans de Goede2012-06-131-0/+1
* USB: allow match on bInterfaceNumberBjørn Mork2012-06-131-2/+7
* USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp2012-05-181-1/+53
* USB: add read support to usb-serial/../new_idBjørn Mork2012-05-141-3/+10
* USB: let both new_id and remove_id show dynamic id listBjørn Mork2012-05-141-2/+19
OpenPOWER on IntegriCloud