From owner-freebsd-usb@FreeBSD.ORG Mon Aug 18 07:00:22 2008 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1D2A1065699 for ; Mon, 18 Aug 2008 07:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D959C8FC19 for ; Mon, 18 Aug 2008 07:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7I70MEM087625 for ; Mon, 18 Aug 2008 07:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7I70MKB087624; Mon, 18 Aug 2008 07:00:22 GMT (envelope-from gnats) Date: Mon, 18 Aug 2008 07:00:22 GMT Message-Id: <200808180700.m7I70MKB087624@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Brian Cox Cc: Subject: Re: kern/123224: [ums] Scroll wheel breakage w/ USB MS Wireless Intellimouse Explorer X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brian Cox List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 07:00:23 -0000 The following reply was made to PR kern/123224; it has been noted by GNATS. From: Brian Cox To: Kai Wang Cc: bug-followup@freebsd.org Subject: Re: kern/123224: [ums] Scroll wheel breakage w/ USB MS Wireless Intellimouse Explorer Date: Mon, 18 Aug 2008 02:42:39 -0400 On Monday 11 August 2008 10:10:55 am Kai Wang wrote: > I think the regression you metioned is indeed there. > > Could you please try the following patch against -CURRENT or -STABLE > and see if it fixes the problem? I applied the patch against the latest RELENG_6 (as of approx. 18 Aug 2008 02:00 -0400). The kernel now detects the Z dir and scrolling with the wheel works. - Brian