diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 15:52:42 +0000 |
commit | 26e3776a22bf894ced5af4c28968dc1dc99968eb (patch) | |
tree | 2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.26/1129-gta01-fix-resume-redo-par.patch.patch | |
parent | 4bd70fc26256cf485f19e0c8b881e078dc36134f (diff) |
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1129-gta01-fix-resume-redo-par.patch.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches-2.6.26/1129-gta01-fix-resume-redo-par.patch.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1129-gta01-fix-resume-redo-par.patch.patch b/target/linux/s3c24xx/patches-2.6.26/1129-gta01-fix-resume-redo-par.patch.patch deleted file mode 100755 index 40462b5ed..000000000 --- a/target/linux/s3c24xx/patches-2.6.26/1129-gta01-fix-resume-redo-par.patch.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 925a4851d2235f4b23ea01ef42152823f7524c9c Mon Sep 17 00:00:00 2001 -From: Reddog <reddog@mastersword.de> -Date: Fri, 25 Jul 2008 23:06:07 +0100 -Subject: [PATCH] gta01-fix-resume-redo-par.patch - - --> (http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=595&action=view) -fix resume of fbdev BZ#79 - -I played a bit with the fbdev resume. With this patch the neo doesn't get this -white screen on resume from console and from X. - -Signed-off-by: Reddog <reddog@mastersword.de> ---- - drivers/video/s3c2410fb.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/drivers/video/s3c2410fb.c b/drivers/video/s3c2410fb.c -index f059896..cd030d7 100644 ---- a/drivers/video/s3c2410fb.c -+++ b/drivers/video/s3c2410fb.c -@@ -1017,6 +1017,8 @@ static int s3c2410fb_resume(struct platform_device *dev) - - s3c2410fb_init_registers(fbinfo); - -+ s3c2410fb_set_par(fbinfo); -+ - return 0; - } - --- -1.5.6.3 - |