V4L/DVB: gspca_sq905c: Add an additional USB-ID

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>
This commit is contained in:
Hans de Goede 2010-01-17 10:42:55 -03:00 committed by Mauro Carvalho Chehab
parent c260fe936d
commit eb90069051
1 changed files with 1 additions and 0 deletions

View File

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