On Wed, 18 Oct 2017 13:20:34 +0000 Mike Blumenkrantz <[email protected]> said:
done > Can you create a task for this on phab? > > On Wed, Oct 18, 2017 at 12:37 AM Carsten Haitzler <[email protected]> > wrote: > > > raster pushed a commit to branch master. > > > > > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=0fada409175333e4ebeee30cab2ccd4ff457445f > > > > commit 0fada409175333e4ebeee30cab2ccd4ff457445f > > Author: Carsten Haitzler (Rasterman) <[email protected]> > > Date: Wed Oct 18 13:33:47 2017 +0900 > > > > smart suspend - honor suspend on ac or not flag as it should > > > > so if you closed the lid ANd didn't have external screens ANd had ac > > plugged in ... e would suspend even if youdidn't have "suspend on ac" > > checked in blanking dialog. respect this and handle it properly. > > > > @fix > > > > side note... i've notced acpid no longer reporting lid events on one > > of my systems. this is very sucky. you now have to open > > /dev/input/event2 (this may vary from device to device) to get lid > > events... it's an input device. this means elput needs to start doing > > this as we cant get power button or lid events anymore .... and we may > > have to do this for x11 too. > > --- > > src/bin/e_acpi.c | 1 + > > src/bin/e_actions.c | 23 +++++++++++++++++++++-- > > src/bin/e_powersave.c | 35 +++++++++++++++++++++++++++++++++++ > > src/bin/e_powersave.h | 3 +++ > > src/bin/e_sys.c | 5 +++++ > > 5 files changed, 65 insertions(+), 2 deletions(-) > > > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- Carsten Haitzler - [email protected] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
