mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
Enable hidraw support.
It's needed for dealing with certain UART-to-USB adapters built into e.g. weather stations, and increases the hid module package only slightly (e.g. on ar71xx: 35k -> 37k). Signed-off-by: Danny Baumann <dannybaumann@web.de> SVN-Revision: 36415
This commit is contained in:
parent
2cea3d3949
commit
af30e5e6bb
@ -10,7 +10,7 @@ INPUT_MODULES_MENU:=Input modules
|
|||||||
define KernelPackage/hid
|
define KernelPackage/hid
|
||||||
SUBMENU:=$(INPUT_MODULES_MENU)
|
SUBMENU:=$(INPUT_MODULES_MENU)
|
||||||
TITLE:=HID Devices
|
TITLE:=HID Devices
|
||||||
KCONFIG:=CONFIG_HID
|
KCONFIG:=CONFIG_HID CONFIG_HIDRAW=y
|
||||||
FILES:=$(LINUX_DIR)/drivers/hid/hid.ko
|
FILES:=$(LINUX_DIR)/drivers/hid/hid.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,61,hid)
|
AUTOLOAD:=$(call AutoLoad,61,hid)
|
||||||
$(call AddDepends/input,+kmod-input-evdev)
|
$(call AddDepends/input,+kmod-input-evdev)
|
||||||
|
Loading…
Reference in New Issue
Block a user