kern/118578: [psm] All A4Tech X-7xx mice don't work through ps2 jack

Andriy Gapon avg at icyb.net.ua
Thu Feb 7 15:50:03 UTC 2008


The following reply was made to PR kern/118578; it has been noted by GNATS.

From: Andriy Gapon <avg at icyb.net.ua>
To: bug-followup at FreeBSD.org, yarodin at 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--


More information about the freebsd-bugs mailing list