mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 18:41:06 +02:00
package/kernel: enable raw HID device support in kmod-usb-hid (closes: #7310)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22632 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9131e95168
commit
0f81e41098
@ -703,7 +703,7 @@ $(eval $(call KernelPackage,usb-net-rndis))
|
|||||||
|
|
||||||
define KernelPackage/usb-hid
|
define KernelPackage/usb-hid
|
||||||
TITLE:=Support for USB Human Input Devices
|
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
|
FILES:=$(LINUX_DIR)/drivers/$(USBHID_DIR)/usbhid.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,70,usbhid)
|
AUTOLOAD:=$(call AutoLoad,70,usbhid)
|
||||||
$(call AddDepends/usb)
|
$(call AddDepends/usb)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user