From owner-freebsd-usb@FreeBSD.ORG Mon Mar 5 09:59:09 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org 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 CF21F16A40D for ; Mon, 5 Mar 2007 09:59:09 +0000 (UTC) (envelope-from markhobden@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 5A42713C478 for ; Mon, 5 Mar 2007 09:59:09 +0000 (UTC) (envelope-from markhobden@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so2216418wri for ; Mon, 05 Mar 2007 01:59:08 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kRPThuWUlMW/LWipZXFhlJ4BmMMQ57c16FI3lvvPZXI/aW07qpfsCQF+o1ZjYyJhPn5xFZe+SURrxuePsUrJ2z1K1gyXlwVShSfSQfEFXIXvtK1GuxIZW+dsZ7b+QEa88i+2rrsHSGkudvXBL73fIjmWx77AmiIVukxEhTXaYq0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JFQdP37outKo8fSM5Wh0Vfz2sS7p6KR58TMFWlqApexYqHgVDkc+0leQly+9AN23ADoAGS2O1VolZ79DgZfuzu2WFtg32EDAL2LmMp3YiVdSIrcSVJm0MjmWsQW90gJOF8uVuB0sCIIM9VEX/f9cYrlX3OGHyDBq+JNrqrPIgaE= Received: by 10.115.93.16 with SMTP id v16mr1183527wal.1173088748380; Mon, 05 Mar 2007 01:59:08 -0800 (PST) Received: by 10.114.144.17 with HTTP; Mon, 5 Mar 2007 01:59:08 -0800 (PST) Message-ID: Date: Mon, 5 Mar 2007 09:59:08 +0000 From: "Mark Hobden" To: "Cesar Kuroiwa" In-Reply-To: <65c972b10703041949i19235555m4cfc04803f012d97@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <65c972b10703041949i19235555m4cfc04803f012d97@mail.gmail.com> Cc: freebsd-usb@freebsd.org Subject: Re: For Review/Testing: uhidev(4) USB driver level for devices with multiple report ids 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: Mon, 05 Mar 2007 09:59:09 -0000 On 05/03/07, Cesar Kuroiwa wrote: > 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. You definitely need the uhidev-6-stable-p1.diff patch and if it is a Microsoft set it is very very likely you will need both, if the mouse behaves weirdly with both (doing things like trying to scroll up or down whenever you click a button) then I need to add your device ID to the second patch - I think you have to look for 'product=' in the output from the following command to get the device ID: devinfo -v | grep uhidev this will then get added to usbdevs and a quirk for the device gets added in usb_quirks.c Good luck! Mark