From 740a510ce79a0c6920c6ba623d8b5388a0c9495e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 3 Mar 2020 21:22:34 +0100 Subject: [PATCH] rcinput.cpp: fix key repeat for osmio4k Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8ed5d227bdbfba7d82a68126185afd68b03c5f97 Author: Markus Volk Date: 2020-03-03 (Tue, 03 Mar 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/rcinput.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/driver/rcinput.cpp b/src/driver/rcinput.cpp index 31e70b8a5..5a05bb179 100644 --- a/src/driver/rcinput.cpp +++ b/src/driver/rcinput.cpp @@ -1439,6 +1439,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6 if ((now_pressed > last_keypress + repeat_block_generic) || /* accept all keys after time discontinuity: */ (now_pressed < last_keypress)) + rc_last_repeat_key = trkey; #endif { last_keypress = now_pressed;