package/kernel: enable raw HID device support in kmod-usb-hid (closes: #7310)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Aug 2010 08:59:51 +0000 (08:59 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Aug 2010 08:59:51 +0000 (08:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22632 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/usb.mk

index 89b00e3..e47e084 100644 (file)
@@ -703,7 +703,7 @@ $(eval $(call KernelPackage,usb-net-rndis))
 
 define KernelPackage/usb-hid
   TITLE:=Support for USB Human Input Devices
-  KCONFIG:=CONFIG_HID_SUPPORT=y CONFIG_USB_HID
+  KCONFIG:=CONFIG_HID_SUPPORT=y CONFIG_USB_HID CONFIG_USB_HIDDEV=y
   FILES:=$(LINUX_DIR)/drivers/$(USBHID_DIR)/usbhid.ko
   AUTOLOAD:=$(call AutoLoad,70,usbhid)
   $(call AddDepends/usb)
This page took 0.022256 seconds and 4 git commands to generate.