From owner-freebsd-bluetooth@FreeBSD.ORG Tue May 20 23:52:55 2008 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 7C1BF106567E for ; Tue, 20 May 2008 23:52:55 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.184]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2498FC14 for ; Tue, 20 May 2008 23:52:54 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so455880gve.39 for ; Tue, 20 May 2008 16:52:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ySWC4MpWVEq33fn8cj//iyDbmySdqr/H5fYoPNXq3S4=; b=nklQrUfbnGHOlSDPvwKHVfg2SjYw2IC1EXAGO6Mz6/Em72cuBGdXGvoZsHQLRKMWuJYilVYP/CsFl1E1aHUPIDM9jcsA9I7JeCeAscivP8sukFuh2Rk5YzzWZylXBU/xtNFgSZfuFmpac9ynBVHku8kxUL/t5GW5xE6/T2kMNy0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kxttql5e8WgTSQRpXDtWA66YqOih/H3+eyxUTVAdCfJuyzzmL1NzVw5jxDwKC5ywRMwdEnDCOMshpQ1z/F2cCpIei0a/kTt7YNhKJOZDuobNwqFn3oun2pClOkQDjG6x3yiyObiXqe50TbliObGgCSTgmRVOVoXc46oroWHlLf0= Received: by 10.125.164.9 with SMTP id r9mr7765896mko.120.1211327573129; Tue, 20 May 2008 16:52:53 -0700 (PDT) Received: by 10.86.66.5 with HTTP; Tue, 20 May 2008 16:52:53 -0700 (PDT) Message-ID: Date: Tue, 20 May 2008 16:52:53 -0700 From: "Maksim Yevmenkin" To: "Tom Malcolmson" In-Reply-To: <48332249.3010709@Malcolmson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48332249.3010709@Malcolmson.com> Cc: freebsd-bluetooth@freebsd.org Subject: Re: Looking for mini-pci bluetooth adapter 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: Tue, 20 May 2008 23:52:55 -0000 On 5/20/08, Tom Malcolmson wrote: > Is there a BSD driver for any mini-pci bluetooth adapters? Preferably one > that is 'current' - ie. is still available for purchase and supports > bluetooth 2.0. it depends on the particular mini-pci bluetooth card and how it presents itself. it could be a serial port, usb bluetooth device or something else. if the card looks like serial port or usb device then it will likely to work. usually no special drivers are required for usb or serial bluetooth devices. thanks, max