From owner-freebsd-usb@FreeBSD.ORG Wed Mar 15 07:04:48 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A993B16A434 for ; Wed, 15 Mar 2006 07:04:44 +0000 (UTC) (envelope-from nenad.k@yubc.net) Received: from rudnik.yubc.net (rudnik.yubc.net [212.124.160.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1170843D49 for ; Wed, 15 Mar 2006 07:04:43 +0000 (GMT) (envelope-from nenad.k@yubc.net) Received: from [212.124.187.67] (sinet-lan-67.yubc.net [212.124.187.67]) (authenticated bits=0) by rudnik.yubc.net (8.12.10/8.12.10) with ESMTP id k2F75q1o018174 for ; Wed, 15 Mar 2006 08:05:52 +0100 Message-ID: <4417BC48.9060802@yubc.net> Date: Wed, 15 Mar 2006 08:03:36 +0100 From: Nenad Kljajic User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041209) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-usb@freebsd.org References: <4412B83F.1080100@oslonett.no> In-Reply-To: <4412B83F.1080100@oslonett.no> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] Logitech USB Receiver mouse workaround patch 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: Wed, 15 Mar 2006 07:04:48 -0000 I have tested your hid.c patch and I can say that it is working. Due to date of your patch, I was under the impression that it was included in 6.0 release. Morten Johansen wrote: >Nenad Kljajic wrote: > > >>There is some problem with hid_report_size() function >>and Logitech USB receiver in /usr/src/sys/dev/usb/ums.c. >>The returned value is 14 but it should be 8. >>This results in subsamling mouse data and jerky cursor movement. >> >>I have tested this workaround patch for >>Logitech® Cordless Desktop® MX™ 3100 >>and it works fine now. >> >> >> > >Can you try the attached patch to hid.c instead the workaround? >There is also an open PR usb/77604 on this. > >