summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAgeFilesLines
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-477/+368
* USB: rearrange functions in driver.cAlan Stern2010-03-021-103/+103
* USB: implement usb_enable_autosuspendAlan Stern2010-03-021-0/+42
* USB: change locking for device-level autosuspendAlan Stern2010-03-021-4/+4
* USB: rearrange code in usb_probe_interfaceAlan Stern2010-03-021-32/+31
* USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2010-02-261-0/+8
* USB: add remove_id sysfs attr for usb driversCHENG Renquan2009-12-111-9/+91
* USB: prepare for changover to Runtime PM frameworkAlan Stern2009-12-111-31/+0
* USB: remove the auto_pm flagAlan Stern2009-12-111-4/+0
* USB: fix missing error check in probingOliver Neukum2009-09-231-12/+22
* USB: make intf.pm_usage an atomic_tAlan Stern2009-09-231-16/+22
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-231-0/+3
* USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop2009-06-151-1/+9
* usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers2009-06-151-16/+9
* USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern2009-06-151-13/+8
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-271-1/+1
* USB: re-enable interface after driver unbindsAlan Stern2009-01-071-3/+6
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-27/+34
* USB: utilize round_jiffies_up_relative()Alan Stern2009-01-071-2/+2
* USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-071-2/+21
* USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-071-0/+86
* USB: skip Set-Interface(0) if already in altsetting 0Alan Stern2008-12-171-1/+3
* USB: don't rebind drivers after failed resume or resetAlan Stern2008-10-221-1/+2
* USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum2008-10-171-1/+2
* USB: Don't rebind before "complete" callbackAlan Stern2008-08-211-21/+9
* USB: Add new PM callback methods for USBAlan Stern2008-08-211-13/+2
* USB: Defer Set-Interface for suspended devicesAlan Stern2008-08-211-3/+28
* USB: Add udev argument to interface suspend/resume functionsAlan Stern2008-08-211-10/+10
* USB: fix compiler warning fixAlan Stern2008-08-131-2/+2
* usb/core/driver: fix warningAlexander Beregalov2008-08-131-2/+1
* USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern2008-07-211-15/+116
* USB: implement "soft" unbindingAlan Stern2008-07-211-5/+6
* USB: try to salvage lost power sessionsAlan Stern2008-07-211-8/+5
* USB: simplify hub_restart() logicAlan Stern2008-07-211-6/+1
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-3/+3
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-15/+15
* USB: HCDs use the do_remote_wakeup flagAlan Stern2008-04-241-1/+0
* USB: remove dev->power.power_stateAlan Stern2008-04-241-8/+4
* USB: EHCI: carry out port handover during each root-hub resumeAlan Stern2008-04-241-2/+7
* USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman2008-02-011-14/+16
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-011-5/+5
* USB: handle idVendor of 0x0000Greg Kroah-Hartman2008-02-011-2/+2
* USB: use proper call to driver_create_fileGreg Kroah-Hartman2008-01-241-4/+4
* USB: uevent environment key fixAlan Stern2007-11-281-11/+0
* 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