Diff between d1d4f1b2a6509e71f137f1a700645b0b73fcdc3f and 5600f99bd941f5d44eb3c690e15a0f125fbd23f4

Changed Files

File Additions Deletions Status
test/list-devices +6 -0 modified

Full Patch

diff --git a/test/list-devices b/test/list-devices
index 9120714..cb564be 100755
--- a/test/list-devices
+++ b/test/list-devices
@@ -67,6 +67,12 @@ for i in adapter_list:
 				print "        %s = %s" % (key, list)
 			elif (key == "Class"):
 				print "        %s = 0x%06x" % (key, value)
+			elif (key == "Vendor"):
+				print "        %s = 0x%04x" % (key, value)
+			elif (key == "Product"):
+				print "        %s = 0x%04x" % (key, value)
+			elif (key == "Version"):
+				print "        %s = 0x%04x" % (key, value)
 			else:
 				print "        %s = %s" % (key, value)