mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
sh4 boxarch changed
Origin commit data
------------------
Branch: master
Commit: 267e4a3b5a
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-05-25 (Tue, 25 May 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -161,15 +161,17 @@ hw_caps_t *get_hwcaps(void)
|
||||
default:
|
||||
tmp = p;
|
||||
}
|
||||
if ((sys_id & 0xff0000) == 0x090000)
|
||||
if ((sys_id & 0xff0000) == 0x090000) {
|
||||
caps.boxtype = 7111;
|
||||
else
|
||||
strcpy(caps.boxarch, "STX7111");
|
||||
} else {
|
||||
caps.boxtype = 7162;
|
||||
strcpy(caps.boxarch, "STX7105");
|
||||
}
|
||||
}
|
||||
else
|
||||
tmp = "(NO STB_ID FOUND)";
|
||||
strcpy(caps.boxname, tmp);
|
||||
}
|
||||
strcpy(caps.boxarch, caps.boxname);
|
||||
return ∩︀
|
||||
}
|
||||
|
Reference in New Issue
Block a user