summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-26 21:00:51 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-26 21:00:51 +0000
commit1f6e24e73ccdca64864da009a21f5b7051d200a1 (patch)
tree864894ca89ebfaaa5ae6bc2332a588ae331ea554 /vl.c
parent3e382bc84ce93df505b48fc4e305fcc5f4ac4567 (diff)
downloadqemu-1f6e24e73ccdca64864da009a21f5b7051d200a1.tar.gz
display device identifier string for user with info usb (Lonnie Mendez)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2029 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vl.c b/vl.c
index b01c9b31b7..d5a0f7b126 100644
--- a/vl.c
+++ b/vl.c
@@ -3785,8 +3785,8 @@ void usb_info(void)
speed_str = "?";
break;
}
- term_printf(" Device %d.%d, speed %s Mb/s\n",
- 0, dev->addr, speed_str);
+ term_printf(" Device %d.%d, Speed %s Mb/s, Product %s\n",
+ 0, dev->addr, speed_str, dev->devname);
}
}