]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/usb/host-bsd.c
Merge remote-tracking branch 'aneesh/for-upstream' into staging
[mirror_qemu.git] / hw / usb / host-bsd.c
index 6473e8b74780c213dbfb5804da68607866b89262..dae000937881a13e91fb9b394d3572e521c570f6 100644 (file)
@@ -292,6 +292,7 @@ static void usb_host_handle_destroy(USBDevice *opaque)
 
 static int usb_host_initfn(USBDevice *dev)
 {
+    dev->flags |= (1 << USB_DEV_FLAG_IS_HOST);
     return 0;
 }