aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)Author
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-11-21usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-10-08USB: Enable LPM after a failed probe.Sarah Sharp
2012-09-17usb: remove junk from store_remove_idAlan Cox
2012-07-19usb: Add quirk detection based on interface informationLaurent Pinchart
2012-06-13usb-core: Set intfdata to NULL if a driver's probe method failedHans de Goede
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork
2012-05-18USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp
2012-05-14USB: add read support to usb-serial/../new_idBjørn Mork
2012-05-14USB: let both new_id and remove_id show dynamic id listBjørn Mork
2012-04-29USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman
2012-04-09USB: don't ignore suspend errors for root hubsAlan Stern
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-01-26USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern
2012-01-24Dynamic ID addition doesn't need get_driver()Alan Stern
2012-01-24USB: cleanup the handling of the PM complete callOliver Neukum
2012-01-24USB: code cleanup in suspend/resume path (3rd try)Oliver Neukum
2012-01-03USB: remove dead code from suspend/resume pathOliver Neukum
2011-11-15USB: Add optional match for interface class to dynamic ID facilityJosua Dietze
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04USB: Update last_busy time after autosuspend failsAlan Stern
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu
2011-09-09USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern
2011-06-28Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern
2011-06-15USB: don't let errors prevent system sleepAlan Stern
2011-03-18USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki
2011-03-13usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki
2010-11-16USB: improve uses of usb_mark_last_busyAlan Stern
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei
2010-11-16USB: use the no_callbacks flag for interfacesMing Lei
2010-10-22USB: do not print -ESHUTDOWN message if usb at otg device modePeter Chen
2010-08-10USB: remove fake "address-of" expressionsAlan Stern
2010-08-10USB: core driver: Fix Coding Stylescsanchez@neurowork.net
2010-06-30USB: obey the sysfs power/wakeup settingAlan Stern
2010-06-04USB: unbind all interfaces before rebinding themAlan Stern
2010-05-20USB: fix interface runtime-PM settingsAlan Stern
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern
2010-05-20USB: improve runtime remote wakeup settingsAlan Stern
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-04-22USB: put claimed interfaces in the "suspended" stateAlan Stern
2010-04-22USB: fix remote wakeup settings during system sleepAlan Stern
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo