summaryrefslogtreecommitdiff
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)Author
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern
2006-12-01USB: keep count of unsuspended childrenAlan Stern
2006-12-01USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk
2006-12-01USB: resume_device symbol conflictStephen Hemminger
2006-12-01USB: expand autosuspend/autoresume APIAlan Stern
2006-12-01USB: autosuspend code consolidationAlan Stern
2006-12-01USB core: don't match interface descriptors for vendor-specific devicesAlan Stern
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern
2006-09-28USB: create new workqueue thread for USB autosuspendAlan Stern
2006-09-28USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patchHenrik Kretzschmar
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman
2006-09-27USB: fix root-hub resume when CONFIG_USB_SUSPEND is not setAlan Stern
2006-09-27usbcore: add autosuspend/autoresume infrastructureAlan Stern
2006-09-27usbcore: suspending devices with no driverAlan Stern
2006-09-27usbcore: fix up device and power state testsAlan Stern
2006-09-27usbcore: set device and power states properlyAlan Stern
2006-09-27usbcore: resume device resume recursionAlan Stern
2006-09-27usbcore: split suspend/resume for device and interfacesAlan Stern
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern
2006-09-27usbcore: add usb_device_driver definitionAlan Stern
2006-09-27usbcore: move code among source filesAlan Stern
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to USB subsystemGreg Kroah-Hartman
2006-02-05[PATCH] USB: Fix GPL markings on usb core functions.Greg KH
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern
2006-01-04[PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman
2006-01-04[PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman
2006-01-04[PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman