You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins/externalkeyboard.koplugin
NiLuJe 4d9c6523ad
Input: Some more followups to the input device auto-detection stuff (#11855)
Switch to a new `input.fdopen` API & wrapper so we can keep the fds opened by `fbink_input_scan` instead of closing them to re-open them right after that...

This should hopefully help on racy zForce devices that attempt to handle power management when opening/closing the device. We know this sometimes horribly fail to re-activate the IR grid (c.f., our manual activation on resume), but this apparently could also happen here (re: #11844) because of the quick succession of open->close->open.
4 months ago
..
_meta.lua ExternalKeyboard: make metadata capitalization abide by styleguide (#10081) 2 years ago
event_map_keyboard.lua ExternalKeyboard: Map KEY_ESC to Back, to ease navigation 2 years ago
find-keyboard.lua ExternalKeyboard: Use the evdev number passed along by base to avoid sweeping the full list of input devices 2 years ago
main.lua Input: Some more followups to the input device auto-detection stuff (#11855) 4 months ago