summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede2013-11-24 14:03:57 +0100
committerMauro Carvalho Chehab2013-11-29 15:12:52 +0100
commit858559a29258a30d9f4839286b4aca6ab8c5c8d6 (patch)
tree25c085c04f7f6d5708d2698448e24570208e3c99
parent[media] gspca-stk1135: Add delay after configuring clock (diff)
downloadkernel-qcow2-linux-858559a29258a30d9f4839286b4aca6ab8c5c8d6.tar.gz
kernel-qcow2-linux-858559a29258a30d9f4839286b4aca6ab8c5c8d6.tar.xz
kernel-qcow2-linux-858559a29258a30d9f4839286b4aca6ab8c5c8d6.zip
[media] gspca_sunplus: Add new usb-id for 06d6:0041
Reported-by: mjs <mjstork@gmail.com> Tested-by: mjs <mjstork@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r--drivers/media/usb/gspca/sunplus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/gspca/sunplus.c b/drivers/media/usb/gspca/sunplus.c
index a517d185febe..46c9f2229a18 100644
--- a/drivers/media/usb/gspca/sunplus.c
+++ b/drivers/media/usb/gspca/sunplus.c
@@ -1027,6 +1027,7 @@ static const struct usb_device_id device_table[] = {
{USB_DEVICE(0x055f, 0xc650), BS(SPCA533, 0)},
{USB_DEVICE(0x05da, 0x1018), BS(SPCA504B, 0)},
{USB_DEVICE(0x06d6, 0x0031), BS(SPCA533, 0)},
+ {USB_DEVICE(0x06d6, 0x0041), BS(SPCA504B, 0)},
{USB_DEVICE(0x0733, 0x1311), BS(SPCA533, 0)},
{USB_DEVICE(0x0733, 0x1314), BS(SPCA533, 0)},
{USB_DEVICE(0x0733, 0x2211), BS(SPCA533, 0)},