projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c260fe9
)
V4L/DVB: gspca_sq905c: Add an additional USB-ID
author
Hans de Goede
<hdegoede@redhat.com>
Sun, 17 Jan 2010 13:42:55 +0000
(10:42 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 26 Feb 2010 18:11:07 +0000
(15:11 -0300)
gspca_sq905c: Add an additional USB-ID
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/sq905c.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/sq905c.c
b/drivers/media/video/gspca/sq905c.c
index
6c7d271
..
e646620
100644
(file)
--- a/
drivers/media/video/gspca/sq905c.c
+++ b/
drivers/media/video/gspca/sq905c.c
@@
-300,6
+300,7
@@
static int sd_start(struct gspca_dev *gspca_dev)
static const __devinitdata struct usb_device_id device_table[] = {
{USB_DEVICE(0x2770, 0x905c)},
{USB_DEVICE(0x2770, 0x9050)},
+ {USB_DEVICE(0x2770, 0x9052)},
{USB_DEVICE(0x2770, 0x913d)},
{}
};