From e2be0e75ab91ff9a29496a375386297bdb184716 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 12 Jan 2013 19:08:05 +0000 Subject: imx233: correctly send the LCD_EVENT_ACTIVATION on enable For some reason it is the responsability of the driver to send this event so do it. This might fix some non-updating screens. Change-Id: Ib5fdc94bf266c3497a8ac4e89d0418c0e876ff9f --- firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c') diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c index 46480f5b01..376673e675 100644 --- a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c +++ b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c @@ -521,6 +521,7 @@ void lcd_enable(bool enable) else { lcd_sync_settings(); + send_event(LCD_EVENT_ACTIVATION, NULL); } } #endif -- cgit v1.2.3