Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yparitcher committed Jan 15, 2024
1 parent 13ce8d3 commit 3e94c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/input-kindle.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static void generateFakeEvent(int pipefd[2]) {
sendEvent(pipefd[1], &ev);
} else if(std_out[0] == 'w') {
ev.code = CODE_FAKE_WAKEUP_FROM_SUSPEND;
// Pass along the timestamp
// Pass along the time spent in suspend
ev.value = strtol_d(std_out + sizeof("wakeupFromSuspend"));
sendEvent(pipefd[1], &ev);
ev.value = 1;
Expand Down

0 comments on commit 3e94c06

Please sign in to comment.