From owner-freebsd-bluetooth@FreeBSD.ORG Tue Jul 31 17:14:35 2007 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 2C00316A417 for ; Tue, 31 Jul 2007 17:14:35 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id 920F413C474 for ; Tue, 31 Jul 2007 17:14:34 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 32BA3690EC4; Tue, 31 Jul 2007 18:07:24 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id E5CA9690F0C; Tue, 31 Jul 2007 18:07:23 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_00, DATE_IN_PAST_12_24,RCVD_IN_SORBS_DUL,RCVD_IN_SORBS_WEB autolearn=no version=3.1.7 Received: from epsilon.local (unknown [83.144.140.90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by core.fnop.net (Postfix) with ESMTP id 74883690EC4; Tue, 31 Jul 2007 18:07:20 +0100 (WEST) Message-ID: <46AE39C8.8080604@fnop.net> Date: Mon, 30 Jul 2007 20:19:36 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.4 (X11/20070704) MIME-Version: 1.0 To: Marcel Holtmann References: <46ADF081.8040404@fnop.net> <1185822474.5868.147.camel@violet> In-Reply-To: <1185822474.5868.147.camel@violet> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-bluetooth@freebsd.org Subject: Re: ubthidctl(1) utility 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, 31 Jul 2007 17:14:35 -0000 Marcel Holtmann wrote: > Hi Rui, > >> As part of my SoC project, you can find, at the following location, my >> ubthidctl utility: >> >> http://fnop.net/~rpaulo/priv/freebsd/ubthidctl.tgz >> >> ubthidctl(1) is a userland utility to switch a Bluetooth controller in >> HID mode to HCI mode and vice versa. This is needed, for example, in all >> MacBooks, iMacs and MacMinis (not sure if these ones have bluetooth at all). >> I also plan to create an rc.d script to run ubthidctl on boot with the >> distributed table file. >> >> This was being discussed on this mailing list with the "HCI - HID proxy" >> subject. >> >> Any comments? > > I would appreciate if you note what this utility is based on since you > obviously derived your information from hid2hci. And that code is > written by me. Sorry for being terse on the last message, but I had to run away and, since I'm on vacation, my Internet connection is pretty limited. The reason you didn't see a mention to hid2hci was not that I wanted to take full credit or anything else mean, it was just that this utility is still in development phase and I didn't worry (yet) about adding proper comments in the code. But as you can see now, the C source file already mentions your name. Regards. -- Rui Paulo