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