# HG changeset patch # User Pascal Bellard # Date 1453653477 -3600 # Node ID a630b0d68622bf98168ae91728ac700816b2b156 # Parent 536266417caeedc3c620b2b0e34c9f6d4e2333c1 hardware: show usb device name (again) diff -r 536266417cae -r a630b0d68622 hardware.cgi --- a/hardware.cgi Sun Jan 24 17:11:23 2016 +0100 +++ b/hardware.cgi Sun Jan 24 17:37:57 2016 +0100 @@ -63,7 +63,7 @@ echo "$b${d%:}$id${name:-$(sed 's/ .*//' $sys/$p/device/manufacturer)$(cat /sys/$p/device/product)}" + echo "\">$id${name:-$(sed 's/ .*//' $sys/$p/device/manufacturer) $(cat /sys/$p/device/product)}" done echo "" }