From owner-freebsd-usb@FreeBSD.ORG Fri Mar 18 18:36:40 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 716D5106566B; Fri, 18 Mar 2011 18:36:40 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2DA5D8FC08; Fri, 18 Mar 2011 18:36:39 +0000 (UTC) Received: by iyj12 with SMTP id 12so5063145iyj.13 for ; Fri, 18 Mar 2011 11:36:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=5BSvaHiSuiHzCbtYKkqzI+IcHnuaGpwfJxJXQ6EUT48=; b=nw3nvoFI0KSrMPBfDhg0dj3CNU62HaV36x9iI68rkox13owCMp0Tf6vpUUSMFL3IK+ 7EoYmakJBVeF8MNVGe5BJ/l65R1nC9Th/qw/D4xz40E83ezPz3xi97RBwt4l17J2Lrp9 njXPs46Xk1cPvonAJOTsLFIavnhJKL4ffzUSc= 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=Ds/Zfvz5UqNvwLA6J8+OPj/sAjGRxThEV3bJ35BCArk2TrWvHTy59moLkfiUY/gVTg bMbGVyr/otUusTD23Q3E9bewHIAS9o4iZwjYkw/5Yj0/ttyv8CZ4ELoiLVQOtb5/DaEn NY9eQWLnTsr8QmcPnMDT9/oB5pwEhjb5JD0hw= MIME-Version: 1.0 Received: by 10.42.145.72 with SMTP id e8mr1918667icv.506.1300473399285; Fri, 18 Mar 2011 11:36:39 -0700 (PDT) Received: by 10.43.60.201 with HTTP; Fri, 18 Mar 2011 11:36:39 -0700 (PDT) In-Reply-To: <4D7F6AE3.1060503@users.sf.net> References: <4D7F6AE3.1060503@users.sf.net> Date: Fri, 18 Mar 2011 11:36:39 -0700 Message-ID: From: Maksim Yevmenkin To: mato Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-bluetooth@freebsd.org, freebsd-usb@freebsd.org Subject: Re: no modules / services needed for BT mouse support (?) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 18:36:40 -0000 Hello, sorry for the delay > Probably I wasn't clear. I am aware of how to enable BT mouse in FreeBSD, I > used it for several years. I did the same for PC-BSD and it worked as > expected. ok > But now, with the same mouse on a friend's computer running (latest) PC-BSD, > I do no need to do anything and it works. There is no ng_ubt loaded, yet I > see /dev/ums0 and mouse works both in console and X11. The issue is that > its wheel does not work. well, i would guess that the mouse is recognized as usb mouse. this could happen when bluetooth usb dongle connected to the computer is operating in so called "hid mode". in this mode, bluetooth dongle is NOT appearing as bluetooth device but rather than usb mouse, and, possibly, as keyboard as well. > So I was confused as to how it can work out-of-box and why wheel is dead. if my guess above is correct, then it works out-of-the-box because ums(4) (usb mouse) drivers attaches to it, and, moused(8) picks it up as usb mouse. i'm guessing the wheel does not work because moused(8) needs to be told about it. > One idea that occured to me is that BIOS recognises and emulates it (dongle > + mouse), though that sounds strange. sorry, i'm not sure i understand what do you mean. if bluetooth dongle is in fact in hid mode then it will look like usb mouse. > Btw, when I tried to set it up as usual (and as you wrote above), it stopped > working (on that PC-BSD machine). can you please check if you even have bluetooth device in this case? what does # ngctl li shows? thanks max