The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
@ 2026-05-09 12:20 Sophie D
  2026-05-11  9:41 ` Thomas Zimmermann
  0 siblings, 1 reply; 7+ messages in thread
From: Sophie D @ 2026-05-09 12:20 UTC (permalink / raw)
  To: dri-devel
  Cc: rubenru09, maarten.lankhorst, mripard, tzimmermann, airlied,
	simona, linux-kernel, 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

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


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
@ 2026-05-09  2:54 Sophie D
  0 siblings, 0 replies; 7+ messages in thread
From: Sophie D @ 2026-05-09  2:54 UTC (permalink / raw)
  To: dri-devel
  Cc: rubenru09, maarten.lankhorst, mripard, tzimmermann, airlied,
	simona, linux-kernel, 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

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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-05-12 15:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09 12:20 [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair Sophie D
2026-05-11  9:41 ` Thomas Zimmermann
2026-05-11 12:08   ` Sophie D
2026-05-12  6:39     ` Thomas Zimmermann
2026-05-12 13:16       ` Sophie D
2026-05-12 14:44         ` Ruben Wauters
  -- strict thread matches above, loose matches on Subject: below --
2026-05-09  2:54 Sophie D

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox