Skip to content

Commit

Permalink
kbd: ipc performance fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Nov 30, 2024
1 parent 96b3f3e commit 7a3c46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/kbd/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int main() {
}

// and finally respond to the request
luxSendDependency(msgBuffer);
luxSendKernel(msgBuffer);
} else {
luxLogf(KPRINT_LEVEL_WARNING, "undefined command 0x%X, dropping message...\n", msgBuffer->command);
}
Expand Down

0 comments on commit 7a3c46c

Please sign in to comment.