diff --git a/apps/debug_menu.c b/apps/debug_menu.c index e6446f35d5..5dafb334cb 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1482,6 +1482,9 @@ static int disk_callback(int btn, struct gui_synclist *lists) i = identify_info[83] & (1<<9); simplelist_addline( "Noise mgmt: %s", i ? "enabled" : "unsupported"); + i = identify_info[85] & (1<<0); + simplelist_addline( + "SMART: %s", i ? "enabled" : "unsupported"); simplelist_addline( "Flush cache: %s", identify_info[83] & (1<<13) ? "extended" : identify_info[83] & (1<<12) ? "standard" : identify_info[80] >= (1<<5) ? "ATA-5" : "unsupported"); i = identify_info[82] & (1<<6);