aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23USB: fix missing error check in probingOliver Neukum1-12/+22
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern1-16/+22
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern1-0/+3
2009-06-15USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop1-1/+9
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers1-16/+9
2009-06-15USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern1-13/+8
2009-01-27USB: fix toggle mismatch in disable_endpoint pathsAlan Stern1-1/+1
2009-01-07USB: re-enable interface after driver unbindsAlan Stern1-3/+6
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-27/+34
2009-01-07USB: utilize round_jiffies_up_relative()Alan Stern1-2/+2
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez1-2/+21
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern1-0/+86
2008-12-17USB: skip Set-Interface(0) if already in altsetting 0Alan Stern1-1/+3
2008-10-22USB: don't rebind drivers after failed resume or resetAlan Stern1-1/+2
2008-10-17USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum1-1/+2
2008-08-21USB: Don't rebind before "complete" callbackAlan Stern1-21/+9
2008-08-21USB: Add new PM callback methods for USBAlan Stern1-13/+2
2008-08-21USB: Defer Set-Interface for suspended devicesAlan Stern1-3/+28
2008-08-21USB: Add udev argument to interface suspend/resume functionsAlan Stern1-10/+10
2008-08-13USB: fix compiler warning fixAlan Stern1-2/+2
2008-08-13usb/core/driver: fix warningAlexander Beregalov1-2/+1
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern1-15/+116
2008-07-21USB: implement "soft" unbindingAlan Stern1-5/+6
2008-07-21USB: try to salvage lost power sessionsAlan Stern1-8/+5
2008-07-21USB: simplify hub_restart() logicAlan Stern1-6/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-3/+3
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-15/+15
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern1-1/+0
2008-04-24USB: remove dev->power.power_stateAlan Stern1-8/+4
2008-04-24USB: EHCI: carry out port handover during each root-hub resumeAlan Stern1-2/+7
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman1-14/+16
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-5/+5
2008-02-01USB: handle idVendor of 0x0000Greg Kroah-Hartman1-2/+2
2008-01-24USB: use proper call to driver_create_fileGreg Kroah-Hartman1-4/+4
2007-11-28USB: uevent environment key fixAlan Stern1-11/+0
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-22/+7
2007-10-12USB: fix race in autosuspend rescheduleAlan Stern1-16/+16
2007-10-12USB: skip autosuspended devices during system resumeAlan Stern1-7/+20
2007-10-12USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern1-1/+6
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern1-1/+9
2007-10-12USB: move decision to ignore FREEZE eventsAlan Stern1-8/+1
2007-10-12usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez1-0/+5
2007-10-12Driver 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-22USB: update last_busy field correctlyAlan Stern1-5/+4
2007-07-18dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell1-7/+0
2007-07-12USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi1-1/+1
2007-07-12USB: Remove usages of dev->power.power_stateAlan Stern1-5/+1
2007-07-12USB: add reset_resume methodAlan Stern1-11/+40
2007-07-12USB: rework C++-style commentsAlan Stern1-21/+29