From: jow Date: Wed, 24 Apr 2013 09:49:09 +0000 (+0000) Subject: Enable hidraw support. X-Git-Tag: fast2504n-3.10.28-merged~2738 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=ad3dd3bf5c341de1ee850dd142128245bf5a66c6;hp=141c2b7c413d7f645766c300abe25ca54df47416;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36415 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)