summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-121-22/+7
|\
| * Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-22/+7
* | USB: fix race in autosuspend rescheduleAlan Stern2007-10-121-16/+16
* | USB: skip autosuspended devices during system resumeAlan Stern2007-10-121-7/+20
* | USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern2007-10-121-1/+6
* | USB: flush outstanding URBs when suspendingAlan Stern2007-10-121-1/+9
* | USB: move decision to ignore FREEZE eventsAlan Stern2007-10-121-8/+1
* | usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez2007-10-121-0/+5
|/
* USB: fix linked list insertion bugfix for usb coreNathael Pajani2007-09-111-1/+1
* USB: update last_busy field correctlyAlan Stern2007-08-221-5/+4
* dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell2007-07-181-7/+0
* USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi2007-07-121-1/+1
* USB: Remove usages of dev->power.power_stateAlan Stern2007-07-121-5/+1
* USB: add reset_resume methodAlan Stern2007-07-121-11/+40
* USB: rework C++-style commentsAlan Stern2007-07-121-21/+29
* USB: add RESET_RESUME device quirkAlan Stern2007-07-121-0/+4
* USB: add USB-Persist facilityAlan Stern2007-07-121-15/+24
* USB: move bus_suspend and bus_resume method callsAlan Stern2007-07-121-6/+5
* USB: Implement PM FREEZE and PRETHAWAlan Stern2007-07-121-1/+8
* USB: interface PM stateAlan Stern2007-07-121-4/+0
* USB: more autosuspend timer stuffAlan Stern2007-05-221-4/+14
* USB: fix signed jiffies issue in autosuspend logicAlan Stern2007-04-271-5/+12
* USB: add "last_busy" field for use in autosuspendAlan Stern2007-04-271-37/+65
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-271-45/+13
* USB: add power/level sysfs attributeAlan Stern2007-04-271-3/+12
* USB: Allow autosuspend delay to equal 0Alan Stern2007-04-271-1/+1
* USB: separate autosuspend from external suspendAlan Stern2007-04-271-23/+59
* usbcore: move usb_autosuspend_workAlan Stern2007-04-271-2/+19
* USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman2007-04-271-6/+6
* USB: export autosuspend delay in sysfsAlan Stern2007-02-231-0/+20
* USB: make autosuspend delay a module parameterAlan Stern2007-02-231-6/+10
* USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman2007-02-231-12/+21
* USB: kernel-doc fixesRandy Dunlap2007-02-161-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-02-071-16/+19
|\
| * USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman2007-02-071-16/+19
* | USB: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-1/+3
|/
* usbcore: remove unused argument in autosuspendAlan Stern2006-12-011-46/+56
* USB: keep count of unsuspended childrenAlan Stern2006-12-011-11/+23
* USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk2006-12-011-1/+1
* USB: resume_device symbol conflictStephen Hemminger2006-12-011-10/+10
* USB: expand autosuspend/autoresume APIAlan Stern2006-12-011-0/+22
* USB: autosuspend code consolidationAlan Stern2006-12-011-45/+67
* USB core: don't match interface descriptors for vendor-specific devicesAlan Stern2006-12-011-1/+21
* USB: fix autosuspend when CONFIG_PM isn't setAlan Stern2006-09-281-21/+21
* USB: create new workqueue thread for USB autosuspendAlan Stern2006-09-281-5/+6
* USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patchHenrik Kretzschmar2006-09-281-6/+6
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-271-3/+7
* USB: fix root-hub resume when CONFIG_USB_SUSPEND is not setAlan Stern2006-09-271-1/+6
* usbcore: add autosuspend/autoresume infrastructureAlan Stern2006-09-271-30/+389
* usbcore: suspending devices with no driverAlan Stern2006-09-271-4/+15
OpenPOWER on IntegriCloud