Origin commit data
------------------
Branch: master
Commit: 23bea61473
Author: martii <m4rtii@gmx.de>
Date: 2013-06-08 (Sat, 08 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-06-08 15:39:35 +02:00
parent aea027c163
commit 4cb0f441c9
22 changed files with 17 additions and 407 deletions

View File

@@ -30,9 +30,7 @@ hw_caps_t *get_hwcaps(void)
memset(&caps, 0, sizeof(hw_caps_t));
initialized = 1;
#ifdef MARTII
caps.can_cec = 1;
#endif
caps.can_shutdown = 1;
caps.display_type = HW_DISPLAY_LED_NUM;
caps.has_HDMI = 1;
@@ -139,12 +137,10 @@ hw_caps_t *get_hwcaps(void)
default:
tmp = p;
}
#ifdef MARTII
if ((sys_id & 0xff0000) == 0x090000)
caps.boxtype = 7111;
else
caps.boxtype = 7162;
#endif
} else
tmp = "(NO STB_ID FOUND)";
strcpy(caps.boxname, tmp);