mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
remove unused
This commit is contained in:
@@ -32,7 +32,6 @@ hw_caps_t *get_hwcaps(void)
|
|||||||
caps.display_xres = 8;
|
caps.display_xres = 8;
|
||||||
caps.can_set_display_brightness = 0;
|
caps.can_set_display_brightness = 0;
|
||||||
caps.display_can_deepstandby = 0;
|
caps.display_can_deepstandby = 0;
|
||||||
caps.display_can_set_brightness = 0;
|
|
||||||
strcpy(caps.boxvendor, "AZBox");
|
strcpy(caps.boxvendor, "AZBox");
|
||||||
const char *tmp;
|
const char *tmp;
|
||||||
char buf[64];
|
char buf[64];
|
||||||
|
@@ -29,7 +29,6 @@ hw_caps_t *get_hwcaps(void)
|
|||||||
caps.has_HDMI = 1;
|
caps.has_HDMI = 1;
|
||||||
caps.display_xres = 8;
|
caps.display_xres = 8;
|
||||||
caps.display_can_deepstandby = 0;
|
caps.display_can_deepstandby = 0;
|
||||||
caps.display_can_set_brightness = 0;
|
|
||||||
caps.can_set_display_brightness = 0;
|
caps.can_set_display_brightness = 0;
|
||||||
strcpy(caps.boxvendor, "Generic");
|
strcpy(caps.boxvendor, "Generic");
|
||||||
strcpy(caps.boxname, "PC");
|
strcpy(caps.boxname, "PC");
|
||||||
|
@@ -37,7 +37,6 @@ typedef struct hw_caps
|
|||||||
int display_xres; /* x resolution or chars per line */
|
int display_xres; /* x resolution or chars per line */
|
||||||
int display_yres;
|
int display_yres;
|
||||||
int display_can_deepstandby;
|
int display_can_deepstandby;
|
||||||
int display_can_set_brightness;
|
|
||||||
int can_set_display_brightness;
|
int can_set_display_brightness;
|
||||||
char boxvendor[64];
|
char boxvendor[64];
|
||||||
char boxname[64];
|
char boxname[64];
|
||||||
|
@@ -39,7 +39,6 @@ hw_caps_t *get_hwcaps(void)
|
|||||||
caps.display_xres = 4;
|
caps.display_xres = 4;
|
||||||
caps.can_set_display_brightness = 0;
|
caps.can_set_display_brightness = 0;
|
||||||
caps.display_can_deepstandby = 0;
|
caps.display_can_deepstandby = 0;
|
||||||
caps.display_can_set_brightness = 0;
|
|
||||||
caps.force_tuner_2G = 1; /* I have patched the drivers to fix this, but not everyone has */
|
caps.force_tuner_2G = 1; /* I have patched the drivers to fix this, but not everyone has */
|
||||||
strcpy(caps.boxvendor, "SPARK");
|
strcpy(caps.boxvendor, "SPARK");
|
||||||
const char *tmp;
|
const char *tmp;
|
||||||
|
@@ -25,7 +25,6 @@ static hw_caps_t caps = {
|
|||||||
.display_yres = 64,
|
.display_yres = 64,
|
||||||
.can_set_display_brightness = 0,
|
.can_set_display_brightness = 0,
|
||||||
.display_can_deepstandby = 0;
|
.display_can_deepstandby = 0;
|
||||||
.display_can_set_brightness = 0;
|
|
||||||
.boxvendor = "Armas",
|
.boxvendor = "Armas",
|
||||||
.boxname = "TripleDragon",
|
.boxname = "TripleDragon",
|
||||||
.boxarch = "ppc405"
|
.boxarch = "ppc405"
|
||||||
|
@@ -31,7 +31,6 @@ hw_caps_t *get_hwcaps(void)
|
|||||||
caps.display_xres = 8;
|
caps.display_xres = 8;
|
||||||
caps.can_set_display_brightness = 0;
|
caps.can_set_display_brightness = 0;
|
||||||
caps.display_can_deepstandby = 0;
|
caps.display_can_deepstandby = 0;
|
||||||
caps.display_can_set_brightness = 0;
|
|
||||||
strcpy(caps.boxvendor, "Raspberry");
|
strcpy(caps.boxvendor, "Raspberry");
|
||||||
strcpy(caps.boxname, "Pi");
|
strcpy(caps.boxname, "Pi");
|
||||||
if (! uname(&u))
|
if (! uname(&u))
|
||||||
|
Reference in New Issue
Block a user