|
@@ -709,6 +709,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, 0x6109),
|
|
|
+ .driver_info = CX231XX_BOARD_PV_XCAPTURE_USB},
|
|
|
{USB_DEVICE(0x0572, 0x5A3C),
|
|
|
.driver_info = CX231XX_BOARD_UNKNOWN},
|
|
|
{USB_DEVICE(0x0572, 0x58A2),
|