summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/generic.c
AgeCommit message (Expand)AuthorLines
2018-03-23USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing-2/+7
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman-1/+1
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman-0/+2
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea-0/+1
2013-03-28USB: avoid error messages when a device is disconnectedAlan Stern-1/+1
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior-1/+1
2012-11-15USB: fix authorization and claimed port logicHindin Joseph-3/+4
2010-08-10USB: accept RNDIS configs if there's no alternativeAlan Stern-1/+3
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet-1/+1
2010-04-30USB: don't choose configs with no interfacesAlan Stern-1/+1
2009-12-11USB: Convert a dev_info to a dev_dbgMatthew Wilcox-1/+1
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern-1/+3
2009-01-07USB: Enhance usage of pm_message_tAlan Stern-5/+5
2008-05-29USB: fix possible deadlock involving sysfs attributesAlan Stern-5/+0
2007-10-12USB: move decision to ignore FREEZE eventsAlan Stern-0/+5
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman-2/+2
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez-1/+1
2007-10-12usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez-8/+11
2007-07-12USB: unify reset_resume and normal resumeAlan Stern-2/+0
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern-29/+16
2007-07-12USB: add USB-Persist facilityAlan Stern-1/+4
2007-07-12USB: move bus_suspend and bus_resume method callsAlan Stern-2/+37
2007-07-12USB: Implement PM FREEZE and PRETHAWAlan Stern-4/+0
2007-02-16USB: unconfigure devices which have config 0Alan Stern-1/+1
2007-02-07rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas-8/+20
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones-1/+0
2006-09-27usbcore: non-hub-specific uses of autosuspendAlan Stern-5/+2
2006-09-27usbcore: fix up device and power state testsAlan Stern-3/+0
2006-09-27usbcore: resume device resume recursionAlan Stern-14/+0
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern-0/+184
2006-09-27usbcore: add usb_device_driver definitionAlan Stern-13/+4
2006-09-27usbcore: move code among source filesAlan Stern-0/+53