summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-12USB: add reset_resume methodAlan Stern1-11/+40
2007-07-12USB: rework C++-style commentsAlan Stern1-21/+29
2007-07-12USB: add RESET_RESUME device quirkAlan Stern1-0/+4
2007-07-12USB: add USB-Persist facilityAlan Stern1-15/+24
2007-07-12USB: move bus_suspend and bus_resume method callsAlan Stern1-6/+5
2007-07-12USB: Implement PM FREEZE and PRETHAWAlan Stern1-1/+8
2007-07-12USB: interface PM stateAlan Stern1-4/+0
2007-05-22USB: more autosuspend timer stuffAlan Stern1-4/+14
2007-04-27USB: fix signed jiffies issue in autosuspend logicAlan Stern1-5/+12
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern1-37/+65
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-45/+13
2007-04-27USB: add power/level sysfs attributeAlan Stern1-3/+12
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern1-1/+1
2007-04-27USB: separate autosuspend from external suspendAlan Stern1-23/+59
2007-04-27usbcore: move usb_autosuspend_workAlan Stern1-2/+19
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman1-6/+6
2007-02-23USB: export autosuspend delay in sysfsAlan Stern1-0/+20
2007-02-23USB: make autosuspend delay a module parameterAlan Stern1-6/+10
2007-02-23USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman1-12/+21
2007-02-16USB: kernel-doc fixesRandy Dunlap1-0/+1
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-16/+19
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman1-16/+19
2007-02-07USB: add the sysfs driver name to all modulesGreg Kroah-Hartman1-1/+3
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern1-46/+56
2006-12-01USB: keep count of unsuspended childrenAlan Stern1-11/+23
2006-12-01USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk1-1/+1
2006-12-01USB: resume_device symbol conflictStephen Hemminger1-10/+10
2006-12-01USB: expand autosuspend/autoresume APIAlan Stern1-0/+22
2006-12-01USB: autosuspend code consolidationAlan Stern1-45/+67
2006-12-01USB core: don't match interface descriptors for vendor-specific devicesAlan Stern1-1/+21
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern1-21/+21
2006-09-28USB: create new workqueue thread for USB autosuspendAlan Stern1-5/+6
2006-09-28USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patchHenrik Kretzschmar1-6/+6
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman1-3/+7
2006-09-27USB: fix root-hub resume when CONFIG_USB_SUSPEND is not setAlan Stern1-1/+6
2006-09-27usbcore: add autosuspend/autoresume infrastructureAlan Stern1-30/+389
2006-09-27usbcore: suspending devices with no driverAlan Stern1-4/+15
2006-09-27usbcore: fix up device and power state testsAlan Stern1-21/+19
2006-09-27usbcore: set device and power states properlyAlan Stern1-29/+42
2006-09-27usbcore: resume device resume recursionAlan Stern1-8/+55
2006-09-27usbcore: split suspend/resume for device and interfacesAlan Stern1-45/+77
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern1-35/+34
2006-09-27usbcore: add usb_device_driver definitionAlan Stern1-56/+163
2006-09-27usbcore: move code among source filesAlan Stern1-33/+315
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to USB subsystemGreg Kroah-Hartman1-3/+3
2006-02-05[PATCH] USB: Fix GPL markings on usb core functions.Greg KH1-3/+3
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern1-4/+0
2006-01-04[PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman1-4/+5
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+19