diff options
author | Alan Stern <[email protected]> | 2020-11-19 12:00:40 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-11-20 16:34:30 +0100 |
commit | 184eead057cc7e803558269babc1f2cfb9113ad1 (patch) | |
tree | 336fc0f128c52ef2fc7bdff5ef0d2bc823704689 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 87bed3d7d26c974948a3d6e7176f304b2d41272b (diff) |
USB: core: Fix regression in Hercules audio card
Commit 3e4f8e21c4f2 ("USB: core: fix check for duplicate endpoints")
aimed to make the USB stack more reliable by detecting and skipping
over endpoints that are duplicated between interfaces. This caused a
regression for a Hercules audio card (reported as Bugzilla #208357),
which contains such non-compliant duplications. Although the
duplications are harmless, skipping the valid endpoints prevented the
device from working.
This patch fixes the regression by adding ENDPOINT_IGNORE quirks for
the Hercules card, telling the kernel to ignore the invalid duplicate
endpoints and thereby allowing the valid endpoints to be used as
intended.
Fixes: 3e4f8e21c4f2 ("USB: core: fix check for duplicate endpoints")
CC: <[email protected]>
Reported-by: Alexander Chalikiopoulos <[email protected]>
Signed-off-by: Alan Stern <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions