mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
add boxmodel hl101
Origin commit data
------------------
Branch: master
Commit: 9d7cb6de30
Author: sid8796 <sid8796@gmail.com>
Date: 2016-05-14 (Sat, 14 May 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -250,6 +250,16 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.has_fan = 0;
|
||||
caps.has_CI = 2;
|
||||
}
|
||||
else if (!strncmp(buf, "hl101", 5)) {
|
||||
strcpy(caps.boxvendor, "DUCKBOX");
|
||||
strcpy(caps.boxname, buf);
|
||||
caps.can_shutdown = 1;
|
||||
caps.has_HDMI = 1;
|
||||
caps.has_SCART = 2;
|
||||
caps.can_cec = 0;
|
||||
caps.has_fan = 0;
|
||||
caps.has_CI = 2;
|
||||
}
|
||||
else if ((!strncmp(buf, "arivalink200", 12)) ||
|
||||
(!strncasecmp(buf, "adb_box", 7)) ||
|
||||
(!strncasecmp(buf, "sagemcom88", 10)) ||
|
||||
|
Reference in New Issue
Block a user