Date: Thu, 7 Feb 2008 15:50:02 GMT From: Andriy Gapon <avg@icyb.net.ua> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/118578: [psm] All A4Tech X-7xx mice don't work through ps2 jack Message-ID: <200802071550.m17Fo2Gr079170@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/118578; it has been noted by GNATS. From: Andriy Gapon <avg@icyb.net.ua> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802071550.m17Fo2Gr079170>