From owner-freebsd-current@FreeBSD.ORG Mon Mar 5 04:14:49 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53A3116A401 for ; Mon, 5 Mar 2007 04:14:49 +0000 (UTC) (envelope-from cesar.kuroiwa@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.freebsd.org (Postfix) with ESMTP id 101F613C442 for ; Mon, 5 Mar 2007 04:14:48 +0000 (UTC) (envelope-from cesar.kuroiwa@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so2121666wri for ; Sun, 04 Mar 2007 20:14:48 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=HoaG+da3AF3ygSow4bPOSKNRdqUE/jdbHRdHjgVj3dgyl/WE8hDqAqzyWUUA0F0HyygpIjm4+77PGVcIhCf9BRjniQepD7y91piJxQ/tqVm9f+lSd2SsGaH6iJgCUIoKPZ6NooDT4hpbL6pcVj81i9iWWVPCnVf2CSgfd6Ky838= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sfvGbNn16KWH++7timJbjlFaCAHCl+3fHAuwMuw6mrCYZv0WAiLCd6/TxcXNAg/WyZNxupSWch116HpWcPFQb05DbvHtQb+/yxeOGHtIY6TtsTGBL18c/38D1vAxX552Y2/8855ltluIxmYjhzxHCv1N/b7c6YHsT7o084Zmq0g= Received: by 10.114.133.1 with SMTP id g1mr1116664wad.1173066596920; Sun, 04 Mar 2007 19:49:56 -0800 (PST) Received: by 10.114.61.7 with HTTP; Sun, 4 Mar 2007 19:49:56 -0800 (PST) Message-ID: <65c972b10703041949i19235555m4cfc04803f012d97@mail.gmail.com> Date: Mon, 5 Mar 2007 00:49:56 -0300 From: "Cesar Kuroiwa" To: freebsd-current@freebsd.org, freebsd-usb@freebsd.org In-Reply-To: MIME-Version: 1.0 References: X-Mailman-Approved-At: Mon, 05 Mar 2007 12:27:19 +0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: For Review/Testing: uhidev(4) USB driver level for devices with multiple report ids X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 04:14:49 -0000 2007/3/3, Mark Hobden : > > This was originally ported from NetBSD by Maxime Henrion (mux), more > recently > I have updated the patch and fixed a few bugs. > > Current > http://www.terinea.co.uk/~mark/patches/uhidev-7-current-p1.diff > > Stable (slightly older, should still apply) > http://www.terinea.co.uk/~mark/patches/uhidev-6-stable-p1.diff > > I have also created a patch the gets some Microsoft keyboard/mouse sets > and > Microsoft notebook mice working with the uhidev driver. Without this patch > invalid offsets cause the report size to be incorrect. It could make more > sense > to change offsets in hid_get_item() instead though. I am sure there will > be more > device Id's I have missed if you know of any please email me so I can > update > the patch. > > For Current and 6-Stable (requires uhidev patch to be applied first) > http://www.terinea.co.uk/~mark/patches/uhidev-add-ms.diff Hi there, I was a little unsure about which patch to use, so I recompiled world and kernel with this last one, and unfortunately, have to say it didn't work for me. My mouse is still showing no sign of life under FreeBSD... Did I do sth wrong then? Should I have applied both patches (" uhidev-6-stable-p1.diff" and "uhidev-add-ms.diff") since I am using 6-stable, to make it work. Thanx a lot for the help