Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2003 19:57:25 +0200
From:      John Hay <jhay@icomtek.csir.co.za>
To:        Maksim Yevmenkin <m_evmenkin@yahoo.com>
Cc:        current@freebsd.org
Subject:   Another Bluetooth dongle
Message-ID:  <20030409175725.GA45697@zibbi.icomtek.csir.co.za>
In-Reply-To: <20030409171656.38541.qmail@web40305.mail.yahoo.com>
References:  <20030409112539.8178E35E45@mail.if.lt> <20030409171656.38541.qmail@web40305.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@icomtek.csir.co.za / jhay@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030409175725.GA45697>