mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 12:01:45 +00:00
nyx: info: show unknown for relevant eMMC vendors
This commit is contained in:
parent
9ba7c44b89
commit
0100c11757
1 changed files with 3 additions and 0 deletions
|
@ -1619,6 +1619,9 @@ static lv_res_t _create_window_emmc_info_status(lv_obj_t *btn)
|
||||||
case 0x90:
|
case 0x90:
|
||||||
strcat(txt_buf, "SK Hynix ");
|
strcat(txt_buf, "SK Hynix ");
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
strcat(txt_buf, "Unknown ");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
s_printf(txt_buf + strlen(txt_buf), "(%02X)\n%c%c%c%c%c%c\n%d.%d\n%04X\n%02d/%04d\n\n",
|
s_printf(txt_buf + strlen(txt_buf), "(%02X)\n%c%c%c%c%c%c\n%d.%d\n%04X\n%02d/%04d\n\n",
|
||||||
|
|
Loading…
Reference in a new issue