r963 - in trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7: config debian
Sven Luther
luther@haydn.debian.org
Mon, 02 Aug 2004 15:57:24 -0600
Author: luther
Date: 2004-08-02 15:57:21 -0600 (Mon, 02 Aug 2004)
New Revision: 963
Modified:
trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/config/common.stub
trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/debian/changelog
Log:
Enabled psaux compatiblity driver, since not having it will break 2.4/2.6
dual kernel installs, as well as current X configuration defaults.
Jens : i need to look at the patch from #263057 tomorrow.
Modified: trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/config/common.stub
===================================================================
--- trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/config/common.stub 2004-08-02 12:32:28 UTC (rev 962)
+++ trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/config/common.stub 2004-08-02 21:57:21 UTC (rev 963)
@@ -1094,10 +1094,10 @@
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
-# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
+CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
-# CONFIG_INPUT_MOUSEDEV_PSAUX_ENABLE is not set
+CONFIG_INPUT_MOUSEDEV_PSAUX_ENABLE=y
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_TSDEV=m
CONFIG_INPUT_TSDEV_SCREEN_X=240
Modified: trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/debian/changelog
===================================================================
--- trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/debian/changelog 2004-08-02 12:32:28 UTC (rev 962)
+++ trunk/kernel/powerpc/kernel-patch-powerpc-2.6.7-2.6.7/debian/changelog 2004-08-02 21:57:21 UTC (rev 963)
@@ -1,3 +1,13 @@
+kernel-patch-powerpc-2.6.7 (2.6.7-5) UNRELEASED; urgency=low
+
+ * Enabled psaux compatiblity driver, since not having it will break 2.4/2.6
+ dual kernel installs, as well as current X configuration defaults
+ (Sven Luther).
+ * TODO : add patch from : #263057 to solve breakage induced by binutils
+ 2.15-1 upload (Sven Luther)
+
+ -- Sven Luther <luther@debian.org> Mon, 2 Aug 2004 23:46:11 +0200
+
kernel-patch-powerpc-2.6.7 (2.6.7-4) unstable; urgency=low
* Built the Matrox framebuffer driver into the kernel again (closes: