diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-27 18:57:02 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-27 18:57:02 +0000 |
commit | 1dfd43820e4ea15c6cfe80175da0d436bbce74c8 (patch) | |
tree | 74b974946088d99b793e1af34ecd9b02640990d0 /target | |
parent | 76389a5662973443eb024ca5ee452fa48c810fa4 (diff) |
Add support for USB HID (#1322)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7360 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 751f96d14..d1d8402b5 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 |