aboutsummaryrefslogtreecommitdiffstats
path: root/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch')
-rw-r--r--linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch
index e69de29bb2..c4f7758b3c 100644
--- a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch
+++ b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch
@@ -0,0 +1,18 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- linux-2.4.25/drivers/video/fbcon.c~scrolling-area.patch 2003-08-25 13:44:42.000000000 +0200
++++ linux-2.4.25/drivers/video/fbcon.c 2004-03-31 17:15:13.000000000 +0200
+@@ -110,8 +110,8 @@
+ # define DPRINTK(fmt, args...)
+ #endif
+
+-#define LOGO_H 80
+-#define LOGO_W 80
++#define LOGO_H 400
++#define LOGO_W 800
+ #define LOGO_LINE (LOGO_W/8)
+
+ struct display fb_display[MAX_NR_CONSOLES];