From owner-freebsd-bluetooth@FreeBSD.ORG Fri Nov 12 06:37:23 2010 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BB39106564A for ; Fri, 12 Nov 2010 06:37:23 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DD5D18FC17 for ; Fri, 12 Nov 2010 06:37:22 +0000 (UTC) Received: by iwn39 with SMTP id 39so3123013iwn.13 for ; Thu, 11 Nov 2010 22:37:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=o+aqHl4th7QEoIBr4TFsCyyRl9kuPCdguGZlCDV4+pA=; b=IsRjbZwHTf7fnbr50NPk+8Tqa362/UneTQ3xksXJ9mniCPeUdr6JRYm1pYqFq1P1zU A4ak/7bi5ZR/j8az3oolry8RHXrgO07DW6xJvmnexmmU5EHqNvzOdn3+wbdckDOIjZff A3ilwSjcbPk5kkoq4Ijp0SntA45UwpiGA7d28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NjufjKxOE96WBxr3Q45SRYp5Ar0I48WBUMUb9yjYTIJw5ZacI/xPBe5q2GZ4r415We xvQZ1jKX7hGTm/meZanLtbqkkPIiRFoIvSQu3DlofVB2In7BkTAkf8VkoeH5nhBIMzBo 8NKV+Has4MdPhXQW6hiimriA4ZRpUacWaMPe4= MIME-Version: 1.0 Received: by 10.231.16.67 with SMTP id n3mr1502678iba.113.1289543842149; Thu, 11 Nov 2010 22:37:22 -0800 (PST) Received: by 10.231.207.14 with HTTP; Thu, 11 Nov 2010 22:37:22 -0800 (PST) In-Reply-To: <20101112062852.GA39843@amp2.iem.pw.edu.pl> References: <64FA2044DA694411995A309FF342396C@marekdesktop> <20101112050506.GA18796@amp2.iem.pw.edu.pl> <20101112062852.GA39843@amp2.iem.pw.edu.pl> Date: Thu, 11 Nov 2010 22:37:22 -0800 Message-ID: From: Maksim Yevmenkin To: Andrzej Tobola Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-bluetooth@freebsd.org, Marek Salwerowicz Subject: Re: Atheros bluetooth unrecognizable 0cf3:3002 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: Fri, 12 Nov 2010 06:37:23 -0000 On Thu, Nov 11, 2010 at 10:28 PM, Andrzej Tobola wrote: [..] > Thanks! > Seems is working: cool. thanks for trying it out. > One qestion - is it necessary to correct "product" from "0x3000" to "0x30= 02" in devd.conf ? > becasue we have: > > =A0ubt0: on usbus0 > > (I named devd.conf as ath3k.conf and put it in /etc/devd/ ) no, product id changes _after_ firmware is downloaded. at attach time device presents itself as vendor 0x0cf3 product 0x3000. > Seems that you shoud commit it! yes, i will, probably tomorrow. > =A0WARNING: attempt to domain_add(bluetooth) after domainfinalize() > How can I eliminate it ? in short - you can't. its harmless. thanks, max