lkml.org 
[lkml]   [1999]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[TYPO] psaux detection in pre8
Hi,

It looks to me like there's a typo in pc_keyb.c line 747. I think
if (val == 0x5a && (status & KBD_STAT_MOUSE_OBF))
should be.
if (val != 0x5a && (status & KBD_STAT_MOUSE_OBF))
This is what I had to do to get pre8 to detect my aux port anyway.
(outputing 0x5a then checking for it after input is a test to ensure
that we're talking to something other than latches yes?)

-Mike


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.062 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site