create firmware image for the Ubiquiti LS-SR71 board
[openwrt/openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1134-gta01-fix-resume-redo-par.patch.patch
1 From 0e45ee0b0c6b165d0ceb60a30e2f3a83e9273c6f Mon Sep 17 00:00:00 2001
2 From: Reddog <reddog@mastersword.de>
3 Date: Wed, 16 Apr 2008 20:51:25 +0100
4 Subject: [PATCH] gta01-fix-resume-redo-par.patch
5
6 --> (http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=595&action=view)
7 fix resume of fbdev BZ#79
8
9 I played a bit with the fbdev resume. With this patch the neo doesn't get this
10 white screen on resume from console and from X.
11
12 Signed-off-by: Reddog <reddog@mastersword.de>
13 ---
14 drivers/video/s3c2410fb.c | 2 ++
15 1 files changed, 2 insertions(+), 0 deletions(-)
16
17 diff --git a/drivers/video/s3c2410fb.c b/drivers/video/s3c2410fb.c
18 index b3c31d9..1905135 100644
19 --- a/drivers/video/s3c2410fb.c
20 +++ b/drivers/video/s3c2410fb.c
21 @@ -1028,6 +1028,8 @@ static int s3c2410fb_resume(struct platform_device *dev)
22
23 s3c2410fb_init_registers(fbinfo);
24
25 + s3c2410fb_set_par(fbinfo);
26 +
27 return 0;
28 }
29
30 --
31 1.5.6.5
32