All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dtor_core@ameritech.net>
To: Jaco Kroon <jaco@kroon.co.za>
Cc: linux-kernel@vger.kernel.org,
	Sebastian Piechocki <sebekpi@poczta.onet.pl>
Subject: Re: i8042 controller on Toshiba Satellite P10 notebook - patch
Date: Mon, 4 Apr 2005 20:25:31 -0500	[thread overview]
Message-ID: <200504042025.31645.dtor_core@ameritech.net> (raw)
In-Reply-To: <4251DD5A.2020801@kroon.co.za>

On Monday 04 April 2005 19:35, Jaco Kroon wrote:
> Dmitry Torokhov wrote:
> 
> > A-haa.. Well, in that case we'll cheat ;) and just disable MUX mode
> > for your Toshiba via a DMI quirk, like we do for certain Fujitsus. If
> > there is no external port there is no reason to have the controller in
> > MUX mode.
> > 
> > Could you please send me output of 'dmidecode' utility?
> 
> Ah yes.  Your lucky it's only a 37KB download.  Some nice tools...
> 
> It's a _lot_ of output so I'm again rather attaching it (gzipped).
>

Ok, great! Please try the patch below (against 2.6.12-rc{1|2}).
 
> Would this quirk also imply usb-handoff?
>

No, just nomux. We are still battling whether we shoudl have usb-handoff on
by default.
 
> One (hopefully) last query, lspci reports the following device (which I
> assume is the SD card reader):
> 
> 0000:02:04.2 Class 0805: ENE Technology Inc: Unknown device 0550
> 
> How can one confirm what this is?

Not sure, sorry.

-- 
Dmitry

===================================================================

Input: automatically disable MUX mode on Toshiba Satellite P10
       because it interferes with ALPS touchpad detection and
       causes horrible death on reboot. Since P10 does not have
       external PS/2 ports MUX mode does not have any advantages
       over legacy mode anyway.


 i8042-x86ia64io.h |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletion(-)

Index: dtor/drivers/input/serio/i8042-x86ia64io.h
===================================================================
--- dtor.orig/drivers/input/serio/i8042-x86ia64io.h
+++ dtor/drivers/input/serio/i8042-x86ia64io.h
@@ -88,9 +88,11 @@ static struct dmi_system_id __initdata i
 };
 
 /*
- * Some Fujitsu notebooks are ahving trouble with touhcpads if
+ * Some Fujitsu notebooks are having trouble with touchpads if
  * active multiplexing mode is activated. Luckily they don't have
  * external PS/2 ports so we can safely disable it.
+ * ... apparently some Toshibas don't like MUX mode either and
+ * die horrible death on reboot.
  */
 static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
 	{
@@ -121,6 +123,13 @@ static struct dmi_system_id __initdata i
 			DMI_MATCH(DMI_PRODUCT_NAME, "FMVLT70H"),
 		},
 	},
+	{
+		.ident = "Toshiba P10",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"),
+		},
+	},
 	{ }
 };
 

  reply	other threads:[~2005-04-05  1:32 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-04 16:10 i8042 controller on Toshiba Satellite P10 notebook - patch Jaco Kroon
2005-04-04 16:54 ` Dmitry Torokhov
2005-04-04 17:07   ` Jaco Kroon
2005-04-04 18:03     ` Dmitry Torokhov
2005-04-04 20:35       ` Jaco Kroon
2005-04-04 21:02         ` Dmitry Torokhov
2005-04-04 21:51           ` Jaco Kroon
2005-04-04 22:50             ` Dmitry Torokhov
2005-04-04 23:54               ` Jaco Kroon
2005-04-05  0:15                 ` Dmitry Torokhov
2005-04-05  0:35                   ` Jaco Kroon
2005-04-05  1:25                     ` Dmitry Torokhov [this message]
2005-04-05 18:20                 ` Stefan Seyfried
2005-04-05 18:37                   ` Dmitry Torokhov
2005-04-05 21:01                     ` Jaco Kroon
2005-04-05 21:21                       ` Dmitry Torokhov
2005-04-05 21:26                         ` Jaco Kroon
2005-04-06  5:58                         ` Jaco Kroon

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=200504042025.31645.dtor_core@ameritech.net \
    --to=dtor_core@ameritech.net \
    --cc=jaco@kroon.co.za \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sebekpi@poczta.onet.pl \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.