aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAge
* USB: fix linked list insertion bugfix for usb coreNathael Pajani2007-09-11
* USB: update last_busy field correctlyAlan Stern2007-08-22
* dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell2007-07-18
* USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi2007-07-12
* USB: Remove usages of dev->power.power_stateAlan Stern2007-07-12
* USB: add reset_resume methodAlan Stern2007-07-12
* USB: rework C++-style commentsAlan Stern2007-07-12
* USB: add RESET_RESUME device quirkAlan Stern2007-07-12
* USB: add USB-Persist facilityAlan Stern2007-07-12
* USB: move bus_suspend and bus_resume method callsAlan Stern2007-07-12
* USB: Implement PM FREEZE and PRETHAWAlan Stern2007-07-12
* USB: interface PM stateAlan Stern2007-07-12
* USB: more autosuspend timer stuffAlan Stern2007-05-23
* USB: fix signed jiffies issue in autosuspend logicAlan Stern2007-04-27
* USB: add "last_busy" field for use in autosuspendAlan Stern2007-04-27
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-27
* USB: add power/level sysfs attributeAlan Stern2007-04-27
* USB: Allow autosuspend delay to equal 0Alan Stern2007-04-27
* USB: separate autosuspend from external suspendAlan Stern2007-04-27
* usbcore: move usb_autosuspend_workAlan Stern2007-04-27
* USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman2007-04-27
* USB: export autosuspend delay in sysfsAlan Stern2007-02-23
* USB: make autosuspend delay a module parameterAlan Stern2007-02-23
* USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman2007-02-23
* USB: kernel-doc fixesRandy Dunlap2007-02-16
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-02-07
|\
| * USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman2007-02-07
* | USB: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-07
|/
* usbcore: remove unused argument in autosuspendAlan Stern2006-12-01
* USB: keep count of unsuspended childrenAlan Stern2006-12-01
* USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk2006-12-01
* USB: resume_device symbol conflictStephen Hemminger2006-12-01
* USB: expand autosuspend/autoresume APIAlan Stern2006-12-01
* USB: autosuspend code consolidationAlan Stern2006-12-01
* USB core: don't match interface descriptors for vendor-specific devicesAlan Stern2006-12-01
* USB: fix autosuspend when CONFIG_PM isn't setAlan Stern2006-09-28
* USB: create new workqueue thread for USB autosuspendAlan Stern2006-09-28
* USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patchHenrik Kretzschmar2006-09-28
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-27
* USB: fix root-hub resume when CONFIG_USB_SUSPEND is not setAlan Stern2006-09-27
* usbcore: add autosuspend/autoresume infrastructureAlan Stern2006-09-27
* usbcore: suspending devices with no driverAlan Stern2006-09-27
* usbcore: fix up device and power state testsAlan Stern2006-09-27
* usbcore: set device and power states properlyAlan Stern2006-09-27
* usbcore: resume device resume recursionAlan Stern2006-09-27
* usbcore: split suspend/resume for device and interfacesAlan Stern2006-09-27
* usbcore: make usb_generic a usb_device_driverAlan Stern2006-09-27
* usbcore: add usb_device_driver definitionAlan Stern2006-09-27
* usbcore: move code among source filesAlan Stern2006-09-27
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30