[PATCH] drm/gud: Add RCade Display Adapter VID/PID pair

Sophie D posted 1 patch 1 month ago
drivers/gpu/drm/gud/gud_drv.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
Posted by Sophie D 1 month ago
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>
---
[Resending as previous submission did not make it to the list]

 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 17c2dead2c13..89bd6ca36003 100644
--- a/drivers/gpu/drm/gud/gud_drv.c
+++ b/drivers/gpu/drm/gud/gud_drv.c
@@ -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) },
 	{ }
 };
 
-- 
2.53.0
Re: [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
Posted by Thomas Zimmermann 1 month ago
Hi

Am 09.05.26 um 14:20 schrieb Sophie D:
> 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

That's pretty cool. Are these devices somewhere available for purchase?

>
> Link: https://pid.codes/1209/4FB3/
> Signed-off-by: Sophie D <patches@scd31.com>

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>

Best regards
Thomas

> ---
> [Resending as previous submission did not make it to the list]
>
>   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 17c2dead2c13..89bd6ca36003 100644
> --- a/drivers/gpu/drm/gud/gud_drv.c
> +++ b/drivers/gpu/drm/gud/gud_drv.c
> @@ -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) },
>   	{ }
>   };
>   

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)


Re: [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
Posted by Sophie D 1 month ago
Hello,

> That's pretty cool. Are these devices somewhere available for
> purchase?

They are not. I used to sell other hardware devices a few years ago but
found it took just a little too much time. Since they're open source,
maybe someone else will sell them eventually.

Thanks,
Sophie
Re: [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
Posted by Thomas Zimmermann 1 month ago
Hi

Am 11.05.26 um 14:08 schrieb Sophie D:
> Hello,
>
>> That's pretty cool. Are these devices somewhere available for
>> purchase?
> They are not. I used to sell other hardware devices a few years ago but
> found it took just a little too much time. Since they're open source,
> maybe someone else will sell them eventually.

Ok. Patch is now merged.

Best regards
Thomas

>
> Thanks,
> Sophie

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)


Re: [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
Posted by Sophie D 1 month ago
Thomas Zimmermann <tzimmermann@suse.de> writes:

> Ok. Patch is now merged.

Thanks so much, this is my first kernel patch (:

Sophie
Re: [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
Posted by Ruben Wauters 1 month ago
On Tue, 2026-05-12 at 09:16 -0400, Sophie D wrote:
> Thomas Zimmermann <tzimmermann@suse.de> writes:
> 
> > Ok. Patch is now merged.
> 
> Thanks so much, this is my first kernel patch (:

Hi,

Sorry for any delay

Looks like Thomas got to it before I could, which is great

It's quite exciting that other people are using the gud driver, since
until this point it has tended to be a lesser-used one, so I am glad
people are using it.

Thank you for the patch

Ruben
> 
> Sophie