Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 17 Jul 2002 10:52:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 17 Jul 2002 10:52:28 -0400 Received: from ns1.alcove-solutions.com ([212.155.209.139]:28642 "EHLO smtp-out.fr.alcove.com") by vger.kernel.org with ESMTP id ; Wed, 17 Jul 2002 10:52:27 -0400 Date: Wed, 17 Jul 2002 16:55:23 +0200 From: Stelian Pop To: Vojtech Pavlik Cc: Linux Kernel Mailing List Subject: Re: input subsystem config ? Message-ID: <20020717145523.GJ14581@tahoe.alcove-fr> Reply-To: Stelian Pop Mail-Followup-To: Stelian Pop , Vojtech Pavlik , Linux Kernel Mailing List References: <20020716143415.GO7955@tahoe.alcove-fr> <20020717095618.GD14581@tahoe.alcove-fr> <20020717120135.A12452@ucw.cz> <20020717101001.GE14581@tahoe.alcove-fr> <20020717140804.B12529@ucw.cz> <20020717132459.GF14581@tahoe.alcove-fr> <20020717154448.A19761@ucw.cz> <20020717135823.GG14581@tahoe.alcove-fr> <20020717162904.B19935@ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020717162904.B19935@ucw.cz> User-Agent: Mutt/1.3.25i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1875 Lines: 57 On Wed, Jul 17, 2002 at 04:29:04PM +0200, Vojtech Pavlik wrote: > > I should enhance however that it works with the old pc_keyb driver. > > Yes, I know. That's why I suggested skipping the detection, as the > pc_keyb driver doesn't do that. > > Try this: > > --- i8042.c.old Wed Jul 17 16:05:57 2002 > +++ i8042.c Wed Jul 17 16:27:54 2002 > @@ -571,6 +571,8 @@ > > i8042_flush(); > > +#if 0 [...] Argh, with this patch, the mouse still doesn't work but I also lose the keyboard (but keyboard press/release events are however present in the logs...)! [...] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hda: 23579136 sectors w/512KiB Cache, CHS=23392/16/63, UDMA(33) hda: [PTBL] [1467/255/63] hda1 hda2 hda3 < hda5 hda6 > mice: PS/2 mouse device common for all mice i8042.c: fa <- i8042 (flush, kbd) [0] i8042.c: 20 -> i8042 (command) [0] i8042.c: 47 <- i8042 (return) [0] i8042.c: 60 -> i8042 (command) [1] i8042.c: 56 -> i8042 (parameter) [1] i8042.c: a8 -> i8042 (command) [1] i8042.c: 60 -> i8042 (command) [1] i8042.c: 56 -> i8042 (parameter) [1] serio: i8042 AUX port at 0x60,0x64 irq 12 i8042.c: 60 -> i8042 (command) [1] i8042.c: 46 -> i8042 (parameter) [1] serio: i8042 KBD port at 0x60,0x64 irq 1 NET4: Linux TCP/IP 1.0 for NET4.0 [...] i8042.c: 39 <- i8042 (interrupt, kbd, 0) [96160] i8042.c: b9 <- i8042 (interrupt, kbd, 0) [96260] i8042.c: 39 <- i8042 (interrupt, kbd, 0) [97310] i8042.c: b9 <- i8042 (interrupt, kbd, 0) [97410] i8042.c: 39 <- i8042 (interrupt, kbd, 0) [102010] i8042.c: b9 <- i8042 (interrupt, kbd, 0) [102110] Stelian. -- Stelian Pop Alcove - http://www.alcove.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/