Skip to content

Commit

Permalink
Oh, hey, at least there's precedent ;p
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Aug 1, 2024
1 parent 13080a7 commit acffec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbink_input_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ static void
}

# ifdef FBINK_FOR_KINDLE
// There are so many possible combinations, so just match on any *single* relevant key...
// There are so many possible combinations, so just match on any *single* relevant key, àla DPAD...
if (test_bit(PLATFORM_KEY_PGPREV, bitmask_key) || test_bit(PLATFORM_KEY_PGPREV_ALT, bitmask_key) ||
test_bit(PLATFORM_KEY_PGNEXT, bitmask_key) || test_bit(PLATFORM_KEY_PGNEXT_ALT, bitmask_key)) {
dev->type |= INPUT_PAGINATION_BUTTONS;
Expand Down

0 comments on commit acffec3

Please sign in to comment.