projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47aaca9
)
V4L/DVB (13867): gspca - zc3xx: Add one more chipset ID of tas5130K.
author
Luis Maia
<lmaia@royalhat.org>
Tue, 15 Dec 2009 16:40:44 +0000
(13:40 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:27 +0000
(15:10 -0300)
This ID was found in a webcam 0ac8:301b.
Signed-off-by: Luis Maia <lmaia@royalhat.org>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/zc3xx.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/zc3xx.c
b/drivers/media/video/gspca/zc3xx.c
index
1a800fc
..
07dc5b6
100644
(file)
--- a/
drivers/media/video/gspca/zc3xx.c
+++ b/
drivers/media/video/gspca/zc3xx.c
@@
-6467,6
+6467,7
@@
static const struct sensor_by_chipset_revision chipset_revision_sensor[] = {
{0x8001, 0x13},
{0x8000, 0x14}, /* CS2102K */
{0x8400, 0x15}, /* TAS5130K */
+ {0xe400, 0x15},
};
static int vga_3wr_probe(struct gspca_dev *gspca_dev)