summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
index 1f291e8..cb7d94c 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -401,7 +401,9 @@ static const STRUCT_USB_HOST_ID ubt_devs[] =
/* Broadcom USB dongles, mostly BCM20702 and BCM20702A0 */
{ USB_VENDOR(USB_VENDOR_BROADCOM),
- USB_IF_CSI(UICLASS_VENDOR, 0x01, 0x01) },
+ USB_IFACE_CLASS(UICLASS_VENDOR),
+ USB_IFACE_SUBCLASS(UDSUBCLASS_RF),
+ USB_IFACE_PROTOCOL(UDPROTO_BLUETOOTH) },
};
/*
OpenPOWER on IntegriCloud