mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
usb-serial and braille: use qdev for -usbdevice
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
fa7c70c35a
commit
2b0efdc3e1
5 changed files with 65 additions and 38 deletions
|
@ -627,9 +627,3 @@ fail_handle:
|
|||
free(baum);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
USBDevice *usb_baum_init(void)
|
||||
{
|
||||
/* USB Product ID of Super Vario 40 */
|
||||
return usb_serial_init("productid=FE72:braille");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue