diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-21 13:05:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-21 13:05:13 +0000 |
commit | cd56b5255ccb5ab66118ca9cc6acab01921cd9fb (patch) | |
tree | 36654cd50f4e11087b15be6f2b57e82ea6bd1d75 /package/kernel | |
parent | 0ce1d4773c0dac05f923c615ede9bf3f3b149c6d (diff) | |
download | upstream-cd56b5255ccb5ab66118ca9cc6acab01921cd9fb.tar.gz upstream-cd56b5255ccb5ab66118ca9cc6acab01921cd9fb.tar.bz2 upstream-cd56b5255ccb5ab66118ca9cc6acab01921cd9fb.zip |
add support Konica based USB video devices
SVN-Revision: 8913
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/video.mk | 17 |
1 files changed, 17 insertions, 0 deletions
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 |