From owner-freebsd-current@FreeBSD.ORG Wed Apr 9 10:57:33 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD94737B401 for ; Wed, 9 Apr 2003 10:57:33 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D2843F85 for ; Wed, 9 Apr 2003 10:57:32 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) h39HvQ5v046043; Wed, 9 Apr 2003 19:57:26 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.9/8.12.9/Submit) id h39HvPnX046042; Wed, 9 Apr 2003 19:57:25 +0200 (SAST) (envelope-from jhay) Date: Wed, 9 Apr 2003 19:57:25 +0200 From: John Hay To: Maksim Yevmenkin Message-ID: <20030409175725.GA45697@zibbi.icomtek.csir.co.za> References: <20030409112539.8178E35E45@mail.if.lt> <20030409171656.38541.qmail@web40305.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030409171656.38541.qmail@web40305.mail.yahoo.com> User-Agent: Mutt/1.4i cc: current@freebsd.org Subject: Another Bluetooth dongle X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 17:57:34 -0000 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 */