mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
abc86323fc
sysfs_light handles every case sanely already, no need to be cute ;). This prevents always setting the warmth when setting the FL on NL devices with a mixer, because, besides being useless, it's also slow (lua does mmap'ed io, so every handle requires an fstat + mmap). It was subtly affecting the fluidity of the toggle ramp, and much less subtly wreaking havoc on #5373 ;). KA1 owners might want to investigate keeping the fds around one way or another, like we do for the fl ioctl, to alleviate the overhead of doing that for not one but three or four fds... I won't be doing that, since I lack the hardware to test it, and FL+NL stuff is pain. * Do the same on Cervantes * Bump base to pickup related ioctl tweaks |
||
---|---|---|
.. | ||
device.lua | ||
powerd.lua |