rc_input: do always show key-presses in console; ...

by mistake removed in 41f5815172


Origin commit data
------------------
Branch: ni/coolstream
Commit: 056b47c09b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-22 (Wed, 22 Feb 2017)

Origin message was:
------------------
- rc_input: do always show key-presses in console; ...

by mistake removed in 41f5815172


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-02-22 14:53:25 +01:00
parent 420efbcc4e
commit 27011984ef

View File

@@ -1382,7 +1382,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
}
uint32_t trkey = translate(ev.code);
d_printf("key: %04x value %d, translate: %04x -%s-\n", ev.code, ev.value, trkey, getKeyName(trkey).c_str());
printf("key: %04x value %d, translate: %04x -%s-\n", ev.code, ev.value, trkey, getKeyName(trkey).c_str());
if (trkey == RC_nokey)
continue;