Add support for USB HID (#1322)

SVN-Revision: 7360
This commit is contained in:
Florian Fainelli
2007-05-27 18:57:02 +00:00
parent a2710a9eff
commit 8831f0da3a
2 changed files with 18 additions and 1 deletions

View File

@@ -332,6 +332,20 @@ endef
$(eval $(call KernelPackage,usb-net-asix))
define KernelPackage/usb-hid
$(call usbdep,@LINUX_2_6)
TITLE:=Support for USB Human Input Devices
DESCRIPTION:=Kernel support for USB HID devices such as keyboards and mice
KCONFIG:=$(CONFIG_USB_HID)
AUTOLOAD:=$(call AutoLoad,70,usbhid evdev)
endef
define KernelPackage/usb-hid/2.6
FILES:= \
$(LINUX_DIR)/drivers/usb/input/usbhid.ko \
$(LINUX_DIR)/drivers/input/evdev.ko
endef
$(eval $(call KernelPackage,usb-hid))
define KernelPackage/usb-yealink
$(call usbdep,@LINUX_2_6)