From owner-freebsd-bluetooth@FreeBSD.ORG Tue Dec 29 22:41:56 2009 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 C45D71065670 for ; Tue, 29 Dec 2009 22:41:56 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 9BC6E8FC1A for ; Tue, 29 Dec 2009 22:41:56 +0000 (UTC) Received: by pzk15 with SMTP id 15so7897394pzk.3 for ; Tue, 29 Dec 2009 14:41:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=WwpFvF2Fl0WkiBWA/zGFW0SZFEZ16uZHyvifWoZC/qA=; b=pRN/PsRReq3AAVKH7SvAUXl2w9Z//zSFCIxRxSBGWOC1uE0R1GFMX6NdQdY6dnLAek XPRk58C3Xaq3R587q5EuEFtL6zxYUKZssa8YqvaVL00una/9EkutrIeOrPRLS4q+Zkq/ hSIgnmqJa5rEny5ZrN5k+kqoVMP2e3TVEJzzo= 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; b=kEEWZD7oQP394rx8QiP/wHBLv9BgaQad7NDM8K9j9o2ItHh3llgz5/EtwYlqqKAfHK RWJozC9Pr60WlltBVBqLpD3wI25E6PZCOyCtUO+JXiiaQCYAh8OxpIKgmh7TZ9+Vjuvw N+9AQ6RMuMMKF9keR6XHEP9VnDbAwp8EhPvsE= MIME-Version: 1.0 Received: by 10.115.39.11 with SMTP id r11mr11865634waj.152.1262126509474; Tue, 29 Dec 2009 14:41:49 -0800 (PST) In-Reply-To: <20091227.004954.119882392218644339.imp@bsdimp.com> References: <20091226.231514.519459540419527384.imp@bsdimp.com> <200912270746.59264.freebsd-bluetooth@dino.sk> <20091227.004954.119882392218644339.imp@bsdimp.com> Date: Tue, 29 Dec 2009 14:41:49 -0800 Message-ID: From: Maksim Yevmenkin To: "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-bluetooth@freebsd.org Subject: Re: Keyboard - how? 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, 29 Dec 2009 22:41:56 -0000 On Sat, Dec 26, 2009 at 11:49 PM, M. Warner Losh wrote: > In message: <200912270746.59264.freebsd-bluetooth@dino.sk> > Milan Obuch writes: > : On Sunday 27 December 2009 07:15:14 M. Warner Losh wrote: > : > OK. I must be pathologically dense... > : > > : > I've tried to get my apple mini keyboard working with my machine. I'm > : > so close. I'm getting the following messages on the console: > : > [...] > sure hope that vkbd290 isn't going to run me out of memory :) well, that is how "auto cloning" apparently works. bthidd(8) opens /dev/vkbdctl basically asking for the first available instance of /dev/vkbdctl. however, cloning "gets there first" and always gives new clone. same as if_tun(4), if_tap(4) etc. i never liked that. seems like something is missing in clone_xxxx api. thanks, max