summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-211-25/+0
|/
* USB: Enable LPM after a failed probe.Sarah Sharp2012-10-081-0/+4
* usb: remove junk from store_remove_idAlan Cox2012-09-171-8/+3
* usb: Add quirk detection based on interface informationLaurent Pinchart2012-07-191-15/+23
* usb-core: Set intfdata to NULL if a driver's probe method failedHans de Goede2012-06-131-0/+1
* USB: allow match on bInterfaceNumberBjørn Mork2012-06-131-2/+7
* USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp2012-05-181-1/+53
* USB: add read support to usb-serial/../new_idBjørn Mork2012-05-141-3/+10
* USB: let both new_id and remove_id show dynamic id listBjørn Mork2012-05-141-2/+19
* USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-291-19/+2
* USB: don't ignore suspend errors for root hubsAlan Stern2012-04-091-2/+7
* Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-201-42/+78
|\
| * USB: cleanup the handling of the PM complete callOliver Neukum2012-01-241-17/+20
| * USB: code cleanup in suspend/resume path (3rd try)Oliver Neukum2012-01-241-30/+63
* | USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern2012-01-261-41/+20
* | Dynamic ID addition doesn't need get_driver()Alan Stern2012-01-241-4/+1
|/
* USB: remove dead code from suspend/resume pathOliver Neukum2012-01-031-21/+7
* USB: Add optional match for interface class to dynamic ID facilityJosua Dietze2011-11-151-1/+7
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-311-0/+1
* | USB: Update last_busy time after autosuspend failsAlan Stern2011-11-041-0/+5
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-5/+4
|\
| * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-191-5/+4
* | xHCI: set USB2 hardware LPMAndiry Xu2011-09-261-0/+14
* | USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder2011-09-091-1/+1
|/
* Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-281-1/+10
|\
| * USB: don't let errors prevent system sleepAlan Stern2011-06-151-1/+10
* | PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-211-3/+3
|/
* USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki2011-03-181-12/+3
* usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp2011-03-131-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-101-4/+3
|\
| * PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-241-4/+3
* | USB: improve uses of usb_mark_last_busyAlan Stern2010-11-161-7/+1
* | USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-161-72/+5
* | USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-161-12/+11
* | USB: use the no_callbacks flag for interfacesMing Lei2010-11-161-53/+29
|/
* USB: do not print -ESHUTDOWN message if usb at otg device modePeter Chen2010-10-221-1/+1
* USB: remove fake "address-of" expressionsAlan Stern2010-08-101-4/+2
* USB: core driver: Fix Coding Stylescsanchez@neurowork.net2010-08-101-4/+3
* USB: obey the sysfs power/wakeup settingAlan Stern2010-06-301-10/+3
* USB: unbind all interfaces before rebinding themAlan Stern2010-06-041-0/+2
* USB: fix interface runtime-PM settingsAlan Stern2010-05-201-6/+11
* USB: use PM core routines to enable/disable autosuspendAlan Stern2010-05-201-16/+5
* USB: improve runtime remote wakeup settingsAlan Stern2010-05-201-11/+8
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+2
* USB: put claimed interfaces in the "suspended" stateAlan Stern2010-04-221-6/+7
* USB: fix remote wakeup settings during system sleepAlan Stern2010-04-221-1/+35
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
OpenPOWER on IntegriCloud