From: Rohan Barar <rohan.barar@gmail.com>
To: mchehab@kernel.org, hverkuil@xs4all.nl
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
Rohan Barar <rohan.barar@gmail.com>
Subject: [PATCH v2] media: cx231xx: Add support for a new 'Dexatek' device (USB ID: 1d19:6108)
Date: Tue, 1 Oct 2024 09:25:01 +1000 [thread overview]
Message-ID: <20240930232500.1700330-2-rohan.barar@gmail.com> (raw)
In-Reply-To: <20240926235048.283608-2-rohan.barar@gmail.com>
This patch adds support for a Dexatek Technology Ltd Video Grabber (USB ID: 1d19:6108) to the `cx231xx` driver.
This device, sold under the name "BAUHN DVD Maker (DK8723)" by ALDI in Australia, is similar to the device with USB ID `1d19:6109`.
The latter is already supported in the `cx231xx` driver.
Both video and audio capture have been tested and confirmed to work after compiling, signing, and loading the patched driver.
For evidence of the device functioning correctly, refer to: https://github.com/KernelGhost/TapeShift
Signed-off-by: Rohan Barar <rohan.barar@gmail.com>
---
drivers/media/usb/cx231xx/cx231xx-cards.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c b/drivers/media/usb/cx231xx/cx231xx-cards.c
index 92efe6c1f..bda729b42 100644
--- a/drivers/media/usb/cx231xx/cx231xx-cards.c
+++ b/drivers/media/usb/cx231xx/cx231xx-cards.c
@@ -994,6 +994,8 @@ const unsigned int cx231xx_bcount = ARRAY_SIZE(cx231xx_boards);
/* table of devices that work with this driver */
struct usb_device_id cx231xx_id_table[] = {
+ {USB_DEVICE(0x1D19, 0x6108),
+ .driver_info = CX231XX_BOARD_PV_XCAPTURE_USB},
{USB_DEVICE(0x1D19, 0x6109),
.driver_info = CX231XX_BOARD_PV_XCAPTURE_USB},
{USB_DEVICE(0x0572, 0x5A3C),
--
2.46.1
next prev parent reply other threads:[~2024-09-30 23:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 23:50 [PATCH] Added ID 1d19:6108 Dexatek Technology Ltd. Video Grabber Rohan Barar
2024-09-30 13:05 ` Rohan Barar
2024-09-30 13:14 ` Mauro Carvalho Chehab
2024-09-30 23:25 ` Rohan Barar [this message]
2024-10-03 9:40 ` [PATCH v3] media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108 Rohan Barar
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=20240930232500.1700330-2-rohan.barar@gmail.com \
--to=rohan.barar@gmail.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.