From: Noralf Trønnes Date: Sat, 3 Jul 2021 14:13:20 +0000 (+0200) Subject: drm/gud: Add Raspberry Pi Pico ID X-Git-Tag: libata-5.15-2021-09-05~42^2~23^2~40 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b3f4ef669357d5b9a2c5e8c33e3967a2070db7f9;p=linux-block.git drm/gud: Add Raspberry Pi Pico ID Add VID/PID for the Raspberry Pi Pico implementation. Source: https://github.com/notro/gud-pico Cc: Linus Walleij Signed-off-by: Noralf Trønnes Reviewed-by: Peter Stuge Link: https://patchwork.freedesktop.org/patch/msgid/20210703141321.35494-1-noralf@tronnes.org --- diff --git a/drivers/gpu/drm/gud/gud_drv.c b/drivers/gpu/drm/gud/gud_drv.c index d02f8e968aad..eb4e08846da4 100644 --- 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) }, { } };