Another Bluetooth dongle
John Hay
jhay at icomtek.csir.co.za
Wed Apr 9 10:57:34 PDT 2003
Hi Maxim,
Here is a path with the ID for yet another bt dongle. The diff is a
bit old though, so it will probably not apply cleanly.
John
--
John Hay -- John.Hay at icomtek.csir.co.za / jhay at FreeBSD.org
Index: netgraph/bluetooth/drivers/ubt/ng_ubt.c
===================================================================
RCS file: /home/ncvs/src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c,v
retrieving revision 1.5
diff -u -r1.5 ng_ubt.c
--- netgraph/bluetooth/drivers/ubt/ng_ubt.c 19 Feb 2003 05:47:32 -0000 1.5
+++ netgraph/bluetooth/drivers/ubt/ng_ubt.c 27 Feb 2003 10:41:23 -0000
@@ -254,6 +254,7 @@
{ USB_VENDOR_MSI, USB_PRODUCT_MSI_BT_DONGLE },
{ USB_VENDOR_BROADCOM, USB_PRODUCT_DBW_120M_BT_DONGLE },
{ USB_VENDOR_EPOX, USB_PRODUCT_BT_DG02_DONGLE },
+ { USB_VENDOR_ABOCOM, USB_PRODUCT_ABO_BT_DONGLE },
{ 0, 0 }
};
Index: netgraph/bluetooth/include/ng_ubt.h
===================================================================
RCS file: /home/ncvs/src/sys/netgraph/bluetooth/include/ng_ubt.h,v
retrieving revision 1.1
diff -u -r1.1 ng_ubt.h
--- netgraph/bluetooth/include/ng_ubt.h 20 Nov 2002 23:01:57 -0000 1.1
+++ netgraph/bluetooth/include/ng_ubt.h 27 Feb 2003 10:43:38 -0000
@@ -37,6 +37,7 @@
#define USB_VENDOR_EPOX 0x0a12 /* EPoX www.epox.com */
#define USB_PRODUCT_3COM_3CREB96 0x00a0 /* 3Com Bluetooth USB dongle */
+#define USB_PRODUCT_ABO_BT_DONGLE 0xb02a /* AboCom Bluetooth USB dongle */
#define USB_PRODUCT_MITSUMI_BT_DONGLE 0x641f /* Mitsumi Bluetooth USB dongle*/
#define USB_PRODUCT_TDK_BT_DONGLE 0x0309 /* TDK Bluetooth USB dongle */
#define USB_PRODUCT_MSI_BT_DONGLE 0x1967 /* MSI Bluetooth USB dongle */
More information about the freebsd-current
mailing list