kernel: Enable kmod-hid-generic driver when selecting usb-hid

kmod-hid-generic needs to be selected when enabling usb-hid in order to get generic devices working.

This fixes keyboards support in linux 3.3+ kernels.
https://dev.openwrt.org/ticket/12631
https://dev.openwrt.org/ticket/12686

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 40932
owl
John Crispin 2014-06-02 12:44:33 +00:00
parent a171eb4e4f
commit b61c6fee71
1 changed files with 1 additions and 1 deletions

View File

@ -1260,7 +1260,7 @@ define KernelPackage/usb-hid
FILES:=$(LINUX_DIR)/drivers/$(USBHID_DIR)/usbhid.ko
AUTOLOAD:=$(call AutoProbe,usbhid)
$(call AddDepends/usb)
$(call AddDepends/hid)
$(call AddDepends/hid,+kmod-hid-generic)
$(call AddDepends/input,+kmod-input-evdev)
endef