From 2153035c30e762a87a5c87c552aee3c6f1fb1c77 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Wed, 16 Sep 2020 07:55:04 -0400 Subject: [PATCH] ui: add device path to information panel for non-receivers --- lib/solaar/ui/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solaar/ui/window.py b/lib/solaar/ui/window.py index cb2777e3..3b0fdf17 100644 --- a/lib/solaar/ui/window.py +++ b/lib/solaar/ui/window.py @@ -518,8 +518,8 @@ def _update_details(button): # If read_all is False, only return stuff that is ~100% already # cached, and involves no HID++ calls. + yield (_('Path'), device.path) if device.kind is None: - yield (_('Path'), device.path) # 046d is the Logitech vendor id yield (_('USB id'), '046d:' + device.product_id)