From owner-freebsd-usb@FreeBSD.ORG Fri May 7 10:39:55 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59711106564A; Fri, 7 May 2010 10:39:55 +0000 (UTC) (envelope-from alex.deiter@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 00CE48FC08; Fri, 7 May 2010 10:39:54 +0000 (UTC) Received: by gwaa20 with SMTP id a20so114980gwa.13 for ; Fri, 07 May 2010 03:39:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Tn0+vx54HlPkmg+oyDLAKJVENVtfqPtFqRzzmCzWASQ=; b=uUDjnA+cxwUPPdiN5Ji3PIDC57k22AEJ2cBqkbf7Rc5jTcoHRcpcfspKI0RAN/Bl+y KpBxuhk/drpEEDZgAS5Ho79jfmgPh63K07jwJqx4/AVc+ClAWIcDSuEgLG+Q4VD/+I2r Is3VMPC9Azt0vMK7XSdicH44CyQ47ZVrhWjfA= 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=kQV0gOzLPy6D2J01gAyvJMMlviir1Icz07NL3cXX4Q4TTUW8CAvedPFLsV7ztE7TeP bialc7S5+QB8QG3WoejLXys+tq5DHQTyTfMhh6Oa0IOOF0bPbIogKOT6lpVqr6qqiXmF EnnARWNI0Jt9UX7Vrm7TvgLCQpvEwl5GCxqVA= MIME-Version: 1.0 Received: by 10.101.145.35 with SMTP id x35mr10143150ann.236.1273228788094; Fri, 07 May 2010 03:39:48 -0700 (PDT) Received: by 10.100.91.20 with HTTP; Fri, 7 May 2010 03:39:48 -0700 (PDT) In-Reply-To: <201005071214.14917.hselasky@c2i.net> References: <201005070349.o473nhSF065849@www.freebsd.org> <201005070938.49542.hselasky@c2i.net> <201005071214.14917.hselasky@c2i.net> Date: Fri, 7 May 2010 14:39:48 +0400 Message-ID: From: Alex Deiter To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-gnats-submit@freebsd.org, freebsd-usb@freebsd.org Subject: Re: usb/146367: [PATCH] Revision 205728: broken bluetooth 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, 07 May 2010 10:39:55 -0000 Hi Hans, I`m apply patch for bthidd from Kal and my bt mouse work fine again! > Which daemon is driving the BT mouse? bthidd patch from Kal for bthidd(8) works fine only WITH your patches for: lib/libusbhid/data.c sys/dev/usb/usb_hid.c sys/dev/usb/usbhid.h Thanks a lot! 2010/5/7 Hans Petter Selasky : > On Friday 07 May 2010 12:13:15 Alex Deiter wrote: >> Hi, >> >> Thanks a lot for your reply! >> I`m applied patches and rebuild kernel and world. >> After system reboot problem still persist: >> >> PS/2 mouse work fine >> USB mouse work fine >> Bluetooth mouse doesn't'work - see attached video (can be view with >> mplayer) >> >> P.S. with my patch bt mouse work fine >> >> Thanks a lot! > > Which daemon is driving the BT mouse? > > --HPS > -- -- Alex Deiter