aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)Author
2009-02-06MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-22USB: don't rebind drivers after failed resume or resetAlan Stern
2008-10-17USB: RESET_RESUME needs to block autosuspend when remote wakeup is neededOliver Neukum
2008-08-21USB: Don't rebind before "complete" callbackAlan Stern
2008-08-21USB: Add new PM callback methods for USBAlan Stern
2008-08-21USB: Defer Set-Interface for suspended devicesAlan Stern
2008-08-21USB: Add udev argument to interface suspend/resume functionsAlan Stern
2008-08-13USB: fix compiler warning fixAlan Stern
2008-08-13usb/core/driver: fix warningAlexander Beregalov
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern
2008-07-21USB: implement "soft" unbindingAlan Stern
2008-07-21USB: try to salvage lost power sessionsAlan Stern
2008-07-21USB: simplify hub_restart() logicAlan Stern
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern
2008-04-24USB: remove dev->power.power_stateAlan Stern
2008-04-24USB: EHCI: carry out port handover during each root-hub resumeAlan Stern
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman
2008-02-01USB: handle idVendor of 0x0000Greg Kroah-Hartman
2008-01-24USB: use proper call to driver_create_fileGreg Kroah-Hartman
2007-11-28USB: uevent environment key fixAlan Stern
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-10-12USB: fix race in autosuspend rescheduleAlan Stern
2007-10-12USB: skip autosuspended devices during system resumeAlan Stern
2007-10-12USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern
2007-10-12USB: move decision to ignore FREEZE eventsAlan Stern
2007-10-12usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-09-11USB: fix linked list insertion bugfix for usb coreNathael Pajani
2007-08-22USB: update last_busy field correctlyAlan Stern
2007-07-18dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell
2007-07-12USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi
2007-07-12USB: Remove usages of dev->power.power_stateAlan Stern
2007-07-12USB: add reset_resume methodAlan Stern
2007-07-12USB: rework C++-style commentsAlan Stern
2007-07-12USB: add RESET_RESUME device quirkAlan Stern
2007-07-12USB: add USB-Persist facilityAlan Stern
2007-07-12USB: move bus_suspend and bus_resume method callsAlan Stern
2007-07-12USB: Implement PM FREEZE and PRETHAWAlan Stern
2007-07-12USB: interface PM stateAlan Stern
2007-05-22USB: more autosuspend timer stuffAlan Stern
2007-04-27USB: fix signed jiffies issue in autosuspend logicAlan Stern
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers
2007-04-27USB: add power/level sysfs attributeAlan Stern
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern