mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- hardware_caps: use define instead of value; better readability
This commit is contained in:
@@ -55,7 +55,7 @@ hw_caps_t *get_hwcaps(void) {
|
|||||||
caps.force_tuner_2G = 1;
|
caps.force_tuner_2G = 1;
|
||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
if (chip == 33904 /*0x8470*/)
|
if (chip == CS_CHIP_SHINER)
|
||||||
{
|
{
|
||||||
strcpy(caps.boxname, "Trinity");
|
strcpy(caps.boxname, "Trinity");
|
||||||
strcpy(caps.boxarch, "Shiner");
|
strcpy(caps.boxarch, "Shiner");
|
||||||
|
Reference in New Issue
Block a user