From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 7 15:50:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39EB616A418 for ; Thu, 7 Feb 2008 15:50:03 +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 1E7F713C4D3 for ; Thu, 7 Feb 2008 15:50:03 +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 m17Fo2LD079171 for ; Thu, 7 Feb 2008 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m17Fo2Gr079170; Thu, 7 Feb 2008 15:50:02 GMT (envelope-from gnats) Date: Thu, 7 Feb 2008 15:50:02 GMT Message-Id: <200802071550.m17Fo2Gr079170@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/118578: [psm] All A4Tech X-7xx mice don't work through ps2 jack X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 15:50:03 -0000 The following reply was made to PR kern/118578; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, yarodin@gmail.com Cc: Subject: Re: kern/118578: [psm] All A4Tech X-7xx mice don't work through ps2 jack Date: Thu, 07 Feb 2008 17:22:55 +0200 This is a multi-part message in MIME format. --------------040401050608030600020700 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Could you please check if a patch described in the following email helps you? http://docs.freebsd.org/cgi/getmsg.cgi?fetch=256010+0+current/freebsd-stable I am also attaching the patch to this message. -- Andriy Gapon --------------040401050608030600020700 Content-Type: text/x-patch; name="psm.c.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="psm.c.patch" --- psm.c.orig 2008-02-04 18:07:34.000000000 +0200 +++ psm.c 2008-02-04 18:08:14.000000000 +0200 @@ -3109,6 +3109,8 @@ enable_msexplorer(struct psm_softc *sc) int id; int i; + enable_msintelli(sc); + /* the special sequence to enable the extra buttons and the roller. */ for (i = 0; i < sizeof(rate1)/sizeof(rate1[0]); ++i) { if (set_mouse_sampling_rate(kbdc, rate1[i]) != rate1[i]) --------------040401050608030600020700--