mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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
This commit is contained in:
parent
3e382bc84c
commit
1f6e24e73c
6 changed files with 39 additions and 5 deletions
4
vl.c
4
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue