diff options
Diffstat (limited to 'mpm/python/usrp_hwd.py')
-rwxr-xr-x | mpm/python/usrp_hwd.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mpm/python/usrp_hwd.py b/mpm/python/usrp_hwd.py index 4149ff40d..bc8b1e749 100755 --- a/mpm/python/usrp_hwd.py +++ b/mpm/python/usrp_hwd.py @@ -139,7 +139,8 @@ def main(): mgr = periph_manager(args) discovery_info = { "type": mgr.get_device_info().get("type", "n/a"), - "serial": mgr.get_device_info().get("serial", "n/a") + "serial": mgr.get_device_info().get("serial", "n/a"), + "product": mgr.get_device_info().get("product", "n/a") } if args.init_only: mgr.init(args.default_args) |