hardware_caps: introduce caps.has_button_timer

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c3decd04a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-11 (Sun, 11 Mar 2018)

Origin message was:
------------------
- hardware_caps: introduce caps.has_button_timer

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-03-11 22:43:23 +01:00
parent dcf30fc281
commit 2b42c72182
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ hw_caps_t *get_hwcaps(void) {
caps.display_can_deepstandby = (rev > 7);
caps.display_can_set_brightness = 1;
caps.display_has_statusline = 1;
caps.has_button_timer = 0;
caps.can_ar_14_9 = 1;
caps.can_ps_14_9 = 1;
caps.force_tuner_2G = 0;

View File

@@ -36,6 +36,7 @@ typedef struct hw_caps
int display_can_deepstandby;
int display_can_set_brightness;
int display_has_statusline;
int has_button_timer;
char boxvendor[64];
char boxname[64];
char boxarch[64];