aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/generic.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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-121-2/+0
* USB: separate root and non-root suspend/resumeAlan Stern2007-07-121-29/+16
* USB: add USB-Persist facilityAlan Stern2007-07-121-1/+4
* USB: move bus_suspend and bus_resume method callsAlan Stern2007-07-121-2/+37
* USB: Implement PM FREEZE and PRETHAWAlan Stern2007-07-121-4/+0
* USB: unconfigure devices which have config 0Alan Stern2007-02-161-1/+1
* rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas2007-02-071-8/+20
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* usbcore: non-hub-specific uses of autosuspendAlan Stern2006-09-271-5/+2
* usbcore: fix up device and power state testsAlan Stern2006-09-271-3/+0
* usbcore: resume device resume recursionAlan Stern2006-09-271-14/+0
* usbcore: make usb_generic a usb_device_driverAlan Stern2006-09-271-0/+184
* usbcore: add usb_device_driver definitionAlan Stern2006-09-271-13/+4
* usbcore: move code among source filesAlan Stern2006-09-271-0/+53