From: Vojtech Pavlik <vojtech@suse.cz>
To: Stelian Pop <stelian.pop@fr.alcove.com>,
Vojtech Pavlik <vojtech@suse.cz>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: input subsystem config ?
Date: Wed, 17 Jul 2002 16:29:04 +0200 [thread overview]
Message-ID: <20020717162904.B19935@ucw.cz> (raw)
In-Reply-To: <20020717135823.GG14581@tahoe.alcove-fr>; from stelian.pop@fr.alcove.com on Wed, Jul 17, 2002 at 03:58:23PM +0200
On Wed, Jul 17, 2002 at 03:58:23PM +0200, Stelian Pop wrote:
> On Wed, Jul 17, 2002 at 03:44:48PM +0200, Vojtech Pavlik wrote:
>
> > Try this patch,
>
> It doesn't change anything:
>
> > if it doesn't work, we'll have to try more changes, like
> > trying to skip the AUX port detection that might confuse the chip ....
>
> 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
+
/*
* Internal loopback test - filters out AT-type i8042's
*/
@@ -621,6 +625,11 @@
i8042_ctr &= ~I8042_CTR_AUXINT;
if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR))
+ return -1;
+
+#endif
+
+ if (i8042_command(¶m, I8042_CMD_AUX_ENABLE))
return -1;
return 0;
> I don't know the internals but it may give you a hint...
>
> > Btw, what's the exact chipset involved?
>
> It's a Sony VAIO Picturebook C1VE, lspci:
> 00:00.0 Host bridge: Transmeta Corporation LongRun Northbridge
> 00:00.1 RAM memory: Transmeta Corporation SDRAM controller
> 00:00.2 RAM memory: Transmeta Corporation BIOS scratchpad
> 00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
> 00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
> 00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
> 00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 03)
> 00:08.0 FireWire (IEEE 1394): Texas Instruments TSB43AA22 IEEE-1394 Controller (PHY/Link Integrated) (rev 02)
> 00:09.0 Multimedia audio controller: Yamaha Corporation YMF-754 [DS-1E Audio Controller]
> 00:0b.0 Multimedia controller: Kawasaki Steel Corporation: Unknown device ff01 (rev 01)
> 00:0c.0 CardBus bridge: Ricoh Co Ltd RL5c475 (rev 80)
> 00:0d.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M (rev 64)
Oh my. So likely there the i8042 chip is implemented in software
entirely ...
--
Vojtech Pavlik
SuSE Labs
next prev parent reply other threads:[~2002-07-17 14:26 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-16 14:34 input subsystem config ? Stelian Pop
2002-07-17 9:56 ` Stelian Pop
2002-07-17 10:01 ` Vojtech Pavlik
2002-07-17 10:10 ` Stelian Pop
2002-07-17 12:08 ` Vojtech Pavlik
2002-07-17 13:24 ` Stelian Pop
2002-07-17 13:44 ` Vojtech Pavlik
2002-07-17 13:58 ` Stelian Pop
2002-07-17 14:29 ` Vojtech Pavlik [this message]
2002-07-17 14:55 ` Stelian Pop
2002-07-17 15:22 ` Vojtech Pavlik
2002-07-17 15:33 ` Stelian Pop
2002-07-18 14:41 ` Stelian Pop
2002-07-18 14:45 ` Vojtech Pavlik
2002-07-18 14:48 ` Stelian Pop
2002-07-18 15:15 ` Vojtech Pavlik
2002-07-18 15:28 ` Stelian Pop
2002-07-18 15:31 ` Vojtech Pavlik
2002-07-18 16:02 ` Stelian Pop
2002-07-19 14:36 ` Stelian Pop
2002-07-19 19:32 ` Vojtech Pavlik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020717162904.B19935@ucw.cz \
--to=vojtech@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=stelian.pop@fr.alcove.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox