rpms/kernel/devel linux-2.6-ppc-iseries-input-layer.patch, NONE, 1.1 kernel-2.6.spec, 1.1824, 1.1825 linux-2.6-missing-exports.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 6 07:37:06 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26219

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-ppc-iseries-input-layer.patch 
Removed Files:
	linux-2.6-missing-exports.patch 
Log Message:
fix the iseries vs input layer nonsense.


linux-2.6-ppc-iseries-input-layer.patch:
 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE linux-2.6-ppc-iseries-input-layer.patch ---
iSeries has no keyboard, so it's valid to build a kernel with no input layer.
It seems a bit absurd to call one of these 'embedded'.

Signed-off-by: Dave Jones <davej at redhat.com>

--- linux-2.6.15/drivers/input/Kconfig~	2006-01-06 02:27:56.000000000 -0500
+++ linux-2.6.15/drivers/input/Kconfig	2006-01-06 02:28:08.000000000 -0500
@@ -5,7 +5,7 @@
 menu "Input device support"
 
 config INPUT
-	tristate "Generic input layer (needed for keyboard, mouse, ...)" if EMBEDDED
+	tristate "Generic input layer (needed for keyboard, mouse, ...)"
 	default y
 	---help---
 	  Say Y here if you have any input device (mouse, keyboard, tablet,


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1824
retrieving revision 1.1825
diff -u -r1.1824 -r1.1825
--- kernel-2.6.spec	6 Jan 2006 06:42:22 -0000	1.1824
+++ kernel-2.6.spec	6 Jan 2006 07:37:03 -0000	1.1825
@@ -241,6 +241,7 @@
 Patch314: linux-2.6-ppc-rtas-check.patch
 Patch315: linux-2.6-powerpc-parport.patch
 Patch316: linux-2.6-cell-iommu.patch
+Patch317: linux-2.6-ppc-iseries-input-layer.patch
 
 # 400 - 499   ia64
 Patch400: linux-2.6-ia64-spinlock-size.patch
@@ -350,7 +351,6 @@
 Patch1660: linux-2.6-input-usblegacy.patch
 Patch1670: linux-2.6-serial-tickle-nmi.patch
 Patch1671: linux-2.6-serial-nrports.patch
-Patch1680: linux-2.6-missing-exports.patch
 Patch1690: linux-2.6-radeon-backlight.patch
 Patch1700: linux-2.6-ide-tune-locking.patch
 Patch1710: linux-2.6-autofs-pathlookup.patch
@@ -677,6 +677,8 @@
 %patch315 -p1
 # Handle new Cell boards with >512MiB RAM
 %patch316 -p1
+# No input layer on iseries
+%patch317 -p1
 
 # IA64
 # Altix: Fix sn_flush_device_kernel & spinlock initialization
@@ -846,8 +848,6 @@
 %patch1670 -p1
 # Limit number of serial ports registered.
 %patch1671 -p1
-# Missing EXPORT_SYMBOL's
-%patch1680 -p1
 # Radeon on thinkpad backlight power-management goodness.
 %patch1690 -p1
 # Fix IDE locking bug.
@@ -1422,6 +1422,7 @@
 - power up pwc webcam by default
 - don't confuse wireless security lock as a mouse.
 - Hush some debug messages in w1 driver.
+- Disable input layer on iseries.
 
 * Thu Jan  5 2006 Dave Jones <davej at redhat.com>
 - Try to debug some negative pagecount errors.


--- linux-2.6-missing-exports.patch DELETED ---




More information about the fedora-cvs-commits mailing list