summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)AuthorLines
2010-05-20USB: fix interface runtime-PM settingsAlan Stern-6/+11
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern-16/+5
2010-05-20USB: improve runtime remote wakeup settingsAlan Stern-11/+8
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet-1/+2
2010-04-22USB: put claimed interfaces in the "suspended" stateAlan Stern-6/+7
2010-04-22USB: fix remote wakeup settings during system sleepAlan Stern-1/+35
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman-2/+2
2010-03-02USB: remove debugging message for uevent constructionsAlan Stern-3/+1
2010-03-02USB: convert to the runtime PM frameworkAlan Stern-477/+368
2010-03-02USB: rearrange functions in driver.cAlan Stern-103/+103
2010-03-02USB: implement usb_enable_autosuspendAlan Stern-0/+42
2010-03-02USB: change locking for device-level autosuspendAlan Stern-4/+4
2010-03-02USB: rearrange code in usb_probe_interfaceAlan Stern-32/+31
2010-02-26USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern-0/+8
2009-12-11USB: add remove_id sysfs attr for usb driversCHENG Renquan-9/+91
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern-31/+0
2009-12-11USB: remove the auto_pm flagAlan Stern-4/+0
2009-09-23USB: fix missing error check in probingOliver Neukum-12/+22
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern-16/+22
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern-0/+3
2009-06-15USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop-1/+9
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers-16/+9
2009-06-15USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern-13/+8
2009-01-27USB: fix toggle mismatch in disable_endpoint pathsAlan Stern-1/+1
2009-01-07USB: re-enable interface after driver unbindsAlan Stern-3/+6
2009-01-07USB: Enhance usage of pm_message_tAlan Stern-27/+34
2009-01-07USB: utilize round_jiffies_up_relative()Alan Stern-2/+2
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez-2/+21
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern-0/+86
2008-12-17USB: skip Set-Interface(0) if already in altsetting 0Alan Stern-1/+3
2008-10-22USB: don't rebind drivers after failed resume or resetAlan Stern-1/+2
2008-10-17USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum-1/+2
2008-08-21USB: Don't rebind before "complete" callbackAlan Stern-21/+9
2008-08-21USB: Add new PM callback methods for USBAlan Stern-13/+2
2008-08-21USB: Defer Set-Interface for suspended devicesAlan Stern-3/+28
2008-08-21USB: Add udev argument to interface suspend/resume functionsAlan Stern-10/+10
2008-08-13USB: fix compiler warning fixAlan Stern-2/+2
2008-08-13usb/core/driver: fix warningAlexander Beregalov-2/+1
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern-15/+116
2008-07-21USB: implement "soft" unbindingAlan Stern-5/+6
2008-07-21USB: try to salvage lost power sessionsAlan Stern-8/+5
2008-07-21USB: simplify hub_restart() logicAlan Stern-6/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers-3/+3
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison-15/+15
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern-1/+0
2008-04-24USB: remove dev->power.power_stateAlan Stern-8/+4
2008-04-24USB: EHCI: carry out port handover during each root-hub resumeAlan Stern-2/+7
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman-14/+16
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman-5/+5