mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
[media] gspca - sq905c: Adds the Lego Bionicle
This patch adds the Vendor:Product number of the Lego Bionicle camera to the existing gspca/sq905c.c and also a line for the camera in gspca.txt. The camera works "out of the box" with these small changes. So this is just in time for Christmas. Think of the children. Signed-off-by: Theodore Kilgore <kilgota@auburn.edu> Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
a19a5cd7b3
commit
634b477053
@ -366,6 +366,7 @@ t613 17a1:0128 TASCORP JPEG Webcam, NGS Cyclops
|
|||||||
vc032x 17ef:4802 Lenovo Vc0323+MI1310_SOC
|
vc032x 17ef:4802 Lenovo Vc0323+MI1310_SOC
|
||||||
pac207 2001:f115 D-Link DSB-C120
|
pac207 2001:f115 D-Link DSB-C120
|
||||||
sq905c 2770:9050 Disney pix micro (CIF)
|
sq905c 2770:9050 Disney pix micro (CIF)
|
||||||
|
sq905c 2770:9051 Lego Bionicle
|
||||||
sq905c 2770:9052 Disney pix micro 2 (VGA)
|
sq905c 2770:9052 Disney pix micro 2 (VGA)
|
||||||
sq905c 2770:905c All 11 known cameras with this ID
|
sq905c 2770:905c All 11 known cameras with this ID
|
||||||
sq905 2770:9120 All 24 known cameras with this ID
|
sq905 2770:9120 All 24 known cameras with this ID
|
||||||
|
@ -301,6 +301,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, 0x9051)},
|
||||||
{USB_DEVICE(0x2770, 0x9052)},
|
{USB_DEVICE(0x2770, 0x9052)},
|
||||||
{USB_DEVICE(0x2770, 0x913d)},
|
{USB_DEVICE(0x2770, 0x913d)},
|
||||||
{}
|
{}
|
||||||
|
Loading…
Reference in New Issue
Block a user