Jaunty config changes: Build in INPUT EVDEV

Tim Gardner timg at tpi.com
Mon Dec 22 22:49:32 UTC 2008


>From c8c2b5602d4e6a981e3d97676146d58fcf757f6c Mon Sep 17 00:00:00 2001
From: Tim Gardner <tim.gardner at canonical.com>
Date: Mon, 22 Dec 2008 13:46:04 -0700
Subject: [PATCH] UBUNTU: Build in INPUT EVDEV

Signed-off-by: Tim Gardner <tim.gardner at canonical.com>
---
 debian/config/amd64/config       |    2 +-
 debian/config/i386/config        |    2 +-
 debian/d-i/modules/mouse-modules |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/config/amd64/config b/debian/config/amd64/config
index 077ba81..282e29a 100644
--- a/debian/config/amd64/config
+++ b/debian/config/amd64/config
@@ -1266,7 +1266,7 @@ CONFIG_INPUT_ATI_REMOTE2=m
 CONFIG_INPUT_ATLAS_BTNS=m
 CONFIG_INPUT_CM109=m
 CONFIG_INPUT_EVBUG=m
-CONFIG_INPUT_EVDEV=m
+CONFIG_INPUT_EVDEV=y
 CONFIG_INPUT_FF_MEMLESS=m
 CONFIG_INPUT_JOYDEV=m
 CONFIG_INPUT_JOYSTICK=y
diff --git a/debian/config/i386/config b/debian/config/i386/config
index 6df4eda..2ebbcd3 100644
--- a/debian/config/i386/config
+++ b/debian/config/i386/config
@@ -1341,7 +1341,7 @@ CONFIG_INPUT_ATI_REMOTE2=m
 CONFIG_INPUT_ATLAS_BTNS=m
 CONFIG_INPUT_CM109=m
 CONFIG_INPUT_EVBUG=m
-CONFIG_INPUT_EVDEV=m
+CONFIG_INPUT_EVDEV=y
 CONFIG_INPUT_FF_MEMLESS=m
 CONFIG_INPUT_JOYDEV=m
 CONFIG_INPUT_JOYSTICK=y
diff --git a/debian/d-i/modules/mouse-modules b/debian/d-i/modules/mouse-modules
index 006510b..044b917 100644
--- a/debian/d-i/modules/mouse-modules
+++ b/debian/d-i/modules/mouse-modules
@@ -1,3 +1,2 @@
-evdev
 psmouse
 usbmouse ?
-- 
1.5.6.3





More information about the kernel-team mailing list