aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-28USB: uevent environment key fixAlan Stern1-11/+0
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-22/+7
2007-10-12USB: fix race in autosuspend rescheduleAlan Stern1-16/+16
2007-10-12USB: skip autosuspended devices during system resumeAlan Stern1-7/+20
2007-10-12USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern1-1/+6
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern1-1/+9
2007-10-12USB: move decision to ignore FREEZE eventsAlan Stern1-8/+1
2007-10-12usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez1-0/+5
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-22/+7
2007-09-11USB: fix linked list insertion bugfix for usb coreNathael Pajani1-1/+1
2007-08-22USB: update last_busy field correctlyAlan Stern1-5/+4
2007-07-18dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell1-7/+0
2007-07-12USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi1-1/+1
2007-07-12USB: Remove usages of dev->power.power_stateAlan Stern1-5/+1
2007-07-12USB: add reset_resume methodAlan Stern1-11/+40
2007-07-12USB: rework C++-style commentsAlan Stern1-21/+29
2007-07-12USB: add RESET_RESUME device quirkAlan Stern1-0/+4
2007-07-12USB: add USB-Persist facilityAlan Stern1-15/+24
2007-07-12USB: move bus_suspend and bus_resume method callsAlan Stern1-6/+5
2007-07-12USB: Implement PM FREEZE and PRETHAWAlan Stern1-1/+8
2007-07-12USB: interface PM stateAlan Stern1-4/+0
2007-05-22USB: more autosuspend timer stuffAlan Stern1-4/+14
2007-04-27USB: fix signed jiffies issue in autosuspend logicAlan Stern1-5/+12
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern1-37/+65
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-45/+13
2007-04-27USB: add power/level sysfs attributeAlan Stern1-3/+12
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern1-1/+1
2007-04-27USB: separate autosuspend from external suspendAlan Stern1-23/+59
2007-04-27usbcore: move usb_autosuspend_workAlan Stern1-2/+19
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman1-6/+6
2007-02-23USB: export autosuspend delay in sysfsAlan Stern1-0/+20
2007-02-23USB: make autosuspend delay a module parameterAlan Stern1-6/+10
2007-02-23USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman1-12/+21
2007-02-16USB: kernel-doc fixesRandy Dunlap1-0/+1
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-16/+19
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman1-16/+19
2007-02-07USB: add the sysfs driver name to all modulesGreg Kroah-Hartman1-1/+3
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern1-46/+56
2006-12-01USB: keep count of unsuspended childrenAlan Stern1-11/+23
2006-12-01USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk1-1/+1
2006-12-01USB: resume_device symbol conflictStephen Hemminger1-10/+10
2006-12-01USB: expand autosuspend/autoresume APIAlan Stern1-0/+22
2006-12-01USB: autosuspend code consolidationAlan Stern1-45/+67
2006-12-01USB core: don't match interface descriptors for vendor-specific devicesAlan Stern1-1/+21
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern1-21/+21
2006-09-28USB: create new workqueue thread for USB autosuspendAlan Stern1-5/+6
2006-09-28USB: 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