mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
add dmx offset to hw-caps
This commit is contained in:
@@ -68,6 +68,9 @@ hw_caps_t *get_hwcaps(void)
|
||||
case 0x0c0007:
|
||||
tmp = "GoldenMedia Triplex";
|
||||
caps.has_SCART = 1;
|
||||
#ifdef MARTII
|
||||
caps.dmx_offset = 1;
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
tmp = p;
|
||||
|
Reference in New Issue
Block a user