[media] gspca_pac7302: Add usb-id for 145f:013c
Reported by: Grzegorz Woźniak Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
3870ed3aed
commit
4d6454dbae
|
@ -1197,6 +1197,7 @@ static const struct usb_device_id device_table[] = {
|
||||||
{USB_DEVICE(0x093a, 0x2629), .driver_info = FL_VFLIP},
|
{USB_DEVICE(0x093a, 0x2629), .driver_info = FL_VFLIP},
|
||||||
{USB_DEVICE(0x093a, 0x262a)},
|
{USB_DEVICE(0x093a, 0x262a)},
|
||||||
{USB_DEVICE(0x093a, 0x262c)},
|
{USB_DEVICE(0x093a, 0x262c)},
|
||||||
|
{USB_DEVICE(0x145f, 0x013c)},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(usb, device_table);
|
MODULE_DEVICE_TABLE(usb, device_table);
|
||||||
|
|
Loading…
Reference in New Issue