driver/rcinput: implement long key press support (but no rcsim/yWeb support at this time)

driver/rcinput: drop unused gettimeofday code
This commit is contained in:
martii
2014-02-25 00:09:14 +01:00
committed by svenhoefer
parent 9184ac6266
commit 7826ab0fca
11 changed files with 215 additions and 146 deletions

View File

@@ -477,6 +477,8 @@ struct SNeutrinoSettings
int channellist_show_channellogo;
int repeat_blocker;
int repeat_genericblocker;
#define LONGKEYPRESS_OFF 499
int longkeypress_duration;
int remote_control_hardware;
int audiochannel_up_down_enable;