r2d: Don't use legacy -usbdevice support for setting up board
commit456dcd8ab45a83dd51cca357cd9aa6ad337dc20d
authorMarkus Armbruster <armbru@redhat.com>
Wed, 4 Feb 2015 12:28:13 +0000 (4 13:28 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 18 Feb 2015 09:53:10 +0000 (18 10:53 +0100)
tree9e6f9c1a0018de0107f6ee77def5fc0d24ac9009
parent599655c91f3a55ac75007e851deca09010787bd7
r2d: Don't use legacy -usbdevice support for setting up board

It's tempting, because usbdevice_create() is so simple to use.  But
there's a lot of unwanted complexity behind the simple interface.
Switch to usb_create_simple().

Cc: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/sh4/r2d.c