mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- hardware_caps: introduce caps.has_button_timer
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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;
|
||||
|
@@ -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];
|
||||
|
Reference in New Issue
Block a user