rpms/kernel/devel patch-2.6.13-rc7-git3.bz2.sign, NONE, 1.1 .cvsignore, 1.208, 1.209 kernel-2.6.spec, 1.1521, 1.1522 linux-2.6-input-usblegacy.patch, 1.1, 1.2 sources, 1.152, 1.153 upstream, 1.141, 1.142 patch-2.6.13-rc6.bz2.sign, 1.1, NONE patch-2.6.13-rc7-git1.bz2.sign, 1.1, NONE patch-2.6.13-rc7-git2.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Aug 28 21:24:13 UTC 2005


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-input-usblegacy.patch 
	sources upstream 
Added Files:
	patch-2.6.13-rc7-git3.bz2.sign 
Removed Files:
	patch-2.6.13-rc6.bz2.sign patch-2.6.13-rc7-git1.bz2.sign 
	patch-2.6.13-rc7-git2.bz2.sign 
Log Message:
git3



--- NEW FILE patch-2.6.13-rc7-git3.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBDEYewyGugalF9Dw4RArXmAJ4xmEVR8LSjzI/KdIFVmIGgi2VoPgCfdiJj
nu/Gyrb+O4riVNjAyhjhf3U=
=yzrI
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- .cvsignore	27 Aug 2005 17:52:23 -0000	1.208
+++ .cvsignore	28 Aug 2005 21:24:09 -0000	1.209
@@ -9,3 +9,4 @@
 patch-2.6.13-rc7.bz2
 patch-2.6.13-rc7-git1.bz2
 patch-2.6.13-rc7-git2.bz2
+patch-2.6.13-rc7-git3.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1521
retrieving revision 1.1522
diff -u -r1.1521 -r1.1522
--- kernel-2.6.spec	28 Aug 2005 08:20:11 -0000	1.1521
+++ kernel-2.6.spec	28 Aug 2005 21:24:09 -0000	1.1522
@@ -215,7 +215,7 @@
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 Patch1: patch-2.6.13-rc7.bz2
-Patch2: patch-2.6.13-rc7-git2.bz2
+Patch2: patch-2.6.13-rc7-git3.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -1216,6 +1216,9 @@
 %endif
 
 %changelog
+* Sun Aug 28 2005 Dave Jones <davej at redhat.com>
+- 2.6.13-rc7-git3
+
 * Sat Aug 27 2005 Dave Jones <davej at redhat.com>
 - 2.6.13-rc7-git2
 

linux-2.6-input-usblegacy.patch:
 i8042.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)

Index: linux-2.6-input-usblegacy.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-input-usblegacy.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-input-usblegacy.patch	28 Aug 2005 07:07:01 -0000	1.1
+++ linux-2.6-input-usblegacy.patch	28 Aug 2005 21:24:09 -0000	1.2
@@ -2,18 +2,16 @@
 This patch is currently an experiment to see if its
 usb legacy that's causing the problem.
 
---- linux-2.6.12/drivers/input/serio/i8042.c~	2005-08-28 03:03:33.000000000 -0400
-+++ linux-2.6.12/drivers/input/serio/i8042.c	2005-08-28 03:05:10.000000000 -0400
-@@ -576,8 +576,11 @@ static int __init i8042_check_mux(void)
+--- linux-2.6.12/drivers/input/serio/i8042.c~	2005-08-28 17:17:55.000000000 -0400
++++ linux-2.6.12/drivers/input/serio/i8042.c	2005-08-28 17:19:42.000000000 -0400
+@@ -576,8 +576,10 @@ static int __init i8042_check_mux(void)
  
  	/* Workaround for interference with USB Legacy emulation */
  	/* that causes a v10.12 MUX to be found. */
 -	if (mux_version == 0xAC)
--		return -1;
 +	if (mux_version == 0xAC) {
-+		printk("USB legacy emulation enabled. If you have mouse/keyboard problems,");
-+		printk("try disabling this in your BIOS.\n");
-+		//return -1;
++		printk(KERN_INFO "i8042.c: MUX probe failed. USB legacy enabled in BIOS?\n");
+ 		return -1;
 +	}
  
  	printk(KERN_INFO "i8042.c: Detected active multiplexing controller, rev %d.%d.\n",


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- sources	27 Aug 2005 17:52:23 -0000	1.152
+++ sources	28 Aug 2005 21:24:09 -0000	1.153
@@ -1,3 +1,3 @@
 c5d2a1b62e1dad502c871bba267337d5  linux-2.6.12.tar.bz2
 abc48891a152e7feefa69b0db835a024  patch-2.6.13-rc7.bz2
-4cb2b68050a8a8fb69cc4e05fae7bee5  patch-2.6.13-rc7-git2.bz2
+75091f9429baa19402349828ee757e65  patch-2.6.13-rc7-git3.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- upstream	27 Aug 2005 17:52:23 -0000	1.141
+++ upstream	28 Aug 2005 21:24:09 -0000	1.142
@@ -1,3 +1,3 @@
 linux-2.6.12.tar.bz2
 patch-2.6.13-rc7.bz2
-patch-2.6.13-rc7-git2.bz2
+patch-2.6.13-rc7-git3.bz2


--- patch-2.6.13-rc6.bz2.sign DELETED ---


--- patch-2.6.13-rc7-git1.bz2.sign DELETED ---


--- patch-2.6.13-rc7-git2.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list