Commit 7cc42d9f authored by John McMaster's avatar John McMaster Committed by Mauro Carvalho Chehab

[media] gspca_touptek: Add support for ToupTek UCMOS series USB cameras

Adds support for AmScope MU800 / ToupTek UCMOS08000KPB USB microscope camera.
Signed-off-by: default avatarJohn McMaster <johndmcmaster@gmail.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent afad4dd5
...@@ -395,6 +395,16 @@ config USB_GSPCA_TOPRO ...@@ -395,6 +395,16 @@ config USB_GSPCA_TOPRO
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called gspca_topro. module will be called gspca_topro.
config USB_GSPCA_TOUPTEK
tristate "Touptek USB Camera Driver"
depends on VIDEO_V4L2 && USB_GSPCA
help
Say Y here if you want support for cameras based on the ToupTek UCMOS
/ AmScope MU series camera.
To compile this driver as a module, choose M here: the
module will be called gspca_touptek.
config USB_GSPCA_TV8532 config USB_GSPCA_TV8532
tristate "TV8532 USB Camera Driver" tristate "TV8532 USB Camera Driver"
depends on VIDEO_V4L2 && USB_GSPCA depends on VIDEO_V4L2 && USB_GSPCA
......
...@@ -39,6 +39,7 @@ obj-$(CONFIG_USB_GSPCA_STK1135) += gspca_stk1135.o ...@@ -39,6 +39,7 @@ obj-$(CONFIG_USB_GSPCA_STK1135) += gspca_stk1135.o
obj-$(CONFIG_USB_GSPCA_STV0680) += gspca_stv0680.o obj-$(CONFIG_USB_GSPCA_STV0680) += gspca_stv0680.o
obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o obj-$(CONFIG_USB_GSPCA_T613) += gspca_t613.o
obj-$(CONFIG_USB_GSPCA_TOPRO) += gspca_topro.o obj-$(CONFIG_USB_GSPCA_TOPRO) += gspca_topro.o
obj-$(CONFIG_USB_GSPCA_TOUPTEK) += gspca_touptek.o
obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o obj-$(CONFIG_USB_GSPCA_TV8532) += gspca_tv8532.o
obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o obj-$(CONFIG_USB_GSPCA_VC032X) += gspca_vc032x.o
obj-$(CONFIG_USB_GSPCA_VICAM) += gspca_vicam.o obj-$(CONFIG_USB_GSPCA_VICAM) += gspca_vicam.o
...@@ -86,6 +87,7 @@ gspca_stv0680-objs := stv0680.o ...@@ -86,6 +87,7 @@ gspca_stv0680-objs := stv0680.o
gspca_sunplus-objs := sunplus.o gspca_sunplus-objs := sunplus.o
gspca_t613-objs := t613.o gspca_t613-objs := t613.o
gspca_topro-objs := topro.o gspca_topro-objs := topro.o
gspca_touptek-objs := touptek.o
gspca_tv8532-objs := tv8532.o gspca_tv8532-objs := tv8532.o
gspca_vc032x-objs := vc032x.o gspca_vc032x-objs := vc032x.o
gspca_vicam-objs := vicam.o gspca_vicam-objs := vicam.o
......
This diff is collapsed.
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