bcm27xx: add kernel 5.10 support
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0715-drm-gud-Add-Raspberry-Pi-Pico-ID.patch
1 From 57f251cd4c0172cd080ca83994e794b1b6515148 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
3 Date: Sat, 3 Jul 2021 16:13:20 +0200
4 Subject: [PATCH] drm/gud: Add Raspberry Pi Pico ID
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 [ drm-misc commit b3f4ef669357d5b9a2c5e8c33e3967a2070db7f9 ]
10
11 Add VID/PID for the Raspberry Pi Pico implementation.
12 Source: https://github.com/notro/gud-pico
13
14 Cc: Linus Walleij <linus.walleij@linaro.org>
15 Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
16 Reviewed-by: Peter Stuge <peter@stuge.se>
17 Link: https://patchwork.freedesktop.org/patch/msgid/20210703141321.35494-1-noralf@tronnes.org
18 ---
19 drivers/gpu/drm/gud/gud_drv.c | 1 +
20 1 file changed, 1 insertion(+)
21
22 --- a/drivers/gpu/drm/gud/gud_drv.c
23 +++ b/drivers/gpu/drm/gud/gud_drv.c
24 @@ -674,6 +674,7 @@ static int gud_resume(struct usb_interfa
25
26 static const struct usb_device_id gud_id_table[] = {
27 { USB_DEVICE_INTERFACE_CLASS(0x1d50, 0x614d, USB_CLASS_VENDOR_SPEC) },
28 + { USB_DEVICE_INTERFACE_CLASS(0x16d0, 0x10a9, USB_CLASS_VENDOR_SPEC) },
29 { }
30 };
31