Skip to content

Commit 87ace43

Browse files
KernelGhostgregkh
authored andcommitted
media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108
[ Upstream commit 61a830b ] 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 <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 3cc5228 commit 87ace43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/media/usb/cx231xx/cx231xx-cards.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,8 @@ const unsigned int cx231xx_bcount = ARRAY_SIZE(cx231xx_boards);
994994

995995
/* table of devices that work with this driver */
996996
struct usb_device_id cx231xx_id_table[] = {
997+
{USB_DEVICE(0x1D19, 0x6108),
998+
.driver_info = CX231XX_BOARD_PV_XCAPTURE_USB},
997999
{USB_DEVICE(0x1D19, 0x6109),
9981000
.driver_info = CX231XX_BOARD_PV_XCAPTURE_USB},
9991001
{USB_DEVICE(0x0572, 0x5A3C),

0 commit comments

Comments
 (0)