[PATCH] /sys/isa/psm.c Toshiba Sattelite P10

From: Vahe Khachikyan (vahe_at_khachikyan.de)
Date: 12/27/03

  • Next message: Marcin Dalecki: "Re: I'm resigning from FreeBSD"
    To: "FreeBSD Hackers" <freebsd-hackers@freebsd.org>
    Date: Sat, 27 Dec 2003 21:48:22 +0100
    
    

    I had a problem on my new Toshiba Satellite P10 laptop.
    -CURRENT system kernel didn't recognize the touchpad.
    Adding the patch below to /sys/isa/psm.c helps.

    I just found a similar patch for another toshiba model
    and found out that on my model the return code from test_aux_port is
    3 instead of 2 as in patch mentioned in
    http://www.geocrawler.com/archives/3/163/2002/2/0/7956812/

    I have no idea what is it good for. The only thing I know it works in my
    case.
    Probably somebody will find the information helpfull.
    I can provide additional info on request.

    --- psm.orig.c Sat Dec 27 21:31:22 2003
    +++ psm.c Sat Dec 27 21:30:10 2003
    @@ -626,6 +626,7 @@

         switch((i = test_aux_port(kbdc))) {
         case 1: /* ignore this error */
    + case 3: /* ignore this error */
         case PSM_ACK:
            if (verbose)
                log(LOG_DEBUG, "psm%d: strange result for test aux port
    (%d).\n",
    @@ -1012,6 +1013,7 @@
          */
         switch ((i = test_aux_port(sc->kbdc))) {
         case 1: /* ignore this error */
    + case 3: /* ignore this error */
         case PSM_ACK:
             if (verbose)
                printf("psm%d: strange result for test aux port (%d).\n",

    Best regards

    --
    Vahe Khachikyan
    ---
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: Marcin Dalecki: "Re: I'm resigning from FreeBSD"

    Relevant Pages

    • [PATCH] /sys/isa/psm.c Toshiba Sattelite P10
      ... I had a problem on my new Toshiba Satellite P10 laptop. ... -CURRENT system kernel didn't recognize the touchpad. ... Adding the patch below to /sys/isa/psm.c helps. ... I just found a similar patch for another toshiba model ...
      (freebsd-current)
    • Re: Continue: psmouse.c - synaptics touchpad driver sync problem
      ... psmouse.c - synaptics touchpad driver sync problem": ... Cursor jumps like crazy when moving external mouse ... I did not recognize that the previous patch helped in any of these problems, ... > messages but I bet touchpad handling will feel much better. ...
      (Linux-Kernel)
    • [PATCH] psmouse/usb interaction fix
      ... This patch fixes the case where certain laptop touchpads ... users have to choose between using either a usb mouse ... or the touchpad. ... The patch is ported from a SuSE kernel to 2.6.7-rc2. ...
      (Linux-Kernel)
    • Re: ALPS touchpad with new Dell not recognised
      ... This patch adds support for the Alps touchpad on my Dell Vostro 1400 to ... Vojtech Pavlik wrote: ...
      (Linux-Kernel)
    • Re: ALPS touchpad with new Dell not recognised
      ... This patch adds support for the Alps touchpad on my Dell Vostro 1400 to ... the linux kernel. ... Vojtech Pavlik wrote: ...
      (Linux-Kernel)