summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/generic.c
Commit message (Expand)AuthorAgeFilesLines
* USB: Fix configuration selection issues introduced in v4.20.0Nikolay Yakimov2019-02-081-19/+25
* usbcore: Select only first configuration for non-UAC3 compliant devicesSaranya Gopal2019-01-071-3/+6
* usbcore: Select UAC3 configuration for audio if presentSaranya Gopal2018-09-201-0/+27
* USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing2018-03-231-2/+7
* USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+2
* staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea2014-02-071-0/+1
* USB: avoid error messages when a device is disconnectedAlan Stern2013-03-281-1/+1
* usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior2013-01-121-1/+1
* USB: fix authorization and claimed port logicHindin Joseph2012-11-161-3/+4
* USB: accept RNDIS configs if there's no alternativeAlan Stern2010-08-101-1/+3
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: don't choose configs with no interfacesAlan Stern2010-04-301-1/+1
* USB: Convert a dev_info to a dev_dbgMatthew Wilcox2009-12-111-1/+1
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-231-1/+3
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-5/+5
* USB: fix possible deadlock involving sysfs attributesAlan Stern2008-05-291-5/+0Star
* USB: move decision to ignore FREEZE eventsAlan Stern2007-10-121-0/+5
* USB: rename choose_configurationGreg Kroah-Hartman2007-10-121-2/+2
* usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez2007-10-121-1/+1
* usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez2007-10-121-8/+11
* USB: unify reset_resume and normal resumeAlan Stern2007-07-131-2/+0Star
* USB: separate root and non-root suspend/resumeAlan Stern2007-07-131-29/+16Star
* USB: add USB-Persist facilityAlan Stern2007-07-131-1/+4
* USB: move bus_suspend and bus_resume method callsAlan Stern2007-07-131-2/+37
* USB: Implement PM FREEZE and PRETHAWAlan Stern2007-07-131-4/+0Star
* USB: unconfigure devices which have config 0Alan Stern2007-02-171-1/+1
* rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas2007-02-081-8/+20
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* usbcore: non-hub-specific uses of autosuspendAlan Stern2006-09-271-5/+2Star
* usbcore: fix up device and power state testsAlan Stern2006-09-271-3/+0Star
* usbcore: resume device resume recursionAlan Stern2006-09-271-14/+0Star
* usbcore: make usb_generic a usb_device_driverAlan Stern2006-09-271-0/+184
* usbcore: add usb_device_driver definitionAlan Stern2006-09-271-13/+4Star
* usbcore: move code among source filesAlan Stern2006-09-271-0/+53