fix naming for fake events device

This commit is contained in:
Qingping Hou
2012-06-23 20:38:20 +08:00
parent 6102dc622f
commit d06f71b3cd

View File

@@ -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;