]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/gud: Add RCade Display Adapter VID/PID pair
authorSophie D <patches@scd31.com>
Sat, 9 May 2026 02:54:05 +0000 (22:54 -0400)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 12 May 2026 06:35:00 +0000 (08:35 +0200)
The RCade Display Adapter is a hardware device that allows driving an
Arcade CRT display via the GUD protocol. Currently it spoofs an
existing GUD VID/PID pair. However, now that it has its own pair
assigned, it makes sense to add this to the list of pairs that GUD
supports natively.

More information can be found in the project repositories:
https://gitlab.scd31.com/stephen/stm32-usb-vga-adapter-hardware
https://gitlab.scd31.com/stephen/stm32-usb-vga-rcade-adapter

Link: https://pid.codes/1209/4FB3/
Signed-off-by: Sophie D <patches@scd31.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patch.msgid.link/20260509025405.4143956-1-patches@scd31.com
drivers/gpu/drm/gud/gud_drv.c

index 17c2dead2c13b088ec354f33a7d009c715027edb..89bd6ca36003f3ecbb95d5672f269a3337287282 100644 (file)
@@ -684,6 +684,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) },
+       { USB_DEVICE_INTERFACE_CLASS(0x1209, 0x4fb3, USB_CLASS_VENDOR_SPEC) },
        { }
 };