More bugfixes for Evdev code. Enable ROOT_BUILD since it's the root branch.

This commit is contained in:
Cameron Gutman
2014-09-01 23:38:47 -07:00
parent 364a9fa7d7
commit bc166a713d
5 changed files with 18 additions and 2 deletions
@@ -44,6 +44,8 @@ public class EvdevHandler {
return;
}
LimeLog.info("Grabbed device for raw mouse input: "+absolutePath);
ByteBuffer buffer = ByteBuffer.allocate(EvdevEvent.EVDEV_MAX_EVENT_SIZE);
try {