--- arch/arm/special/empeg_display.c.orig	Tue Feb 12 16:40:00 2002
+++ arch/arm/special/empeg_display.c	Tue Feb 12 16:41:03 2002
@@ -1123,6 +1123,9 @@
 			
 			/* Turning display on */
 			empeg_displaypower(1);
+			
+			/* Turn on button LEDs, Hack by Brian Mihulka bmihulka@hulkster.net */
+			display_sendcontrol(244);
 
 			/* Wait for a while for it to come to life */
 			udelay(POWERFAIL_DISABLED_DELAY);
@@ -1133,6 +1136,9 @@
 		} else {
 			/* Do this first in case powerfail triggers */
 			dev->power = FALSE;
+			
+			/* Turn off button LEDs, Hack by Brian Mihulka bmihulka@hulkster.net */
+			display_sendcontrol(242);
 			
 			/* Turning display off */
 			empeg_displaypower(0);

