V4L/DVB: gspca_sq905c: Add an additional USB-ID
authorHans de Goede <hdegoede@redhat.com>
Sun, 17 Jan 2010 13:42:55 +0000 (10:42 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:11:07 +0000 (15:11 -0300)
gspca_sq905c: Add an additional USB-ID

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/sq905c.c

index 6c7d271..e646620 100644 (file)
@@ -300,6 +300,7 @@ static int sd_start(struct gspca_dev *gspca_dev)
 static const __devinitdata struct usb_device_id device_table[] = {
        {USB_DEVICE(0x2770, 0x905c)},
        {USB_DEVICE(0x2770, 0x9050)},
+       {USB_DEVICE(0x2770, 0x9052)},
        {USB_DEVICE(0x2770, 0x913d)},
        {}
 };