The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: Sophie D <patches@scd31.com>, dri-devel@lists.freedesktop.org
Cc: rubenru09@aol.com, maarten.lankhorst@linux.intel.com,
	mripard@kernel.org, airlied@gmail.com, simona@ffwll.ch,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
Date: Mon, 11 May 2026 11:41:49 +0200	[thread overview]
Message-ID: <13469286-2252-4da2-96eb-979cc121f8b9@suse.de> (raw)
In-Reply-To: <20260509122037.4189266-1-patches@scd31.com>

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)



  reply	other threads:[~2026-05-11  9:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-09 12:20 [PATCH] drm/gud: Add RCade Display Adapter VID/PID pair Sophie D
2026-05-11  9:41 ` Thomas Zimmermann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13469286-2252-4da2-96eb-979cc121f8b9@suse.de \
    --to=tzimmermann@suse.de \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=patches@scd31.com \
    --cc=rubenru09@aol.com \
    --cc=simona@ffwll.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox