diff --git a/core.js b/core.js index 60d722b..d333413 100644 --- a/core.js +++ b/core.js @@ -58,7 +58,7 @@ function ds5_hw_to_bm(hw_ver) { return "BDM-030"; } else if(a == 0x06) { return "BDM-040"; - } else if(a == 0x07) { + } else if(a == 0x07 || a == 0x08) { return "BDM-050"; } else { return l("Unknown");