mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-03 21:24:06 +02:00
add support Konica based USB video devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8913 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2b8d2f49fe
commit
257cd3579f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user