package/kernel: enable raw HID device support in kmod-usb-hid (closes: #7310)
SVN-Revision: 22632
This commit is contained in:
parent
9aef272f4a
commit
99a3935f4d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue