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