]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108
authorRohan Barar <rohan.barar@gmail.com>
Thu, 3 Oct 2024 09:40:40 +0000 (19:40 +1000)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 12 Oct 2024 14:28:26 +0000 (16:28 +0200)
Add Dexatek Technology Ltd USB Video Grabber 1d19:6108 to the cx231xx
driver. This device is sold under the name "BAUHN DVD Maker (DK8723)" by
ALDI in Australia.

This device is similar to 1d19:6109, which is already included in cx231xx.

Both video and audio capture function correctly after installing the
patched cx231xx driver.

Patch Changelog
v1:
 - Initial submission.
v2:
 - Fix SoB + Improve subject.
v3:
 - Rephrase message to not exceed 75 characters per line.
 - Removed reference to external GitHub URL.

Signed-off-by: Rohan Barar <rohan.barar@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/usb/cx231xx/cx231xx-cards.c

index f68a6ab9d5aa71c1f075c463635d26ff107f6a90..8bb0103f7dd4b17204f1921661d22f3accb1ff46 100644 (file)
@@ -993,6 +993,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),