aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)Author
2007-05-22USB: more autosuspend timer stuffAlan Stern
2007-04-27USB: fix signed jiffies issue in autosuspend logicAlan Stern
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers
2007-04-27USB: add power/level sysfs attributeAlan Stern
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern
2007-04-27USB: separate autosuspend from external suspendAlan Stern
2007-04-27usbcore: move usb_autosuspend_workAlan Stern
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman
2007-02-23USB: export autosuspend delay in sysfsAlan Stern
2007-02-23USB: make autosuspend delay a module parameterAlan Stern
2007-02-23USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman
2007-02-16USB: kernel-doc fixesRandy Dunlap
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman
2007-02-07USB: add the sysfs driver name to all modulesGreg Kroah-Hartman
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