diff options
author | Luis Maia <lmaia@royalhat.org> | 2009-12-15 13:40:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 15:10:27 -0300 |
commit | 658604ec9caa9c8a998e296f689bd85ca1f95d6a (patch) | |
tree | 115077c1d705e62e39dab78f5939c3f87c847eab /drivers/media/video/gspca/zc3xx.c | |
parent | 47aaca961ffbe6196dd09d6b447d90d9d4598255 (diff) | |
download | talos-obmc-linux-658604ec9caa9c8a998e296f689bd85ca1f95d6a.tar.gz talos-obmc-linux-658604ec9caa9c8a998e296f689bd85ca1f95d6a.zip |
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>
Diffstat (limited to 'drivers/media/video/gspca/zc3xx.c')
-rw-r--r-- | drivers/media/video/gspca/zc3xx.c | 1 |
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[] = { {0x8001, 0x13}, {0x8000, 0x14}, /* CS2102K */ {0x8400, 0x15}, /* TAS5130K */ + {0xe400, 0x15}, }; static int vga_3wr_probe(struct gspca_dev *gspca_dev) |