SOURCES (LINUX_2_6): bootsplash-3.1.6-2.6.15.diff - up to 2.6.18
baggins
baggins at pld-linux.org
Wed Sep 20 18:41:32 CEST 2006
Author: baggins Date: Wed Sep 20 16:41:32 2006 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- up to 2.6.18
---- Files affected:
SOURCES:
bootsplash-3.1.6-2.6.15.diff (1.3 -> 1.3.4.1)
---- Diffs:
================================================================
Index: SOURCES/bootsplash-3.1.6-2.6.15.diff
diff -u SOURCES/bootsplash-3.1.6-2.6.15.diff:1.3 SOURCES/bootsplash-3.1.6-2.6.15.diff:1.3.4.1
--- SOURCES/bootsplash-3.1.6-2.6.15.diff:1.3 Fri Jul 7 13:35:25 2006
+++ SOURCES/bootsplash-3.1.6-2.6.15.diff Wed Sep 20 18:41:27 2006
@@ -16,7 +16,7 @@
+
#ifdef CONFIG_MAGIC_SYSRQ /* Handle the SysRq Hack */
if (keycode == KEY_SYSRQ && (sysrq_down || (down == 1 && sysrq_alt))) {
- sysrq_down = down;
+ if (!sysrq_down) {
diff -ruNp -X linux-2.6.15/Documentation/dontdiff linux-2.6.15/drivers/char/n_tty.c linux-2.6.15-VinX/drivers/char/n_tty.c
--- linux-2.6.15/drivers/char/n_tty.c 2006-01-03 04:21:10.000000000 +0100
+++ linux-2.6.15-VinX/drivers/char/n_tty.c 2006-01-05 01:17:07.000000000 +0100
@@ -93,8 +93,8 @@
obj-$(CONFIG_SYSFS) += backlight/
+obj-$(CONFIG_BOOTSPLASH) += bootsplash/
- obj-$(CONFIG_FB) += fb.o
- fb-y := fbmem.o fbmon.o fbcmap.o fbsysfs.o \
+ obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o
+ obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o
diff -ruNp -X linux-2.6.15/Documentation/dontdiff linux-2.6.15/drivers/video/bootsplash/Kconfig linux-2.6.15-VinX/drivers/video/bootsplash/Kconfig
--- linux-2.6.15/drivers/video/bootsplash/Kconfig 1970-01-01 01:00:00.000000000 +0100
+++ linux-2.6.15-VinX/drivers/video/bootsplash/Kconfig 2006-01-05 01:17:11.000000000 +0100
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/bootsplash-3.1.6-2.6.15.diff?r1=1.3&r2=1.3.4.1&f=u
More information about the pld-cvs-commit
mailing list