Revert “ecore fb: Change default tslib device.”
authorChidambar Zinnoury <chidambar.zinnoury@zefla.fr>
Wed, 28 Oct 2015 16:14:59 +0000 (17:14 +0100)
committerChidambar Zinnoury <chidambar.zinnoury@zefla.fr>
Wed, 28 Oct 2015 16:14:59 +0000 (17:14 +0100)
 This reverts commit d1f863b2727d35728705e223b91ae2ee53442985.

 My test script was wrong, thus the test for this commit being a pass while it shouldn’t.

 Moral: don’t code when you crave some sleep.

src/lib/ecore_fb/ecore_fb_ts.c

index cc68d5d..b9880ec 100644 (file)
@@ -111,7 +111,7 @@ ecore_fb_ts_init(void)
           }
      }
 #else
-   _ecore_fb_ts_fd = open("/dev/input/event0", O_RDONLY);
+   _ecore_fb_ts_fd = open("/dev/touchscreen/0", O_RDONLY);
 #endif
    if (_ecore_fb_ts_fd >= 0)
      {