mirror of https://github.com/hak5/openwrt-owl.git
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: 40932owl
parent
a171eb4e4f
commit
b61c6fee71
|
@ -1260,7 +1260,7 @@ define KernelPackage/usb-hid
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(USBHID_DIR)/usbhid.ko
|
FILES:=$(LINUX_DIR)/drivers/$(USBHID_DIR)/usbhid.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,usbhid)
|
AUTOLOAD:=$(call AutoProbe,usbhid)
|
||||||
$(call AddDepends/usb)
|
$(call AddDepends/usb)
|
||||||
$(call AddDepends/hid)
|
$(call AddDepends/hid,+kmod-hid-generic)
|
||||||
$(call AddDepends/input,+kmod-input-evdev)
|
$(call AddDepends/input,+kmod-input-evdev)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue