diff options
author | Rene Wagner <rw@handhelds.org> | 2004-12-05 22:13:42 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-12-05 22:13:42 +0000 |
commit | 8851b2c1ac998264a1e0000862930b27be81849b (patch) | |
tree | 757141596d9b6d4c91c166c001785db250de0914 /linux/openslug-kernel-2.6.9 | |
parent | 66f2442b8dde8d7bbff6307c1c65e841845fc909 (diff) |
openslug-kernel: Enable modules for USB HID support and evdev in defconfig. Patch courtesy of Micah Dowty.
BKrev: 41b388165VfIBSMeX0S-ryNhIbVEaw
Diffstat (limited to 'linux/openslug-kernel-2.6.9')
-rw-r--r-- | linux/openslug-kernel-2.6.9/defconfig | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/linux/openslug-kernel-2.6.9/defconfig b/linux/openslug-kernel-2.6.9/defconfig index 8bbf20ebfb..d989892ba0 100644 --- a/linux/openslug-kernel-2.6.9/defconfig +++ b/linux/openslug-kernel-2.6.9/defconfig @@ -607,7 +607,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_TSDEV is not set -# CONFIG_INPUT_EVDEV is not set +CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_EVBUG is not set # @@ -949,7 +949,21 @@ CONFIG_USB_STORAGE=m # # USB Human Interface Devices (HID) # -# CONFIG_USB_HID is not set +CONFIG_USB_HID=m +CONFIG_USB_HIDINPUT=y +CONFIG_HID_FF=y +CONFIG_HID_PID=y +CONFIG_LOGITECH_FF=y +CONFIG_THRUSTMASTER_FF=y +CONFIG_USB_HIDDEV=y +# CONFIG_USB_AIPTEK is not set +# CONFIG_USB_WACOM is not set +# CONFIG_USB_KBTAB is not set +# CONFIG_USB_POWERMATE is not set +# CONFIG_USB_MTOUCH is not set +# CONFIG_USB_EGALAX is not set +# CONFIG_USB_XPAD is not set +# CONFIG_USB_ATI_REMOTE is not set # # USB HID Boot Protocol drivers |