Merge branch 'fix_kdgkbmode' into 'master'
unl0kr: store keyboard mode in a long instead of an int See merge request postmarketOS/buffybox!52
This commit is contained in:
commit
5a372adfca
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
static int current_fd = -1;
|
||||
|
||||
static int original_mode = -1;
|
||||
static int original_kb_mode = -1;
|
||||
static long original_kb_mode = -1;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue