aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-05usb: core: Fix file path that does not existWei Ming Chen1-1/+1
2020-10-28usbcore: Check both id_table and match() when both availableBastien Nocera1-3/+1
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman1-2/+3
2020-08-18USB: Better name for __check_usb_generic()Bastien Nocera1-2/+2
2020-08-18USB: Also match device drivers using the ->match vfuncBastien Nocera1-2/+3
2020-07-29USB: Simplify USB ID table matchBastien Nocera1-2/+0
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera1-0/+3
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera1-0/+29
2020-02-12USB: Export generic USB device driver functionsBastien Nocera1-8/+8
2019-08-09usbfs: Add ioctls for runtime power managementAlan Stern1-0/+5
2019-02-08USB: Fix configuration selection issues introduced in v4.20.0Nikolay Yakimov1-19/+25
2019-01-07usbcore: Select only first configuration for non-UAC3 compliant devicesSaranya Gopal1-3/+6
2018-09-20usbcore: Select UAC3 configuration for audio if presentSaranya Gopal1-0/+27
2018-03-23USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing1-2/+7
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman1-1/+1
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-0/+2
2014-02-07staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea1-0/+1
2013-03-28USB: avoid error messages when a device is disconnectedAlan Stern1-1/+1
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior1-1/+1
2012-11-15USB: fix authorization and claimed port logicHindin Joseph1-3/+4
2010-08-10USB: accept RNDIS configs if there's no alternativeAlan Stern1-1/+3
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-04-30USB: don't choose configs with no interfacesAlan Stern1-1/+1
2009-12-11USB: Convert a dev_info to a dev_dbgMatthew Wilcox1-1/+1
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern1-1/+3
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-5/+5
2008-05-29USB: fix possible deadlock involving sysfs attributesAlan Stern1-5/+0
2007-10-12USB: move decision to ignore FREEZE eventsAlan Stern1-0/+5
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman1-2/+2
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez1-1/+1
2007-10-12usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez1-8/+11
2007-07-12USB: unify reset_resume and normal resumeAlan Stern1-2/+0
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern1-29/+16
2007-07-12USB: add USB-Persist facilityAlan Stern1-1/+4
2007-07-12USB: move bus_suspend and bus_resume method callsAlan Stern1-2/+37
2007-07-12USB: Implement PM FREEZE and PRETHAWAlan Stern1-4/+0
2007-02-16USB: unconfigure devices which have config 0Alan Stern1-1/+1
2007-02-07rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas1-8/+20
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-27usbcore: non-hub-specific uses of autosuspendAlan Stern1-5/+2
2006-09-27usbcore: fix up device and power state testsAlan Stern1-3/+0
2006-09-27usbcore: resume device resume recursionAlan Stern1-14/+0
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern1-0/+184
2006-09-27usbcore: add usb_device_driver definitionAlan Stern1-13/+4
2006-09-27usbcore: move code among source filesAlan Stern1-0/+53