whoopsie...
This commit is contained in:
parent
ea5f026e04
commit
f6e0173854
1 changed files with 1 additions and 1 deletions
2
dev_in.c
2
dev_in.c
|
|
@ -395,7 +395,7 @@ static void handle_timeout(
|
|||
) {
|
||||
for (size_t i = 0; i < in_devs_count; ++i) {
|
||||
if (in_devs[i].type == DEV_IN_TYPE_EV) {
|
||||
in_devs[i].dev.hidraw.callbacks.timeout_callback(
|
||||
in_devs[i].dev.evdev.callbacks.timeout_callback(
|
||||
conf,
|
||||
name,
|
||||
expirations,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue