diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-24 09:49:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-24 09:49:09 +0000 |
commit | c8635ed84255526e584246b26e36b45e7850def3 (patch) | |
tree | 1ad81914f97b731c204888be7689863526ed7a8f /package | |
parent | 5926acc6574192790bbaaec4dab6956dad1a5dbf (diff) | |
download | upstream-c8635ed84255526e584246b26e36b45e7850def3.tar.gz upstream-c8635ed84255526e584246b26e36b45e7850def3.tar.bz2 upstream-c8635ed84255526e584246b26e36b45e7850def3.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36415 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/input.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/input.mk b/package/kernel/modules/input.mk index 89575ae783..db31eb7f91 100644 --- a/package/kernel/modules/input.mk +++ b/package/kernel/modules/input.mk @@ -10,7 +10,7 @@ INPUT_MODULES_MENU:=Input modules define KernelPackage/hid SUBMENU:=$(INPUT_MODULES_MENU) TITLE:=HID Devices - KCONFIG:=CONFIG_HID + KCONFIG:=CONFIG_HID CONFIG_HIDRAW=y FILES:=$(LINUX_DIR)/drivers/hid/hid.ko AUTOLOAD:=$(call AutoLoad,61,hid) $(call AddDepends/input,+kmod-input-evdev) |