From 23e11875386ebae3651144529bfb4fdee86a5436 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Fri, 17 Nov 2017 11:04:49 -0800 Subject: mpm: discovery returns 'product' information - Added 'product' information to N310 - MPM discovery checks for 'product' field --- mpm/python/usrp_hwd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpm/python/usrp_hwd.py') 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) -- cgit v1.2.3