mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
hwcaps: add fe_offset_max for spark
Origin commit data
------------------
Branch: master
Commit: 366aaea114
Author: martii <m4rtii@gmx.de>
Date: 2013-02-11 (Mon, 11 Feb 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -35,6 +35,7 @@ typedef struct hw_caps
|
|||||||
int display_yres;
|
int display_yres;
|
||||||
#ifdef MARTII
|
#ifdef MARTII
|
||||||
int fe_offset;
|
int fe_offset;
|
||||||
|
int fe_offset_max;
|
||||||
#endif
|
#endif
|
||||||
char boxvendor[64];
|
char boxvendor[64];
|
||||||
char boxname[64];
|
char boxname[64];
|
||||||
|
@@ -70,6 +70,7 @@ hw_caps_t *get_hwcaps(void)
|
|||||||
caps.has_SCART = 1;
|
caps.has_SCART = 1;
|
||||||
#ifdef MARTII
|
#ifdef MARTII
|
||||||
caps.fe_offset = 1; // first sat tuner
|
caps.fe_offset = 1; // first sat tuner
|
||||||
|
caps.fe_offset_max = 2; // last tuner
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user