aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Maia <lmaia@royalhat.org>2009-12-15 11:40:44 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 13:10:27 -0500
commit658604ec9caa9c8a998e296f689bd85ca1f95d6a (patch)
tree115077c1d705e62e39dab78f5939c3f87c847eab
parent47aaca961ffbe6196dd09d6b447d90d9d4598255 (diff)
V4L/DVB (13867): gspca - zc3xx: Add one more chipset ID of tas5130K.
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>
-rw-r--r--drivers/media/video/gspca/zc3xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/zc3xx.c b/drivers/media/video/gspca/zc3xx.c
index 1a800fc1c00e..07dc5b6b4168 100644
--- 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[] = {
6467 {0x8001, 0x13}, 6467 {0x8001, 0x13},
6468 {0x8000, 0x14}, /* CS2102K */ 6468 {0x8000, 0x14}, /* CS2102K */
6469 {0x8400, 0x15}, /* TAS5130K */ 6469 {0x8400, 0x15}, /* TAS5130K */
6470 {0xe400, 0x15},
6470}; 6471};
6471 6472
6472static int vga_3wr_probe(struct gspca_dev *gspca_dev) 6473static int vga_3wr_probe(struct gspca_dev *gspca_dev)