mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 04:17:47 +00:00
[media] cx231xx: add support for a CX23103 Video Grabber USB
Add a new USB ID to the driver. Signed-off-by: Links (Markus) <help.markus+git@gmail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
6f546c5ff9
commit
dad4c41827
@ -709,6 +709,8 @@ const unsigned int cx231xx_bcount = ARRAY_SIZE(cx231xx_boards);
|
|||||||
|
|
||||||
/* table of devices that work with this driver */
|
/* table of devices that work with this driver */
|
||||||
struct usb_device_id cx231xx_id_table[] = {
|
struct usb_device_id cx231xx_id_table[] = {
|
||||||
|
{USB_DEVICE(0x1D19, 0x6109),
|
||||||
|
.driver_info = CX231XX_BOARD_PV_XCAPTURE_USB},
|
||||||
{USB_DEVICE(0x0572, 0x5A3C),
|
{USB_DEVICE(0x0572, 0x5A3C),
|
||||||
.driver_info = CX231XX_BOARD_UNKNOWN},
|
.driver_info = CX231XX_BOARD_UNKNOWN},
|
||||||
{USB_DEVICE(0x0572, 0x58A2),
|
{USB_DEVICE(0x0572, 0x58A2),
|
||||||
|
Loading…
Reference in New Issue
Block a user