]> git.proxmox.com Git - qemu.git/blobdiff - hw/usb/dev-bluetooth.c
sysemu: avoid proliferation of include/ subdirectories
[qemu.git] / hw / usb / dev-bluetooth.c
index adbf9d46970d9b6f527f4baa875f6638c7f11508..68cc1d4fab26538371a2ac4d5a02b2947d7bd078 100644 (file)
@@ -21,7 +21,7 @@
 #include "qemu-common.h"
 #include "hw/usb.h"
 #include "hw/usb/desc.h"
-#include "bt/bt.h"
+#include "sysemu/bt.h"
 #include "hw/bt.h"
 
 struct USBBtState {
@@ -478,7 +478,7 @@ static void usb_bt_out_hci_packet_event(void *opaque,
     struct USBBtState *s = (struct USBBtState *) opaque;
 
     if (s->evt.len == 0) {
-        usb_wakeup(s->intr);
+        usb_wakeup(s->intr, 0);
     }
     usb_bt_fifo_enqueue(&s->evt, data, len);
 }