|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Enable config INPUT_EVDEV
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.
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>
|
- [Xen-devel] [PATCH] Enable config INPUT_EVDEV,
Tej <=
|
|
|
|
|