Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f12b1ab authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab
Browse files

[media] gspca - topro: New subdriver for Topro webcams



This driver is based on Anders Blomdell's source proposed in april 2009.
It has been extended to handle the tp6810 bridge and the soi763a sensor.

Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 4274d84c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -200,6 +200,8 @@ gl860 05e3:0503 Genesys Logic PC Camera
gl860		05e3:f191	Genesys Logic PC Camera
spca561		060b:a001	Maxell Compact Pc PM3
zc3xx		0698:2003	CTX M730V built in
topro		06a2:0003	TP6800 PC Camera, CmoX CX0342 webcam
topro		06a2:6810	Creative Qmax
nw80x		06a5:0000	Typhoon Webcam 100 USB
nw80x		06a5:d001	Divio based webcams
nw80x		06a5:d800	Divio Chicony TwinkleCam, Trust SpaceCam
+10 −0
Original line number Diff line number Diff line
@@ -356,6 +356,16 @@ config USB_GSPCA_T613
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_t613.

config USB_GSPCA_TOPRO
	tristate "TOPRO USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the
	  TP6800 and TP6810 Topro chips.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_topro.

config USB_GSPCA_TV8532
	tristate "TV8532 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ obj-$(CONFIG_USB_GSPCA_SUNPLUS) += gspca_sunplus.o
obj-$(CONFIG_USB_GSPCA_STK014)   += gspca_stk014.o
obj-$(CONFIG_USB_GSPCA_STV0680)  += gspca_stv0680.o
obj-$(CONFIG_USB_GSPCA_T613)     += gspca_t613.o
obj-$(CONFIG_USB_GSPCA_TOPRO)    += gspca_topro.o
obj-$(CONFIG_USB_GSPCA_TV8532)   += gspca_tv8532.o
obj-$(CONFIG_USB_GSPCA_VC032X)   += gspca_vc032x.o
obj-$(CONFIG_USB_GSPCA_VICAM)    += gspca_vicam.o
@@ -78,6 +79,7 @@ gspca_stk014-objs := stk014.o
gspca_stv0680-objs  := stv0680.o
gspca_sunplus-objs  := sunplus.o
gspca_t613-objs     := t613.o
gspca_topro-objs    := topro.o
gspca_tv8532-objs   := tv8532.o
gspca_vc032x-objs   := vc032x.o
gspca_vicam-objs    := vicam.o
+4989 −0

File added.

Preview size limit exceeded, changes collapsed.