aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAge
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-27
* USB: re-enable interface after driver unbindsAlan Stern2009-01-07
* USB: Enhance usage of pm_message_tAlan Stern2009-01-07
* USB: utilize round_jiffies_up_relative()Alan Stern2009-01-07
* USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-07
* USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-07
* USB: skip Set-Interface(0) if already in altsetting 0Alan Stern2008-12-17
* USB: don't rebind drivers after failed resume or resetAlan Stern2008-10-22
* USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum2008-10-17
* USB: Don't rebind before "complete" callbackAlan Stern2008-08-21
* USB: Add new PM callback methods for USBAlan Stern2008-08-21
* USB: Defer Set-Interface for suspended devicesAlan Stern2008-08-21
* USB: Add udev argument to interface suspend/resume functionsAlan Stern2008-08-21
* USB: fix compiler warning fixAlan Stern2008-08-13
* usb/core/driver: fix warningAlexander Beregalov2008-08-13
* USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern2008-07-21
* USB: implement "soft" unbindingAlan Stern2008-07-21
* USB: try to salvage lost power sessionsAlan Stern2008-07-21
* USB: simplify hub_restart() logicAlan Stern2008-07-21
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-21
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-25
* USB: HCDs use the do_remote_wakeup flagAlan Stern2008-04-25
* USB: remove dev->power.power_stateAlan Stern2008-04-25
* USB: EHCI: carry out port handover during each root-hub resumeAlan Stern2008-04-25
* USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman2008-02-01
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-01
* USB: handle idVendor of 0x0000Greg Kroah-Hartman2008-02-01
* USB: use proper call to driver_create_fileGreg Kroah-Hartman2008-01-24
* USB: uevent environment key fixAlan Stern2007-11-28
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-12
|\
| * Driver core: change add_uevent_var to use a structKay Sievers2007-10-12
* | USB: fix race in autosuspend rescheduleAlan Stern2007-10-12
* | USB: skip autosuspended devices during system resumeAlan Stern2007-10-12
* | USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern2007-10-12
* | USB: flush outstanding URBs when suspendingAlan Stern2007-10-12
* | USB: move decision to ignore FREEZE eventsAlan Stern2007-10-12
* | usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez2007-10-12
|/
* USB: fix linked list insertion bugfix for usb coreNathael Pajani2007-09-11
* USB: update last_busy field correctlyAlan Stern2007-08-22
* dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell2007-07-18
* USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi2007-07-12
* USB: Remove usages of dev->power.power_stateAlan Stern2007-07-12
* USB: add reset_resume methodAlan Stern2007-07-12
* USB: rework C++-style commentsAlan Stern2007-07-12
* USB: add RESET_RESUME device quirkAlan Stern2007-07-12
* USB: add USB-Persist facilityAlan Stern2007-07-12
* USB: move bus_suspend and bus_resume method callsAlan Stern2007-07-12
* USB: Implement PM FREEZE and PRETHAWAlan Stern2007-07-12
* USB: interface PM stateAlan Stern2007-07-12
* USB: more autosuspend timer stuffAlan Stern2007-05-23