From: Uwe Hermann Date: Tue, 24 Jul 2018 20:07:25 +0000 (+0200) Subject: HardwareDevice: Only show non-empty device name components. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=2a09e77148279258c347f8cf9c55daa667a034f8;hp=2a09e77148279258c347f8cf9c55daa667a034f8 HardwareDevice: Only show non-empty device name components. Fields such as vendor, version, serial number etc. are not always provided by drivers. Avoid printing them, since it causes stray whitespace to be added to the displayed strings. ---