mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +00:00
V4L/DVB (7081): zr364xx: add support for Creative DiVi CAM 516
Signed-off-by: Antoine Jacquet <royale@zerezo.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
71c044752c
commit
c0e0aff977
@ -64,3 +64,4 @@ Vendor Product Distributor Model
|
||||
0x0a17 0x0062 Pentax Optio 50L
|
||||
0x06d6 0x003b Trust Powerc@m 970Z
|
||||
0x0a17 0x004e Pentax Optio 50
|
||||
0x041e 0x405d Creative DiVi CAM 516
|
||||
|
@ -94,6 +94,7 @@ static struct usb_device_id device_table[] = {
|
||||
{USB_DEVICE(0x0a17, 0x0062), .driver_info = METHOD2 },
|
||||
{USB_DEVICE(0x06d6, 0x003b), .driver_info = METHOD0 },
|
||||
{USB_DEVICE(0x0a17, 0x004e), .driver_info = METHOD2 },
|
||||
{USB_DEVICE(0x041e, 0x405d), .driver_info = METHOD2 },
|
||||
{} /* Terminating entry */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user