summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTheodore Kilgore2009-04-05 20:36:04 +0200
committerMauro Carvalho Chehab2009-06-16 23:20:30 +0200
commitebf58f70e853b9ffe50d6b194d3679b7dc2cac9c (patch)
treebf389ca0eed92d3d197857491ab592b897ebebe0 /drivers
parentV4L/DVB (11482): gspca - m5602-mt9m111: Remove lots of redundant init code (diff)
downloadkernel-qcow2-linux-ebf58f70e853b9ffe50d6b194d3679b7dc2cac9c.tar.gz
kernel-qcow2-linux-ebf58f70e853b9ffe50d6b194d3679b7dc2cac9c.tar.xz
kernel-qcow2-linux-ebf58f70e853b9ffe50d6b194d3679b7dc2cac9c.zip
V4L/DVB (11483): gspca - mr97310a: Webcam 093a:010f added.
Signed-off-by: Theodore Kilgore <kilgota@auburn.edu> 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/mr97310a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/mr97310a.c b/drivers/media/video/gspca/mr97310a.c
index f9da55b20fa3..30132513400c 100644
--- a/drivers/media/video/gspca/mr97310a.c
+++ b/drivers/media/video/gspca/mr97310a.c
@@ -321,6 +321,7 @@ static const struct sd_desc sd_desc = {
/* -- module initialisation -- */
static const __devinitdata struct usb_device_id device_table[] = {
{USB_DEVICE(0x08ca, 0x0111)},
+ {USB_DEVICE(0x093a, 0x010f)},
{}
};
MODULE_DEVICE_TABLE(usb, device_table);