From owner-freebsd-bluetooth@FreeBSD.ORG Mon Jul 18 07:55:38 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A71BA16A41C for ; Mon, 18 Jul 2005 07:55:38 +0000 (GMT) (envelope-from marcel@holtmann.org) Received: from mail.holtmann.net (coyote.holtmann.net [217.160.111.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CDED43D49 for ; Mon, 18 Jul 2005 07:55:36 +0000 (GMT) (envelope-from marcel@holtmann.org) Received: from pegasus (p5487E426.dip.t-dialin.net [84.135.228.38]) by mail.holtmann.net (8.12.3/8.12.3/Debian-7.1) with ESMTP id j6I7wRXB018218 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 18 Jul 2005 09:58:28 +0200 From: Marcel Holtmann To: Maksim Yevmenkin In-Reply-To: <42DB1141.1050008@savvis.net> References: <42DA013A.3050900@jabbe.de> <42DAD3C5.9060800@savvis.net> <42DADF0D.4070509@jabbe.de> <42DB1141.1050008@savvis.net> Content-Type: text/plain Date: Mon, 18 Jul 2005 09:55:47 +0200 Message-Id: <1121673347.22662.52.camel@pegasus> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.85.1/982/Sun Jul 17 14:45:12 2005 on coyote.holtmann.net X-Virus-Status: Clean Cc: freebsd-bluetooth@freebsd.org, Rainer Goellner Subject: Re: AVM BlueFritz! X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 07:55:38 -0000 Hi Maksim, > >> i have a report which clearly states that AVM BlueFritz! usb adapter > >> does not work with ng_ubt(4). i also have a dump of all usb interfaces > >> and endpoints that does not look like H:2 standard compliant. i'm > >> pretty sure that at the time i saw special Linux driver for the > >> device. i did not port it because i did not have the device. > >> > > Sounds like a pre v2.0 BlueFritz!. > > > > I'm sure you know about this; anyway, it may be of some help: > > http://www.holtmann.org/linux/bluetooth/features.html > > yes, i've seen this page. however it has been awhile. i see it has been > updated. thanks! there exists two AVM BlueFRITZ! dongles with different USB product ids: /* AVM BlueFRITZ! USB */ { USB_DEVICE(0x057c, 0x2200) }, /* AVM BlueFRITZ! USB v2.0 */ { USB_DEVICE(0x057c, 0x3800) }, The version 1.0 (with id 0x2200) needs a special driver and also a firmware download to work. The version 2.0 (with id 0x3800) is a standard H:2 dongle. They only didn't set the Bluetooth class for it. Regards Marcel