projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for USB HID (#1322)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
config-template
diff --git
a/target/linux/generic-2.6/config-template
b/target/linux/generic-2.6/config-template
index
751f96d
..
d1d8402
100644
(file)
--- a/
target/linux/generic-2.6/config-template
+++ b/
target/linux/generic-2.6/config-template
@@
-1356,7
+1356,10
@@
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EZUSB=y
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_GADGET is not set
CONFIG_USB_EZUSB=y
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_GADGET is not set
-# CONFIG_USB_HID is not set
+CONFIG_USB_HID=m
+# CONFIG_USB_HIDDEV is not set
+CONFIG_USB_HIDINPUT=y
+# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_ISP116X_HCD is not set
This page took
0.020173 seconds
and
4
git commands to generate.