Browse Source

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 <[email protected]>

SVN-Revision: 36415
Jo-Philipp Wich 12 years ago
parent
commit
af30e5e6bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/input.mk

+ 1 - 1
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)