aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/usb.h
AgeCommit message (Expand)Author
2013-01-29Revert "usb: Register usb port's acpi power resources"Lan Tianyu
2013-01-25usb: Register usb port's acpi power resourcesLan Tianyu
2013-01-21USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior
2012-09-10usb/acpi: Store info on device removability.Lan Tianyu
2012-09-10usb/acpi: Bind ACPI node to USB port, not usb_device.Lan Tianyu
2012-07-19usb: Add quirk detection based on interface informationLaurent Pinchart
2012-07-06usb: convert port_owners type from void * to struct dev_state *Lan Tianyu
2012-05-11usb: Bind devices to ACPI devices when possibleMatthew Garrett
2012-01-24USB: cleanup the handling of the PM complete callOliver Neukum
2011-11-15USB: move usb_translate_errors to linux/usb.hJohan Hovold
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu
2011-09-26usbcore: get BOS descriptor setAndiry Xu
2011-04-29usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz
2011-03-18USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki
2011-01-22USB: add helper to convert USB error codesOliver Neukum
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern
2010-03-02USB: convert to the runtime PM frameworkAlan Stern
2010-03-02USB: consolidate remote wakeup routinesAlan Stern
2009-12-11USB: add a "remove hardware" sysfs attributeAlan Stern
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers
2009-06-15USB: remove unused usb_host classGreg Kroah-Hartman
2009-01-27USB: fix char-device disconnect handlingAlan Stern
2009-01-27USB: fix toggle mismatch in disable_endpoint pathsAlan Stern
2009-01-07USB: re-enable interface after driver unbindsAlan Stern
2009-01-07USB: utilize the bus notifiersAlan Stern
2009-01-07USB: Enhance usage of pm_message_tAlan Stern
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern
2008-08-21USB: Add new PM callback methods for USBAlan Stern
2008-07-21usbfs: send disconnect signals when device is unregisteredAlan Stern
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern
2008-05-14USB: create attributes before sending ueventAlan Stern
2008-04-24USB: remove dev->power.power_stateAlan Stern
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez
2007-10-12USB: add ep->enableAlan Stern
2007-07-12USB: unify reset_resume and normal resumeAlan Stern
2007-07-12USB: remove __usb_port_suspendAlan Stern
2007-07-12USB: add USB-Persist facilityAlan Stern
2007-07-12USB: interface PM stateAlan Stern
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers
2007-04-27USB: separate autosuspend from external suspendAlan Stern
2007-04-27usbcore: move usb_autosuspend_workAlan Stern
2007-02-23USB: export autosuspend delay in sysfsAlan Stern
2007-02-23USB: make autosuspend delay a module parameterAlan Stern
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum
2007-02-23USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman