From c18a1440f0034c0da5c486d9ee5206ff0a199f9d Mon Sep 17 00:00:00 2001 From: Maksim Yevmenkin Date: Tue, 10 May 2005 16:25:58 +0000 Subject: [PATCH] Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is not supported by ng_ubt(4) driver and needs its own driver. PR: kern/76205 Submitted by: Tim Hemel < bsd AT timit DOT nl > MFC after: 1 week --- sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c index c4ab5229f87..f424a051426 100644 --- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c +++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c @@ -274,10 +274,10 @@ USB_MATCH(ubt) * If device violates Bluetooth specification and has bDeviceClass, * bDeviceSubClass and bDeviceProtocol set to wrong values then you * could try to put VendorID/ProductID pair into the list below. - * Currently I do not know of any such devices. */ Static struct usb_devno const ubt_broken_devices[] = { + { USB_VENDOR_AVM, 0x3800 }, /* AVM USB Bluetooth-Adapter BlueFritz! */ { 0, 0 } /* This should be the last item in the list */ };