parent
a2710a9eff
commit
8831f0da3a
2 changed files with 18 additions and 1 deletions
|
@ -332,6 +332,20 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,usb-net-asix))
|
$(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
|
define KernelPackage/usb-yealink
|
||||||
$(call usbdep,@LINUX_2_6)
|
$(call usbdep,@LINUX_2_6)
|
||||||
|
|
|
@ -1356,7 +1356,10 @@ CONFIG_USB_DEVICEFS=y
|
||||||
CONFIG_USB_EZUSB=y
|
CONFIG_USB_EZUSB=y
|
||||||
# CONFIG_USB_FTDI_ELAN is not set
|
# CONFIG_USB_FTDI_ELAN is not set
|
||||||
# CONFIG_USB_GADGET is not set
|
# CONFIG_USB_GADGET is not set
|
||||||
# CONFIG_USB_HID is not set
|
CONFIG_USB_HID=m
|
||||||
|
# CONFIG_USB_HIDDEV is not set
|
||||||
|
CONFIG_USB_HIDINPUT=y
|
||||||
|
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
|
||||||
# CONFIG_USB_IDMOUSE is not set
|
# CONFIG_USB_IDMOUSE is not set
|
||||||
# CONFIG_USB_IOWARRIOR is not set
|
# CONFIG_USB_IOWARRIOR is not set
|
||||||
# CONFIG_USB_ISP116X_HCD is not set
|
# CONFIG_USB_ISP116X_HCD is not set
|
||||||
|
|
Loading…
Reference in a new issue