usbcore: Select only first configuration for non-UAC3 compliant devices
authorSaranya Gopal <saranya.gopal@intel.com>
Sun, 6 Jan 2019 02:44:02 +0000 (08:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2019 16:23:30 +0000 (17:23 +0100)
commitff2a8c532c14fd22fb26a36574d9ff199afbbe54
treedf587e4d94564f16adf50d307c8b12829d2415a9
parent0a99cc4b8ee83885ab9f097a3737d1ab28455ac0
usbcore: Select only first configuration for non-UAC3 compliant devices

In most of the UAC1 and UAC2 audio devices, the first
configuration is most often the best configuration.
However, with recent patch to support UAC3 configuration,
second configuration was unintentionally chosen for
some of the UAC1/2 devices that had more than one
configuration. This was because of the existing check
after the audio config check which selected any config
which had a non-vendor class. This patch fixes this issue.

Fixes: f13912d3f014 ("usbcore: Select UAC3 configuration for audio if present")
Reported-by: Con Kolivas <kernel@kolivas.org>
Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
Tested-by: Con Kolivas <kernel@kolivas.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/generic.c