From: Nicolas Thill Date: Fri, 21 Sep 2007 13:05:13 +0000 (+0000) Subject: add support Konica based USB video devices X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=9fe837edc98c76b45f02324ace9a7d8e24d33a7f add support Konica based USB video devices SVN-Revision: 8913 --- diff --git a/package/kernel/modules/video.mk b/package/kernel/modules/video.mk index 838c4c5f62..311e5387c6 100644 --- a/package/kernel/modules/video.mk +++ b/package/kernel/modules/video.mk @@ -61,6 +61,23 @@ endef $(eval $(call KernelPackage,video-cpia2)) +define KernelPackage/video-konica + SUBMENU:=$(VIDEO_MENU) + TITLE:=Konica USB webcam support + DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-video kmod-video-core + KCONFIG:=CONFIG_USB_KONICAWC + FILES:=$(LINUX_DIR)/drivers/media/video/usbvideo/konicawc.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,70,konicawc) +endef + +define KernelPackage/video-konica/description + Kernel support for webcams based on a Konica chipset. This is known to + work with the Intel YC76 webcam. +endef + +$(eval $(call KernelPackage,video-konica)) + + define KernelPackage/video-pwc SUBMENU:=$(VIDEO_MENU) TITLE:=Philips USB webcam support