endef
define KernelPackage/videodev/2.6
- AUTOLOAD:=$(call AutoLoad,60,v4l2-common v4l1-compat videodev)
+ AUTOLOAD:=$(call AutoLoad,60,v4l2-common v4l1-compat compat_ioctl32 videodev)
endef
$(eval $(call KernelPackage,videodev))
define KernelPackage/input-evdev
TITLE:=Input even device
DESCRIPTION:=Kernel modules for support of input device events
+ DEPENDS:=+kmod-input-core
SUBMENU:=$(EMENU)
KCONFIG:=$(CONFIG_INPUT_EVDEV)
FILES:=$(LINUX_DIR)/drivers/input/evdev.$(LINUX_KMOD_SUFFIX)