Revision e447fc63

b/vl.c
925 925
        goto done;
926 926

  
927 927
    /* the other ones */
928
#ifndef CONFIG_LINUX
929
    /* only the linux version is qdev-ified, usb-bsd still needs this */
928 930
    if (strstart(devname, "host:", &p)) {
929 931
        dev = usb_host_device_open(p);
930
    } else if (!strcmp(devname, "bt") || strstart(devname, "bt:", &p)) {
932
    } else
933
#endif
934
    if (!strcmp(devname, "bt") || strstart(devname, "bt:", &p)) {
931 935
        dev = usb_bt_init(devname[2] ? hci_init(p) :
932 936
                        bt_new_hci(qemu_find_bt_vlan(0)));
933 937
    } else {

Also available in: Unified diff