packages (Titanium): kernel-desktop/kernel-desktop-bootsplash.patch - updat...
shadzik
shadzik at pld-linux.org
Mon Aug 2 11:28:32 CEST 2010
Author: shadzik Date: Mon Aug 2 09:28:32 2010 GMT
Module: packages Tag: Titanium
---- Log message:
- updated for 2.6.35
---- Files affected:
packages/kernel-desktop:
kernel-desktop-bootsplash.patch (1.3.2.2 -> 1.3.2.3)
---- Diffs:
================================================================
Index: packages/kernel-desktop/kernel-desktop-bootsplash.patch
diff -u packages/kernel-desktop/kernel-desktop-bootsplash.patch:1.3.2.2 packages/kernel-desktop/kernel-desktop-bootsplash.patch:1.3.2.3
--- packages/kernel-desktop/kernel-desktop-bootsplash.patch:1.3.2.2 Fri Sep 11 03:04:36 2009
+++ packages/kernel-desktop/kernel-desktop-bootsplash.patch Mon Aug 2 11:28:27 2010
@@ -1,22 +1,3 @@
-diff -Nur linux-2.6.27.orig/drivers/char/keyboard.c linux-2.6.27/drivers/char/keyboard.c
---- linux-2.6.27.orig/drivers/char/keyboard.c 2008-10-10 00:13:53.000000000 +0200
-+++ linux-2.6.27/drivers/char/keyboard.c 2009-03-10 03:32:23.487449249 +0100
-@@ -1180,6 +1180,15 @@
- if (keycode < BTN_MISC && printk_ratelimit())
- printk(KERN_WARNING "keyboard.c: can't emulate rawmode for keycode %d\n", keycode);
-
-+#ifdef CONFIG_BOOTSPLASH
-+ /* This code has to be redone for some non-x86 platforms */
-+ if (down == 1 && (keycode == 0x3c || keycode == 0x01)) { /* F2 and ESC on PC keyboard */
-+ extern int splash_verbose(void);
-+ if (splash_verbose())
-+ return;
-+ }
-+#endif
-+
- #ifdef CONFIG_MAGIC_SYSRQ /* Handle the SysRq Hack */
- if (keycode == KEY_SYSRQ && (sysrq_down || (down == 1 && sysrq_alt))) {
- if (!sysrq_down) {
diff -Nur linux-2.6.27.orig/drivers/char/n_tty.c linux-2.6.27/drivers/char/n_tty.c
--- linux-2.6.27.orig/drivers/char/n_tty.c 2008-10-10 00:13:53.000000000 +0200
+++ linux-2.6.27/drivers/char/n_tty.c 2009-03-10 03:32:23.487449249 +0100
@@ -2794,3 +2775,20 @@
/* we need the PCI or similiar aperture base/size not
smem_start/size as smem_start may just be an object
allocated inside the aperture so may not actually overlap */
+--- linux-2.6.35/drivers/char/keyboard.c.orig 2010-08-02 00:11:14.000000000 +0200
++++ linux-2.6.35/drivers/char/keyboard.c 2010-08-02 11:24:48.421352314 +0200
+@@ -1184,6 +1184,14 @@
+ if (keycode < BTN_MISC && printk_ratelimit())
+ pr_warning("can't emulate rawmode for keycode %d\n",
+ keycode);
++#ifdef CONFIG_BOOTSPLASH
++ /* This code has to be redone for some non-x86 platforms */
++ if (down == 1 && (keycode == 0x3c || keycode == 0x01)) { /* F2 and ESC on PC keyboard */
++ extern int splash_verbose(void);
++ if (splash_verbose())
++ return;
++ }
++#endif
+
+ #ifdef CONFIG_SPARC
+ if (keycode == KEY_A && sparc_l1_a_state) {
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-desktop/kernel-desktop-bootsplash.patch?r1=1.3.2.2&r2=1.3.2.3&f=u
More information about the pld-cvs-commit
mailing list