From: Rod Whitby Date: Thu, 28 Jul 2005 09:03:04 +0000 (+0000) Subject: Added INPUT_EVDEV and USB_KBD modules to OpenSlug kernel X-Git-Tag: Release-2010-05/1~9453^2~4005^2~34 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=674e06dc8d789e81f2617c0d06c6c83a8c0c3206;p=openembedded.git Added INPUT_EVDEV and USB_KBD modules to OpenSlug kernel --- diff --git a/packages/linux/nslu2-kernel_2.6.12.2.bb b/packages/linux/nslu2-kernel_2.6.12.2.bb index d72015c29a..e87b612172 100644 --- a/packages/linux/nslu2-kernel_2.6.12.2.bb +++ b/packages/linux/nslu2-kernel_2.6.12.2.bb @@ -1,5 +1,5 @@ # Kernel for NSLU2 -PR = "r4" +PR = "r5" include nslu2-kernel.inc # N2K_EXTRA_PATCHES - list of patches to apply (can include diff --git a/packages/linux/openslug-kernel-2.6.12.2/defconfig b/packages/linux/openslug-kernel-2.6.12.2/defconfig index ba3744e2f5..fef846fe33 100644 --- a/packages/linux/openslug-kernel-2.6.12.2/defconfig +++ b/packages/linux/openslug-kernel-2.6.12.2/defconfig @@ -626,7 +626,7 @@ CONFIG_INPUT=m CONFIG_INPUT_MOUSEDEV=n # 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 # @@ -929,7 +929,7 @@ CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # -# CONFIG_USB_KBD is not set +CONFIG_USB_KBD=m # CONFIG_USB_MOUSE is not set # CONFIG_USB_AIPTEK is not set # CONFIG_USB_WACOM is not set