mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-09-22 09:39:57 +00:00
Removed the following patches because they were upstreamed: bcm27xx/patches-5.15/950-0020-drm-probe-helper-Create-a-HPD-IRQ-event-helper-for-a.patch [0] bcm47xx/patches-5.15/701-bgmac-reduce-max-frame-size-to-support-just-MTU-1500.patch [1] bcm53xx/patches-5.15/700-bgmac-reduce-max-frame-size-to-support-just-MTU-1500.patch [1] Manually adapted the following patches: bcm27xx/patches-5.15/950-0151-usb-add-plumbing-for-updating-interrupt-endpoint-int.patch bcm27xx/patches-5.15/950-0600-xhci-quirks-add-link-TRB-quirk-for-VL805.patch [0]: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.15.y&id=5211d75e2cb75cb129602247e79058f26afb4104 [1]: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.15.y&id=3ce32a9fb1d210f1e8384ebbfc336b64d3c131bd Link: https://github.com/openwrt/openwrt/pull/18012 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
28 lines
1010 B
Diff
28 lines
1010 B
Diff
From 01160071692034601de24ff811b1996481bfea55 Mon Sep 17 00:00:00 2001
|
|
From: Jonathan Bell <jonathan@raspberrypi.com>
|
|
Date: Thu, 15 Apr 2021 13:15:14 +0100
|
|
Subject: [PATCH] sound/usb: add device quirks for A4Tech FHD 1080p
|
|
webcams
|
|
|
|
These devices use a type of Sonix chipset that produces broken microphone
|
|
data if suspended/resumed.
|
|
|
|
They also don't support readback of the sample rate.
|
|
|
|
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
|
|
---
|
|
sound/usb/quirks.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/sound/usb/quirks.c
|
|
+++ b/sound/usb/quirks.c
|
|
@@ -1833,6 +1833,8 @@ static const struct usb_audio_quirk_flag
|
|
QUIRK_FLAG_IGNORE_CTL_ERROR),
|
|
DEVICE_FLG(0x0951, 0x16ad, /* Kingston HyperX */
|
|
QUIRK_FLAG_CTL_MSG_DELAY_1M),
|
|
+ DEVICE_FLG(0x09da, 0x2695, /* A4Tech FHD 1080p webcam */
|
|
+ QUIRK_FLAG_DISABLE_AUTOSUSPEND | QUIRK_FLAG_GET_SAMPLE_RATE),
|
|
DEVICE_FLG(0x0b0e, 0x0349, /* Jabra 550a */
|
|
QUIRK_FLAG_CTL_MSG_DELAY_1M),
|
|
DEVICE_FLG(0x0c45, 0x6340, /* Sonix HD USB Camera */
|