diff options
Diffstat (limited to 'packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch')
-rw-r--r-- | packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch b/packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch index e69de29bb2..c4f7758b3c 100644 --- a/packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch +++ b/packages/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]; |