diff options
Diffstat (limited to 'drivers/media/usb/cx231xx/cx231xx-cards.c')
-rw-r--r-- | drivers/media/usb/cx231xx/cx231xx-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c b/drivers/media/usb/cx231xx/cx231xx-cards.c index 528cce958a82..2ee03e4ddd86 100644 --- a/drivers/media/usb/cx231xx/cx231xx-cards.c +++ b/drivers/media/usb/cx231xx/cx231xx-cards.c | |||
@@ -709,6 +709,8 @@ const unsigned int cx231xx_bcount = ARRAY_SIZE(cx231xx_boards); | |||
709 | 709 | ||
710 | /* table of devices that work with this driver */ | 710 | /* table of devices that work with this driver */ |
711 | struct usb_device_id cx231xx_id_table[] = { | 711 | struct usb_device_id cx231xx_id_table[] = { |
712 | {USB_DEVICE(0x1D19, 0x6109), | ||
713 | .driver_info = CX231XX_BOARD_PV_XCAPTURE_USB}, | ||
712 | {USB_DEVICE(0x0572, 0x5A3C), | 714 | {USB_DEVICE(0x0572, 0x5A3C), |
713 | .driver_info = CX231XX_BOARD_UNKNOWN}, | 715 | .driver_info = CX231XX_BOARD_UNKNOWN}, |
714 | {USB_DEVICE(0x0572, 0x58A2), | 716 | {USB_DEVICE(0x0572, 0x58A2), |