summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLuis Maia <lmaia@royalhat.org>2009-12-15 17:40:44 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 19:10:27 +0100
commit658604ec9caa9c8a998e296f689bd85ca1f95d6a (patch)
tree115077c1d705e62e39dab78f5939c3f87c847eab /drivers
parentV4L/DVB (13866): gspca - main: Add the cam flag 'no_urb_create'. (diff)
downloadlinux-658604ec9caa9c8a998e296f689bd85ca1f95d6a.tar.xz
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')
-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[] = {
{0x8001, 0x13},
{0x8000, 0x14}, /* CS2102K */
{0x8400, 0x15}, /* TAS5130K */
+ {0xe400, 0x15},
};
static int vga_3wr_probe(struct gspca_dev *gspca_dev)