mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qdev: Rename USBDevice member devname to product_desc
It's not a device name, it's the USB product description string. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
ba32edab7f
commit
0fe6d12e0b
6 changed files with 13 additions and 12 deletions
2
hw/usb.h
2
hw/usb.h
|
@ -132,7 +132,7 @@ struct USBDevice {
|
|||
|
||||
int speed;
|
||||
uint8_t addr;
|
||||
char devname[32];
|
||||
char product_desc[32];
|
||||
int auto_attach;
|
||||
int attached;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue