From d352df54eac3ccf6a3da8edf600364f78f7acacc Mon Sep 17 00:00:00 2001 From: mmdolze Date: Sat, 20 Jun 2009 13:15:37 +0000 Subject: [PATCH] Enable the backlight function again. --- server/drivers/imonlcd.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/server/drivers/imonlcd.c b/server/drivers/imonlcd.c index c6ec683..be8fe69 100644 --- a/server/drivers/imonlcd.c +++ b/server/drivers/imonlcd.c @@ -1241,14 +1241,6 @@ imonlcd_backlight(Driver *drvthis, int on) { PrivateData *p = drvthis->private_data; - /* - * TODO: For some reason, lcdproc keeps calling this and flipping the - * 'on' so you end up flashing the backlight for no particular reason - * (and on my Antec, turning the backlight off, turns the whole thing - * off, so it's really bad...) - */ - return; - /* To prevent superfluous (and erroneous) communication */ if (p->backlightOn == on) return;