From: legolas558 <legolas558@email.it>
To: Colin Macdonald <cbm@math.ucla.edu>, linux-input@vger.kernel.org
Subject: Re: [PATCH] input: Thinkpad R31 i8042 nomux quirk
Date: Sun, 12 Oct 2008 09:51:19 +0200 [thread overview]
Message-ID: <48F1AC77.3020503@email.it> (raw)
In-Reply-To: <48F0EDF0.3020702@math.ucla.edu>
Hello,
I also have a notebook, Maxdata Pro 7000X (Fujitsu clone), which has
such problem (needs i8042.nomux=1, perhaps kernel bug #8740).
Can we also use a patch for it?
dmidecode useful information:
Handle 0x0001, DMI type 1, 25 bytes
System Information
Manufacturer: MAXDATA
Product Name: Pro 7000X
Version: xxxxxxxxxx
Serial Number: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
UUID: xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx
Wake-up Type: Power Switch
Thanks,
--
Daniele C.
Colin Macdonald ha scritto:
> Subject: [PATCH] input: Thinkpad R31 i8042 nomux quirk
> from: Colin B Macdonald <cbm@m.fsf.org>
>
> Thinkpad R31 needs i8042 nomux quirk. Stops jittery jumping mouse
> and random keyboard input. Fixes kernel bug #11723. Cherry picked
> from Ubuntu who have sometimes (on-again-off-again) had a fix in
> their patched kernels.
>
> Signed-off-by: Colin B Macdonald <cbm@m.fsf.org>
>
> ---
>
> --- linux-2.6.27/drivers/input/serio/i8042-x86ia64io.h.orig 2008-10-11 01:07:22.000000000 -0700
> +++ linux-2.6.27/drivers/input/serio/i8042-x86ia64io.h 2008-10-11 01:06:24.000000000 -0700
> @@ -322,6 +322,13 @@ static struct dmi_system_id __initdata i
> DMI_MATCH(DMI_PRODUCT_NAME, "N34AS6"),
> },
> },
> + {
> + .ident = "IBM 2656",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "2656"),
> + },
> + },
> { }
> };
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-input" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
next prev parent reply other threads:[~2008-10-12 8:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-11 18:18 [PATCH] input: Thinkpad R31 i8042 nomux quirk Colin Macdonald
2008-10-11 22:18 ` Dmitry Torokhov
2008-10-12 7:51 ` legolas558 [this message]
2008-10-12 18:39 ` Colin Macdonald
2008-10-13 19:58 ` legolas558
2009-01-24 20:51 ` legolas558
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=48F1AC77.3020503@email.it \
--to=legolas558@email.it \
--cc=cbm@math.ucla.edu \
--cc=linux-input@vger.kernel.org \
/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.