diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-27 18:57:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-27 18:57:02 +0000 |
commit | 8831f0da3a5e331743e45b4ea3f8a6ea3da4194a (patch) | |
tree | 335bb648ca1cdff399c011fb6480ab56379deb19 /target | |
parent | a2710a9eff4e127bdcd920426a9a575c96e3bcf9 (diff) | |
download | upstream-8831f0da3a5e331743e45b4ea3f8a6ea3da4194a.tar.gz upstream-8831f0da3a5e331743e45b4ea3f8a6ea3da4194a.tar.bz2 upstream-8831f0da3a5e331743e45b4ea3f8a6ea3da4194a.zip |
Add support for USB HID (#1322)
SVN-Revision: 7360
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-template | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-template b/target/linux/generic-2.6/config-template index 751f96d149..d1d8402b50 100644 --- 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_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 |