summaryrefslogtreecommitdiff
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-02usbcore: remove unused argument in autosuspendAlan Stern1-46/+56
2006-12-02USB: keep count of unsuspended childrenAlan Stern1-11/+23
2006-12-02USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk1-1/+1
2006-12-02USB: resume_device symbol conflictStephen Hemminger1-10/+10
2006-12-02USB: expand autosuspend/autoresume APIAlan Stern1-0/+22
2006-12-02USB: autosuspend code consolidationAlan Stern1-45/+67
2006-12-02USB core: don't match interface descriptors for vendor-specific devicesAlan Stern1-1/+21
2006-09-29USB: fix autosuspend when CONFIG_PM isn't setAlan Stern1-21/+21
2006-09-29USB: create new workqueue thread for USB autosuspendAlan Stern1-5/+6
2006-09-29USB: 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-21[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to USB subsystemGreg Kroah-Hartman1-3/+3
2006-02-06[PATCH] USB: Fix GPL markings on usb core functions.Greg KH1-3/+3
2006-01-05[PATCH] USB: Remove USB private semaphoreAlan Stern1-4/+0
2006-01-05[PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman1-4/+5
2006-01-05[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+19
2006-01-05[PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman1-50/+168
2006-01-05[PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman1-0/+338