aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: accept RNDIS configs if there's no alternativeAlan Stern1-1/+3
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-04-30USB: don't choose configs with no interfacesAlan Stern1-1/+1
2009-12-11USB: Convert a dev_info to a dev_dbgMatthew Wilcox1-1/+1
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern1-1/+3
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-5/+5
2008-05-29USB: fix possible deadlock involving sysfs attributesAlan Stern1-5/+0
2007-10-12USB: move decision to ignore FREEZE eventsAlan Stern1-0/+5
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman1-2/+2
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez1-1/+1
2007-10-12usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez1-8/+11
2007-07-12USB: unify reset_resume and normal resumeAlan Stern1-2/+0
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern1-29/+16
2007-07-12USB: add USB-Persist facilityAlan Stern1-1/+4
2007-07-12USB: move bus_suspend and bus_resume method callsAlan Stern1-2/+37
2007-07-12USB: Implement PM FREEZE and PRETHAWAlan Stern1-4/+0
2007-02-16USB: unconfigure devices which have config 0Alan Stern1-1/+1
2007-02-07rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas1-8/+20
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-27usbcore: non-hub-specific uses of autosuspendAlan Stern1-5/+2
2006-09-27usbcore: fix up device and power state testsAlan Stern1-3/+0
2006-09-27usbcore: resume device resume recursionAlan Stern1-14/+0
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern1-0/+184
2006-09-27usbcore: add usb_device_driver definitionAlan Stern1-13/+4
2006-09-27usbcore: move code among source filesAlan Stern1-0/+53