From owner-freebsd-bluetooth@FreeBSD.ORG Fri Sep 3 21:28:46 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 21DF310656AC for ; Fri, 3 Sep 2010 21:28:46 +0000 (UTC) (envelope-from buganini@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 E27A68FC13 for ; Fri, 3 Sep 2010 21:28:45 +0000 (UTC) Received: by iwn34 with SMTP id 34so2121758iwn.13 for ; Fri, 03 Sep 2010 14:28:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=xgAHzd4j8t2EOcbES3v2BJC4XvHrFpufoHRTXks7X0g=; b=C7zNiF68hvwfSv6Mf93yxvdzuUL/5ys8ulpeaiVs2N7hf3TA3U5hU3uRUd+4ddiatR WE3miEsQKeJkt+WvcTCQNrJUB0QygjupCuCfgZ3d58MhLQXf798hXYSgOqR5WgPXeYVb hmHFjAHyYCsWjn1TqFspCc718hERaaJSJuVC8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZdhdW9JDitZ/kyq+95Bnc87gQ9CBKMcoZtNy0UamqEEuQim+zOhVen4ONtkir6ddA5 HqbNPWFtX+6G0mlxeKydBPedKJoF69v8muy/rwj++Kfw9H1rqbiuJNHeu+3zVl0VSW7C rmHH2Eh7ssC1lpqkA6QOCXtDS9JZtR9zvR4wc= MIME-Version: 1.0 Received: by 10.231.148.20 with SMTP id n20mr1418448ibv.196.1283547830394; Fri, 03 Sep 2010 14:03:50 -0700 (PDT) Received: by 10.231.188.36 with HTTP; Fri, 3 Sep 2010 14:03:50 -0700 (PDT) Date: Sat, 4 Sep 2010 05:03:50 +0800 Message-ID: From: Buganini To: freebsd-bluetooth@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Non-standard bluetooth mouse? 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, 03 Sep 2010 21:28:46 -0000 I got a bluetooth mouse (http://www.ectrade.com/Auction/FreeSample/1927412228/new-wireless-bluetooth-mouse-CH-25.html) , but I couldn't get it work: [code] #bthidcontrol -a btmouse Query Could not perform SDP query on the device 00:11:67:fa:1f:89. Attribute not found (87) [/code] I added some printf in /usr/src/usr.sbin/bluetooth/bthidcontrol/sdp.c to see what's returned by the mouse: [code] nvalues: 8 0 Get control_psm 1 Get interrupt_psm 2 Get battery_power 3 Get normally_connectable 4 Not OK 5 Not OK 6 Not OK 7 Not OK control_psm: 17 interrupt_psm: 1 reconnect_initiate: -1 normally_connectable: 0 hid_descriptor: 0x0 hid_descriptor_length: -1 [/code] my mouse returned only 4 attributes. But it works on windows xp without any driver. Is this problem in mouse or in freebsd driver? Or it is just because this mouse is not following standard? --Buganini