projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eecd93
)
drm/gud: Add Raspberry Pi Pico ID
author
Noralf Trønnes
<noralf@tronnes.org>
Sat, 3 Jul 2021 14:13:20 +0000
(16:13 +0200)
committer
Noralf Trønnes
<noralf@tronnes.org>
Thu, 8 Jul 2021 12:33:37 +0000
(14:33 +0200)
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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/gud/gud_drv.c
b/drivers/gpu/drm/gud/gud_drv.c
index d02f8e968aad0925857ff4356e2273f7d9682ed7..eb4e08846da452af38d2cb01a087443c6e6ebb6c 100644
(file)
--- a/
drivers/gpu/drm/gud/gud_drv.c
+++ b/
drivers/gpu/drm/gud/gud_drv.c
@@
-660,6
+660,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) },
{ }
};