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

[Xen-devel] [PATCH] Enable config INPUT_EVDEV

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Enable config INPUT_EVDEV
From: Tej <bewith.tej@xxxxxxxxx>
Date: Tue, 7 Jul 2009 17:43:57 +0530
Cc: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Tue, 07 Jul 2009 05:14:21 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=0CNk3lT+hAV6HQphZWQIYysPDq6BgvZqkcpY8LB17FY=; b=uRGESPiyX5sI6HvYPu15YyIx9UsjYNFEs9sl85j4bpAWmlQ3QTxnsX7+UwbF0JXlc2 w/Y9BQDI2ScLn8EzxL7jZRhbtB2b4ilSi9JolNGWCPMkT+hK/zowmDfYduSVwT7rSWSr F22egnqQe14FzPZSNg0avrTd/SWpftgsbMWOA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=c5J/luFVdCUYXFL9rzuBSsAfRHNxz1FKUZXwatmXkio5jhjxiGL4NK3gbNdxFWF9gs 39RcGGh6rBYHESsmSaUHG7bSlrma6SCmGu7dT0RyMqkOSrY0hIYoweXgt0+/7/f2BAzt MQACdmZa/MDGiQjL2H50G9suWfrp1vzizKahs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Keir,

We (team) have tried Xen-3.4 stable and current unstable-dev branch on
number of Desktops. We have observed that on many desktops we can't
access keyboard (USB/Serial) and mouse after complete boot.

# lspci for one of such machine:
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory
Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ
Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2
EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC
Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family)
SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:05.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001
Gigabit Ethernet Controller (rev 13)

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????

--- a/drivers/input/Kconfig     Thu Jun 18 10:32:16 2009 +0100
+++ b/drivers/input/Kconfig     Tue Jul 07 23:09:13 2009 +0530
@@ -110,6 +110,7 @@

 config INPUT_EVDEV
        tristate "Event interface"
+       default y
        help
          Say Y here if you want your input device events be accessible
          under char device 13:64+ - /dev/input/eventX in a generic way.

Attachment: evdev.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>