mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (13815): gspca - sunplus: Add webcam 052b:1507.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
971e8298de
commit
d41592a2a2
|
@ -142,6 +142,7 @@ sunplus 04fc:5360 Sunplus Generic
|
||||||
spca500 04fc:7333 PalmPixDC85
|
spca500 04fc:7333 PalmPixDC85
|
||||||
sunplus 04fc:ffff Pure DigitalDakota
|
sunplus 04fc:ffff Pure DigitalDakota
|
||||||
spca501 0506:00df 3Com HomeConnect Lite
|
spca501 0506:00df 3Com HomeConnect Lite
|
||||||
|
sunplus 052b:1507 Megapixel 5 Pretec DC-1007
|
||||||
sunplus 052b:1513 Megapix V4
|
sunplus 052b:1513 Megapix V4
|
||||||
sunplus 052b:1803 MegaImage VI
|
sunplus 052b:1803 MegaImage VI
|
||||||
tv8532 0545:808b Veo Stingray
|
tv8532 0545:808b Veo Stingray
|
||||||
|
|
|
@ -1336,6 +1336,7 @@ static const __devinitdata struct usb_device_id device_table[] = {
|
||||||
{USB_DEVICE(0x04fc, 0x5330), BS(SPCA533, 0)},
|
{USB_DEVICE(0x04fc, 0x5330), BS(SPCA533, 0)},
|
||||||
{USB_DEVICE(0x04fc, 0x5360), BS(SPCA536, 0)},
|
{USB_DEVICE(0x04fc, 0x5360), BS(SPCA536, 0)},
|
||||||
{USB_DEVICE(0x04fc, 0xffff), BS(SPCA504B, 0)},
|
{USB_DEVICE(0x04fc, 0xffff), BS(SPCA504B, 0)},
|
||||||
|
{USB_DEVICE(0x052b, 0x1507), BS(SPCA533, MegapixV4)},
|
||||||
{USB_DEVICE(0x052b, 0x1513), BS(SPCA533, MegapixV4)},
|
{USB_DEVICE(0x052b, 0x1513), BS(SPCA533, MegapixV4)},
|
||||||
{USB_DEVICE(0x052b, 0x1803), BS(SPCA533, MegaImageVI)},
|
{USB_DEVICE(0x052b, 0x1803), BS(SPCA533, MegaImageVI)},
|
||||||
{USB_DEVICE(0x0546, 0x3155), BS(SPCA533, 0)},
|
{USB_DEVICE(0x0546, 0x3155), BS(SPCA533, 0)},
|
||||||
|
|
Loading…
Reference in New Issue