WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] Enable config INPUT_EVDEV

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] Enable config INPUT_EVDEV
From: Tej <bewith.tej@xxxxxxxxx>
Date: Tue, 14 Jul 2009 21:11:00 +0530
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 14 Jul 2009 08:41:28 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ov7yfcLceRuwIaqUJwL2lrtPIuB8Z6/3AEtskU8CK0g=; b=I2+Ubq853rJj9JD708uej00LzjcCBQIQgDWCS9vKnBu0ZQpNP1SgCdIIJsj3sd+8rx s1Lq8/TFS8L2wN951rcf3WBsvEz1RxajoWP/M4+K/oIlEab/uSN2CrCP8iyR8cZiHnfp BIGwV5zC/gxzp3tCskhVl1GTZT3iugzKNHXwQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dWLZzipvm1zAeeUUFQe51kU5lRAnDzYtiBvLQZTN4HelKAC9/7kXRWZo4oj+B8dCk9 5j3cuk4tWKaC84gw3ZGl0RFEQMH1sM3hZHs5twg3h4TMjka/Jn2Kw+CkykX9DwG1c7JW iDtmDyNRByds7x6ZedsaViWwvwWHYs8CYgto8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <C67901CB.8A49%keir.fraser@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <f1c9d250907070513n3862ae1fp1ef87419b1ba651@xxxxxxxxxxxxxx> <C67901CB.8A49%keir.fraser@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>