mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- hwcaps: add display_can_umlauts
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_yres = 0;
|
caps.display_yres = 0;
|
||||||
caps.display_can_deepstandby = (rev > 7);
|
caps.display_can_deepstandby = (rev > 7);
|
||||||
caps.display_can_set_brightness = 1;
|
caps.display_can_set_brightness = 1;
|
||||||
|
caps.display_can_umlauts = 1;
|
||||||
caps.display_has_statusline = 1;
|
caps.display_has_statusline = 1;
|
||||||
caps.display_has_colon = 0;
|
caps.display_has_colon = 0;
|
||||||
caps.has_button_timer = 0;
|
caps.has_button_timer = 0;
|
||||||
|
@@ -37,6 +37,7 @@ typedef struct hw_caps
|
|||||||
int display_yres;
|
int display_yres;
|
||||||
int display_can_set_brightness;
|
int display_can_set_brightness;
|
||||||
int display_can_deepstandby;
|
int display_can_deepstandby;
|
||||||
|
int display_can_umlauts;
|
||||||
int display_has_statusline;
|
int display_has_statusline;
|
||||||
int display_has_colon;
|
int display_has_colon;
|
||||||
int has_button_timer;
|
int has_button_timer;
|
||||||
|
Reference in New Issue
Block a user