summaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca/Makefile
diff options
context:
space:
mode:
authorJean-François Moine <moinejf@free.fr>2011-09-22 10:49:35 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-24 02:28:49 (GMT)
commit8f12b1ab2fac0edbc5d8ad64f962fe40662c5b72 (patch)
tree7af6a140f78fff6668acf5055cd4222fa449b8b1 /drivers/media/video/gspca/Makefile
parent4274d84ce801b763615152b276e2a341a30c3a82 (diff)
downloadlinux-8f12b1ab2fac0edbc5d8ad64f962fe40662c5b72.tar.xz
[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: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/Makefile')
-rw-r--r--drivers/media/video/gspca/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Makefile b/drivers/media/video/gspca/Makefile
index d6364a8..f345f49 100644
--- a/drivers/media/video/gspca/Makefile
+++ b/drivers/media/video/gspca/Makefile
@@ -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