lkml.org 
[lkml]   [2000]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: pc_keyb.c and 2.4.0 Test (ALL)
Date
I agree.  This has been on my to-do-list for awhile
now, but lower priority than USB work, and not a
showstopper...

~Randy

> -----Original Message-----
> From: Frank Jacobberger [mailto:fxj@inconnect.com]
> Sent: Monday, July 31, 2000 7:04 PM
> To: linux-kernel@vger.rutgers.edu
> Subject: Re: pc_keyb.c and 2.4.0 Test (ALL)
>
>
> Someone take a look at pc_keyb.c and figure out how to disable the
> compiling of this file into the kernel. USB support if found
> and enabled
> precludes the need for pc_keyb.c as demonstrated by the
> kernel warning:
>
> "keyboard: Timeout - AT keyboard not present?"
>
> My system tested out with compiled 2.4.0 Test2 and 5 with this error,
> even though my keyboard and mouse were detected and subsequently
> properly loaded at kernel boot.
>
> As found in pc_keyb.c :
>
> ---------------------------------------------------------------
> unsigned long timeout = KBD_TIMEOUT;
>
> acknowledge = 0; /* Set by interrupt routine on receipt of ACK. */
> resend = 0;
> reply_expected = 1;
> kbd_write_output_w(data);
> for (;;) {
> if (acknowledge)
> return 1;
> if (resend)
> break;
> mdelay(1);
> if (!--timeout) {
> #ifdef KBD_REPORT_TIMEOUTS
> printk(KERN_WARNING "keyboard: Timeout - AT keyboard not
> present?\n");
> #endif
> return 0;
>
> ---------------------------------------------------------------
>
> No point if it's detected at kernel boot with USB support.
>
> FYI


-
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:57    [W:0.805 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site