rpms/kernel/F-8 kernel.spec, 1.234, 1.235 linux-2.6-silence-noise.patch, 1.9, 1.10

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu Oct 18 20:38:50 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18616

Modified Files:
	kernel.spec linux-2.6-silence-noise.patch 
Log Message:
* Thu Oct 18 2007 Dave Jones <davej at redhat.com>
- SIlence i8042 'error' on imacs and such.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/kernel.spec,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- kernel.spec	18 Oct 2007 20:17:40 -0000	1.234
+++ kernel.spec	18 Oct 2007 20:38:15 -0000	1.235
@@ -1856,6 +1856,9 @@
 
 %changelog
 * Thu Oct 18 2007 Dave Jones <davej at redhat.com>
+- SIlence i8042 'error' on imacs and such.
+
+* Thu Oct 18 2007 Dave Jones <davej at redhat.com>
 - Disable polling before registering netdevice in e100.
 
 * Thu Oct 18 2007 John W. Linville <linville at redhat.com>

linux-2.6-silence-noise.patch:

Index: linux-2.6-silence-noise.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-silence-noise.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- linux-2.6-silence-noise.patch	13 Jul 2007 19:58:04 -0000	1.9
+++ linux-2.6-silence-noise.patch	18 Oct 2007 20:38:15 -0000	1.10
@@ -100,3 +100,20 @@
  	mutex_lock(&dpm_list_mtx);
  	dpm_sysfs_remove(dev);
  	list_del_init(&dev->power.entry);
+
+16:29 @   pjones| davej: btw, we should apply this patch and get it upstream:
+16:29 @   pjones| http://pastebin.ca/741573
+16:29 @   pjones| (because imacs and such don't have an i8042, so we get that message during quiet boot with them)
+16:29 @   pjones| (warning: not tested.  I'm working on the assumption that we see it because it's KERN_ERR )
+
+--- linux-2.6.23.noarch/drivers/input/serio/i8042.c~	2007-10-18 16:37:06.000000000 -0400
++++ linux-2.6.23.noarch/drivers/input/serio/i8042.c	2007-10-18 16:37:16.000000000 -0400
+@@ -684,7 +684,7 @@ static int __devinit i8042_check_aux(voi
+ static int i8042_controller_check(void)
+ {
+ 	if (i8042_flush() == I8042_BUFFER_SIZE) {
+-		printk(KERN_ERR "i8042.c: No controller found.\n");
++		printk(KERN_INFO "i8042.c: No controller found.\n");
+ 		return -ENODEV;
+ 	}
+ 




More information about the fedora-extras-commits mailing list