Commit c91256c2 authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab

V4L/DVB (8371): gspca: Webcam 08ca:2050 added.

Signed-off-by: default avatarJean-Francois Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 100f7f2a
...@@ -46,6 +46,7 @@ sonixj 045e:00f5 MicroSoft VX3000 ...@@ -46,6 +46,7 @@ sonixj 045e:00f5 MicroSoft VX3000
sonixj 045e:00f7 MicroSoft VX1000 sonixj 045e:00f7 MicroSoft VX1000
ov519 045e:028c Micro$oft xbox cam ov519 045e:028c Micro$oft xbox cam
spca508 0461:0815 Micro Innovation IC200 spca508 0461:0815 Micro Innovation IC200
sunplus 0461:0821 Fujifilm MV-1
zc3xx 0461:0a00 MicroInnovation WebCam320 zc3xx 0461:0a00 MicroInnovation WebCam320
spca500 046d:0890 Logitech QuickCam traveler spca500 046d:0890 Logitech QuickCam traveler
vc032x 046d:0892 Logitech Orbicam vc032x 046d:0892 Logitech Orbicam
...@@ -169,6 +170,7 @@ sunplus 08ca:2024 Aiptek DV3500 Mpeg4 ...@@ -169,6 +170,7 @@ sunplus 08ca:2024 Aiptek DV3500 Mpeg4
sunplus 08ca:2028 Aiptek PocketCam4M sunplus 08ca:2028 Aiptek PocketCam4M
sunplus 08ca:2040 Aiptek PocketDV4100M sunplus 08ca:2040 Aiptek PocketDV4100M
sunplus 08ca:2042 Aiptek PocketDV5100 sunplus 08ca:2042 Aiptek PocketDV5100
sunplus 08ca:2050 Medion MD 41437
sunplus 08ca:2060 Aiptek PocketDV5300 sunplus 08ca:2060 Aiptek PocketDV5300
tv8532 0923:010f ICM532 cams tv8532 0923:010f ICM532 cams
mars 093a:050f Mars-Semi Pc-Camera mars 093a:050f Mars-Semi Pc-Camera
......
...@@ -1008,6 +1008,7 @@ static int sd_config(struct gspca_dev *gspca_dev, ...@@ -1008,6 +1008,7 @@ static int sd_config(struct gspca_dev *gspca_dev,
break; break;
case 0x2040: case 0x2040:
case 0x2042: case 0x2042:
case 0x2050:
case 0x2060: case 0x2060:
sd->bridge = BRIDGE_SPCA536; sd->bridge = BRIDGE_SPCA536;
break; break;
...@@ -1636,6 +1637,7 @@ static const __devinitdata struct usb_device_id device_table[] = { ...@@ -1636,6 +1637,7 @@ static const __devinitdata struct usb_device_id device_table[] = {
{USB_DEVICE(0x08ca, 0x2028), DVNM("Aiptek PocketCam4M")}, {USB_DEVICE(0x08ca, 0x2028), DVNM("Aiptek PocketCam4M")},
{USB_DEVICE(0x08ca, 0x2040), DVNM("Aiptek PocketDV4100M")}, {USB_DEVICE(0x08ca, 0x2040), DVNM("Aiptek PocketDV4100M")},
{USB_DEVICE(0x08ca, 0x2042), DVNM("Aiptek PocketDV5100")}, {USB_DEVICE(0x08ca, 0x2042), DVNM("Aiptek PocketDV5100")},
{USB_DEVICE(0x08ca, 0x2050), DVNM("Medion MD 41437")},
{USB_DEVICE(0x08ca, 0x2060), DVNM("Aiptek PocketDV5300")}, {USB_DEVICE(0x08ca, 0x2060), DVNM("Aiptek PocketDV5300")},
{USB_DEVICE(0x0d64, 0x0303), DVNM("Sunplus FashionCam DXG")}, {USB_DEVICE(0x0d64, 0x0303), DVNM("Sunplus FashionCam DXG")},
{} {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment