Skip to content

Commit f7fe3d2

Browse files
author
dualshock-tools
committed
DS5: add models BDM-060M/BDM-060X
1 parent b66d418 commit f7fe3d2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

js/controllers/ds5-controller.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,10 @@ class DS5Controller extends BaseController {
545545
if(a == 0x05) return "BDM-030";
546546
if(a == 0x06) return "BDM-040";
547547
if(a == 0x07 || a == 0x08) return "BDM-050";
548+
// TODO 0x09..0x10?
549+
if(a == 0x11) return "BDM-060M";
550+
// TODO 0x12?
551+
if(a == 0x13) return "BDM-060X";
548552
return l("Unknown");
549553
}
550554

0 commit comments

Comments
 (0)