aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.h
Commit message (Expand)AuthorAgeFilesLines
* usb: Add quirk detection based on interface informationLaurent Pinchart2013-03-061-0/+4
* USB: move usb_translate_errors to linux/usb.hJohan Hovold2012-05-311-14/+0
* xHCI: set USB2 hardware LPMAndiry Xu2011-09-261-0/+5
* usbcore: get BOS descriptor setAndiry Xu2011-09-261-0/+2
* usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz2011-04-291-1/+1
* USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki2011-03-181-0/+3
* USB: add helper to convert USB error codesOliver Neukum2011-01-221-0/+13
* USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-161-2/+0
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-43/+6
* USB: consolidate remote wakeup routinesAlan Stern2010-03-021-0/+6
* USB: add a "remove hardware" sysfs attributeAlan Stern2009-12-111-0/+1
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-231-0/+7
* driver model: constify attribute groupsDavid Brownell2009-09-151-2/+2
* usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers2009-06-151-0/+11
* USB: remove unused usb_host classGreg Kroah-Hartman2009-06-151-2/+0
* USB: fix char-device disconnect handlingAlan Stern2009-01-271-1/+0
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-271-2/+3
* USB: re-enable interface after driver unbindsAlan Stern2009-01-071-1/+3
* USB: utilize the bus notifiersAlan Stern2009-01-071-2/+2
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-6/+9
* USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-071-0/+1
* USB: Add new PM callback methods for USBAlan Stern2008-08-211-0/+3
* usbfs: send disconnect signals when device is unregisteredAlan Stern2008-07-211-16/+1
* USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern2008-07-211-0/+2
* USB: create attributes before sending ueventAlan Stern2008-05-141-0/+4
* USB: remove dev->power.power_stateAlan Stern2008-04-241-2/+0
* USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman2008-02-011-10/+11
* USB: rename choose_configurationGreg Kroah-Hartman2007-10-121-1/+1
* usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez2007-10-121-0/+3
* USB: add ep->enableAlan Stern2007-10-121-0/+2
* USB: unify reset_resume and normal resumeAlan Stern2007-07-121-1/+0
* USB: remove __usb_port_suspendAlan Stern2007-07-121-2/+10
* USB: add USB-Persist facilityAlan Stern2007-07-121-0/+1
* USB: interface PM stateAlan Stern2007-07-121-0/+2
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-271-8/+6
* USB: separate autosuspend from external suspendAlan Stern2007-04-271-1/+3
* usbcore: move usb_autosuspend_workAlan Stern2007-04-271-7/+1
* USB: export autosuspend delay in sysfsAlan Stern2007-02-231-1/+3
* USB: make autosuspend delay a module parameterAlan Stern2007-02-231-2/+0
* USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum2007-02-231-0/+1
* USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman2007-02-231-0/+2
* usbcore: remove unused argument in autosuspendAlan Stern2006-12-011-5/+4
* [PATCH] usb: fixup usb so it uses struct pidEric W. Biederman2006-10-021-1/+1
* USB: fix autosuspend when CONFIG_PM isn't setAlan Stern2006-09-281-1/+17
* USB: create new workqueue thread for USB autosuspendAlan Stern2006-09-281-0/+1
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-271-3/+3
* usbcore: remove usb_suspend_root_hubAlan Stern2006-09-271-1/+0
* usbcore: add autosuspend/autoresume infrastructureAlan Stern2006-09-271-0/+14
* USB: Turn usb_resume_both() into static inlineAlexey Dobriyan2006-09-271-1/+4
* USB core: Use const where possible.Luiz Fernando N. Capitulino2006-09-271-2/+2