[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] Enable config INPUT_EVDEV
On Tue, Jul 7, 2009 at 6:14 PM, Keir Fraser<keir.fraser@xxxxxxxxxxxxx> wrote: > On 07/07/2009 13:13, "Tej" <bewith.tej@xxxxxxxxx> wrote: > >> Further changing/adding config options we found that enabling >> INPUT_EVDEV, makes work everything. >> I am not sure about problem, but how about adding CONFIG_INPUT_EVDEV >> as "default y". (i have attached the patch also) >> >> comments???? > > You should submit patches to modify the defconfig files in the buildconfigs/ > directory. Don't change Kconfig files directly to change defaults. patch changes the defconfig to add CONFIG_INPUT_EVDEV as default 'y' in xen compilation with EXTRAVERSION = -xen0 and Arch x86_32/64. (patch is attached also) comments???? diff -r baeb818cd2dc buildconfigs/linux-defconfig_xen0_x86_32 --- a/buildconfigs/linux-defconfig_xen0_x86_32 Thu Jun 18 10:32:16 2009 +0100 +++ b/buildconfigs/linux-defconfig_xen0_x86_32 Tue Jul 14 20:59:41 2009 +0530 @@ -803,7 +803,7 @@ 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=y # CONFIG_INPUT_EVBUG is not set # diff -r baeb818cd2dc buildconfigs/linux-defconfig_xen0_x86_64 --- a/buildconfigs/linux-defconfig_xen0_x86_64 Thu Jun 18 10:32:16 2009 +0100 +++ b/buildconfigs/linux-defconfig_xen0_x86_64 Tue Jul 14 20:59:41 2009 +0530 @@ -754,7 +754,7 @@ 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=y # CONFIG_INPUT_EVBUG is not set # > > -- Keir > > > Attachment:
evdev_config.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |