aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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