From owner-freebsd-bluetooth@FreeBSD.ORG Wed Jan 19 18:24:06 2011 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 F1CDF106564A for ; Wed, 19 Jan 2011 18:24:06 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-yi0-f48.google.com (mail-yi0-f48.google.com [209.85.218.48]) by mx1.freebsd.org (Postfix) with ESMTP id AABB18FC14 for ; Wed, 19 Jan 2011 18:24:06 +0000 (UTC) Received: by yib17 with SMTP id 17so475853yib.35 for ; Wed, 19 Jan 2011 10:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=3lzZQTYMBq+/lc51UpRXJBUec4dLncjERGbx6YEe6NM=; b=x60WlaE+1LAyvgftDRk59MQllYMXxXoQ92BTYBXnpIFReMmJpeDqxhRWkjMoEqcybh sRyps4hGhSgsx/uxMOQRRfiPDhJJPUZDj9SXg1OMKWbpVhNx0qn91yOEkXFFrCAnZhgU KLC1GPxi9GEEhnDproPfUU96XWm6w5dgOj4uA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=cJtHjgfQe5b+exth1EIYr4ES3E25Hh9+gguTv4nO29rZ7GQZyKVhFpG4BJjKmT1YA1 eVpir+iW6wdGno4CHDC/NsDswT/LHaLcN7AF7RzmVDJDes0ZnLcMPWzUJ1niZJqvBpB6 2cKUwroeH4GOD3GORCdLPRytU5gr/zK1zST8c= Received: by 10.204.126.138 with SMTP id c10mr1005803bks.156.1295461445043; Wed, 19 Jan 2011 10:24:05 -0800 (PST) Received: from Melon.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id rc9sm2036001bkb.2.2011.01.19.10.24.02 (version=SSLv3 cipher=RC4-MD5); Wed, 19 Jan 2011 10:24:03 -0800 (PST) Message-ID: <4D372C27.3040606@gmail.com> Date: Wed, 19 Jan 2011 19:23:35 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110111 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-bluetooth@freebsd.org References: <4D36ED39.7070807@gmail.com> In-Reply-To: <4D36ED39.7070807@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Bluetooth mouse does not connect after reboot 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: Wed, 19 Jan 2011 18:24:07 -0000 It works ! In fact I didn't need to press the connect the button, only moving it or clicking. It was easier than I tought. Thanks. I'm just guessing, there is two more logical buttons in the wheel (backward/forward) that are not understood by bthidd. Is this a bthidd limitation? [..snip..] Input id=2 size=1 count=1 page=Button usage=Button_7 Variable, logical range 0..1 Input id=2 size=1 count=1 page=Button usage=Button_8 Variable, logical range 0..1 Input id=2 size=12 count=1 page=Generic_Desktop usage=X Variable Relative, logical range -2047..2047 Input id=2 size=12 count=1 page=Generic_Desktop usage=Y Variable Relative, logical range -2047..2047 Input id=2 size=8 count=1 page=Generic_Desktop usage=Wheel Variable Relative, logical range -127..127 Input id=2 size=8 count=1 page=Consumer usage=AC_Pan Variable Relative, logical range -127..127 End collection I think it should be the button 7 and 8 that are not usable. Cheers,