aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-17USB: shutdown all URBs after controller deathAlan Stern1-3/+4
2014-05-24USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern1-3/+6
2014-03-17USB: unbind all interfaces before rebinding anyAlan Stern1-38/+56
2014-03-04usb-core: Free bulk streams on interface releaseHans de Goede1-1/+22
2014-02-18Merge 3.14-rc3 into usb-nextGreg Kroah-Hartman1-7/+17
2014-02-07usb: core: let dynamic ids override static idsBjørn Mork1-2/+2
2014-02-05usb: core: Fix potential memory leak adding dyn USBdevice IDsChristian Engelmayer1-7/+17
2014-01-13usb: core: check for valid id_table when using the RefId featureWolfram Sang1-0/+3
2014-01-12usb: core: bail out if user gives an unknown RefId when using new_idWolfram Sang1-3/+6
2014-01-10usb: core: allow a reference device for new_idWolfram Sang1-3/+15
2014-01-10usb: core: add sanity checks when using bInterfaceClass with new_idWolfram Sang1-1/+4
2013-12-03usb: core: Remove superfluous name castsGeert Uytterhoeven1-2/+2
2013-10-19USB: change dev_warn about missing reset-resume to dev_dbgAlan Stern1-2/+2
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-0/+3
2013-08-23USB: core: use DRIVER_ATTR_RW()Greg Kroah-Hartman1-15/+13
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-2/+20
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+2
2013-04-01USB: driver.c: processing failure, maching resume condition with suspend conditionChen Gang1-4/+6
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-2/+2
2013-03-25USB: adds comment on suspend callbackMing Lei1-3/+8
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-11-21usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-25/+0
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-10-08USB: Enable LPM after a failed probe.Sarah Sharp1-0/+4
2012-09-17usb: remove junk from store_remove_idAlan Cox1-8/+3
2012-07-19usb: Add quirk detection based on interface informationLaurent Pinchart1-15/+23
2012-06-13usb-core: Set intfdata to NULL if a driver's probe method failedHans de Goede1-0/+1
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork1-2/+7
2012-05-18USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp1-1/+53
2012-05-14USB: add read support to usb-serial/../new_idBjørn Mork1-3/+10
2012-05-14USB: let both new_id and remove_id show dynamic id listBjørn Mork1-2/+19
2012-04-29USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman1-19/+2
2012-04-09USB: don't ignore suspend errors for root hubsAlan Stern1-2/+7
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-42/+78
2012-01-26USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern1-41/+20
2012-01-24Dynamic ID addition doesn't need get_driver()Alan Stern1-4/+1
2012-01-24USB: cleanup the handling of the PM complete callOliver Neukum1-17/+20
2012-01-24USB: code cleanup in suspend/resume path (3rd try)Oliver Neukum1-30/+63
2012-01-03USB: remove dead code from suspend/resume pathOliver Neukum1-21/+7
2011-11-15USB: Add optional match for interface class to dynamic ID facilityJosua Dietze1-1/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04USB: Update last_busy time after autosuspend failsAlan Stern1-0/+5
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+4
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu1-0/+14
2011-09-09USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder1-1/+1
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-5/+4
2011-06-28Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+10
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern1-3/+3
2011-06-15USB: don't let errors prevent system sleepAlan Stern1-1/+10