Don't unbind after an unexpected event

This commit is contained in:
Cameron Gutman 2014-09-10 01:57:24 -07:00
parent 828f4877b6
commit d428f316b4

View File

@ -122,12 +122,6 @@ public class EvdevHandler {
case EvdevEvent.EV_MSC: case EvdevEvent.EV_MSC:
break; break;
default:
// We got some unrecognized event. This means
// someone is trying to use the other device in this
// "combination" input device. We'll disconnect now
return;
} }
} }
} finally { } finally {