* BACKLIGHT: Ensure platform_lcd on by default
@ 2008-07-28 23:10 Ben Dooks
0 siblings, 0 replies; only message in thread
From: Ben Dooks @ 2008-07-28 23:10 UTC (permalink / raw)
To: akpm, linux-fbdev-devel; +Cc: Ben Dooks
[-- Attachment #1: simtec/simtec-drivers-platlcd-onbydefault.patch --]
[-- Type: text/plain, Size: 1120 bytes --]
It seems that we need to ensure that the lcd is powered
up at start, otherwise we do not see a display.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Index: linux-2.6.26-quilt4/drivers/video/backlight/platform_lcd.c
===================================================================
--- linux-2.6.26-quilt4.orig/drivers/video/backlight/platform_lcd.c 2008-07-28 23:57:53.000000000 +0100
+++ linux-2.6.26-quilt4/drivers/video/backlight/platform_lcd.c 2008-07-29 00:01:50.000000000 +0100
@@ -101,6 +101,8 @@ static int __devinit platform_lcd_probe(
}
platform_set_drvdata(pdev, plcd);
+ platform_lcd_set_power(plcd->lcd, FB_BLANK_NORMAL);
+
return 0;
err_mem:
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-28 23:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-28 23:10 BACKLIGHT: Ensure platform_lcd on by default Ben Dooks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).