Skip to content
Snippets Groups Projects
Commit c64fca15 authored by John Crispin's avatar John Crispin
Browse files

Missing kernel module entry for GSPCA driver for SE401 webcam

fixes #11505

SVN-Revision: 32030
parent 23eaea57
No related branches found
No related tags found
No related merge requests found
......@@ -306,6 +306,21 @@ endef
$(eval $(call KernelPackage,video-gspca-pac7311))
define KernelPackage/video-gspca-se401
TITLE:=se401 webcam support
KCONFIG:=CONFIG_USB_GSPCA_SE401
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_se401.ko
AUTOLOAD:=$(call AutoLoad,75,gspca_se401)
$(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-se401/description
The SE401 USB Camera Driver kernel module.
endef
$(eval $(call KernelPackage,video-gspca-se401))
define KernelPackage/video-gspca-sn9c20x
TITLE:=sn9c20x webcam support
KCONFIG:=CONFIG_USB_GSPCA_SN9C20X
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment