discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=bd5df00f4c524da15882120e4f32eceba5c793c7

commit bd5df00f4c524da15882120e4f32eceba5c793c7
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Dec 28 15:58:38 2015 -0500

    block input devices from backlight list
    
    I guess this is a thing in newer kernel versions?
    
    ref T1497
---
 src/bin/e_backlight.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_backlight.c b/src/bin/e_backlight.c
index 95d03be..69583f6 100644
--- a/src/bin/e_backlight.c
+++ b/src/bin/e_backlight.c
@@ -428,7 +428,7 @@ _bl_sys_find(void)
      {
         EINA_LIST_FOREACH(pdevs, l, f)
           {
-             if ((!strstr(f, "kbd")) && (!strstr(f, "mail")))
+             if ((!strstr(f, "kbd")) && (!strstr(f, "mail")) && (!strstr(f, 
"input")))
                {
                   bl_sysval = eina_stringshare_add(f);
                   break;

-- 


Reply via email to