Commit 71c04475 authored by Antoine Jacquet's avatar Antoine Jacquet Committed by Mauro Carvalho Chehab

V4L/DVB (7080): zr364xx: add support for Pentax Optio 50

Signed-off-by: default avatarAntoine Jacquet <royale@zerezo.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent e8e672c5
...@@ -63,3 +63,4 @@ Vendor Product Distributor Model ...@@ -63,3 +63,4 @@ Vendor Product Distributor Model
0x06d6 0x0034 Trust Powerc@m 750 0x06d6 0x0034 Trust Powerc@m 750
0x0a17 0x0062 Pentax Optio 50L 0x0a17 0x0062 Pentax Optio 50L
0x06d6 0x003b Trust Powerc@m 970Z 0x06d6 0x003b Trust Powerc@m 970Z
0x0a17 0x004e Pentax Optio 50
...@@ -93,6 +93,7 @@ static struct usb_device_id device_table[] = { ...@@ -93,6 +93,7 @@ static struct usb_device_id device_table[] = {
{USB_DEVICE(0x06d6, 0x0034), .driver_info = METHOD0 }, {USB_DEVICE(0x06d6, 0x0034), .driver_info = METHOD0 },
{USB_DEVICE(0x0a17, 0x0062), .driver_info = METHOD2 }, {USB_DEVICE(0x0a17, 0x0062), .driver_info = METHOD2 },
{USB_DEVICE(0x06d6, 0x003b), .driver_info = METHOD0 }, {USB_DEVICE(0x06d6, 0x003b), .driver_info = METHOD0 },
{USB_DEVICE(0x0a17, 0x004e), .driver_info = METHOD2 },
{} /* Terminating entry */ {} /* Terminating entry */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment