aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-43/+6
2010-03-02USB: consolidate remote wakeup routinesAlan Stern1-0/+6
2009-12-11USB: add a "remove hardware" sysfs attributeAlan Stern1-0/+1
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern1-0/+7
2009-09-15driver model: constify attribute groupsDavid Brownell1-2/+2
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers1-0/+11
2009-06-15USB: remove unused usb_host classGreg Kroah-Hartman1-2/+0
2009-01-27USB: fix char-device disconnect handlingAlan Stern1-1/+0
2009-01-27USB: fix toggle mismatch in disable_endpoint pathsAlan Stern1-2/+3
2009-01-07USB: re-enable interface after driver unbindsAlan Stern1-1/+3
2009-01-07USB: utilize the bus notifiersAlan Stern1-2/+2
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-6/+9
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern1-0/+1
2008-08-21USB: Add new PM callback methods for USBAlan Stern1-0/+3
2008-07-21usbfs: send disconnect signals when device is unregisteredAlan Stern1-16/+1
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern1-0/+2
2008-05-14USB: create attributes before sending ueventAlan Stern1-0/+4
2008-04-24USB: remove dev->power.power_stateAlan Stern1-2/+0
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman1-10/+11
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman1-1/+1
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez1-0/+3
2007-10-12USB: add ep->enableAlan Stern1-0/+2
2007-07-12USB: unify reset_resume and normal resumeAlan Stern1-1/+0
2007-07-12USB: remove __usb_port_suspendAlan Stern1-2/+10
2007-07-12USB: add USB-Persist facilityAlan Stern1-0/+1
2007-07-12USB: interface PM stateAlan Stern1-0/+2
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-8/+6
2007-04-27USB: separate autosuspend from external suspendAlan Stern1-1/+3
2007-04-27usbcore: move usb_autosuspend_workAlan Stern1-7/+1
2007-02-23USB: export autosuspend delay in sysfsAlan Stern1-1/+3
2007-02-23USB: make autosuspend delay a module parameterAlan Stern1-2/+0
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum1-0/+1
2007-02-23USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman1-0/+2
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern1-5/+4
2006-10-02[PATCH] usb: fixup usb so it uses struct pidEric W. Biederman1-1/+1
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern1-1/+17
2006-09-28USB: create new workqueue thread for USB autosuspendAlan Stern1-0/+1
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman1-3/+3
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern1-1/+0
2006-09-27usbcore: add autosuspend/autoresume infrastructureAlan Stern1-0/+14
2006-09-27USB: Turn usb_resume_both() into static inlineAlexey Dobriyan1-1/+4
2006-09-27USB core: Use const where possible.Luiz Fernando N. Capitulino1-2/+2
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-2/+2
2006-09-27hub driver: improve use of #ifdefAlan Stern1-0/+11
2006-09-27usbcore: track whether interfaces are suspendedAlan Stern1-3/+3
2006-09-27usbcore: resume device resume recursionAlan Stern1-0/+2
2006-09-27usbcore: add usb_device_driver definitionAlan Stern1-2/+18
2006-09-27usbcore: move code among source filesAlan Stern1-1/+1
2006-09-27usbcore: rename usb_suspend_device to usb_port_suspendAlan Stern1-2/+2
2006-09-27usbfs: private mutex for open, release, and removeAlan Stern1-0/+1