mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add 5.14 patches for RPI
This commit is contained in:
parent
030f2f4fd1
commit
5c593832cc
550 changed files with 224556 additions and 0 deletions
|
@ -0,0 +1,36 @@
|
|||
From 8b07024a98c38deccb403bc9077001ac1096012e Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= <noralf@tronnes.org>
|
||||
Date: Sat, 3 Jul 2021 16:13:20 +0200
|
||||
Subject: [PATCH 509/552] drm/gud: Add Raspberry Pi Pico ID
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
[ drm-misc commit b3f4ef669357d5b9a2c5e8c33e3967a2070db7f9 ]
|
||||
|
||||
Add VID/PID for the Raspberry Pi Pico implementation.
|
||||
Source: https://github.com/notro/gud-pico
|
||||
|
||||
Cc: Linus Walleij <linus.walleij@linaro.org>
|
||||
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
|
||||
Reviewed-by: Peter Stuge <peter@stuge.se>
|
||||
Link: https://patchwork.freedesktop.org/patch/msgid/20210703141321.35494-1-noralf@tronnes.org
|
||||
---
|
||||
drivers/gpu/drm/gud/gud_drv.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/drivers/gpu/drm/gud/gud_drv.c b/drivers/gpu/drm/gud/gud_drv.c
|
||||
index b39a54f17063..5db013be38d1 100644
|
||||
--- a/drivers/gpu/drm/gud/gud_drv.c
|
||||
+++ b/drivers/gpu/drm/gud/gud_drv.c
|
||||
@@ -661,6 +661,7 @@ static int gud_resume(struct usb_interface *intf)
|
||||
|
||||
static const struct usb_device_id gud_id_table[] = {
|
||||
{ USB_DEVICE_INTERFACE_CLASS(0x1d50, 0x614d, USB_CLASS_VENDOR_SPEC) },
|
||||
+ { USB_DEVICE_INTERFACE_CLASS(0x16d0, 0x10a9, USB_CLASS_VENDOR_SPEC) },
|
||||
{ }
|
||||
};
|
||||
|
||||
--
|
||||
2.33.0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue