mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix naming for fake events device
This commit is contained in:
2
input.c
2
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;
|
||||
|
||||
Reference in New Issue
Block a user