diff --git a/input.c b/input.c index 6dce14f50..86e53ca3f 100644 --- a/input.c +++ b/input.c @@ -58,7 +58,7 @@ static int openInputDevice(lua_State *L) { return luaL_error(L, "no free slot for new input device <%s>", inputdevice); } - if(!strcmp("slider",inputdevice)) { + if(!strcmp("fake_events",inputdevice)) { /* special case: the power slider */ int pipefd[2]; int childpid;