* [patch 4/4] input: touchpad not detected on Asus G1S
@ 2009-08-06 23:04 akpm
2009-08-07 16:57 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2009-08-06 23:04 UTC (permalink / raw)
To: dtor; +Cc: linux-input, akpm, geekypenguin
From: "Jory A. Pratt" <geekypenguin@gmail.com>
The synaptic touchpad on the Asus G1S is not properly detected when
rebooting machine or on cold boot from time to time. Adding the Asus G1S
to the noloop exception table resolves the issue, as it allows the AUX IRQ
to be rasied.
# dmidecode 2.10
SMBIOS 2.4 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: ASUSTeK Computer Inc.
Product Name: G1S
Version: 1.0
Serial Number: NF1G7900340285
UUID: 242481DC-61E7-7EFB-2480-001D606B6A5E
Wake-up Type: Power Switch
SKU Number:
Family:
Signed-off-by: Jory A. Pratt <geekypenguin@gmail.com>
Cc: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/input/serio/i8042-x86ia64io.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff -puN drivers/input/serio/i8042-x86ia64io.h~input-touchpad-not-detected-on-asus-g1s drivers/input/serio/i8042-x86ia64io.h
--- a/drivers/input/serio/i8042-x86ia64io.h~input-touchpad-not-detected-on-asus-g1s
+++ a/drivers/input/serio/i8042-x86ia64io.h
@@ -78,6 +78,14 @@ static struct dmi_system_id __initdata i
},
},
{
+ .ident = "ASUS G1S",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc."),
+ DMI_MATCH(DMI_BOARD_NAME, "G1S"),
+ DMI_MATCH(DMI_BOARD_VERSION, "1.0"),
+ },
+ },
+ {
/* AUX LOOP command does not raise AUX IRQ */
.ident = "ASUS P65UP5",
.matches = {
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 4/4] input: touchpad not detected on Asus G1S
2009-08-06 23:04 [patch 4/4] input: touchpad not detected on Asus G1S akpm
@ 2009-08-07 16:57 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-08-07 16:57 UTC (permalink / raw)
To: akpm; +Cc: linux-input, geekypenguin
On Thursday 06 August 2009 16:04:14 akpm@linux-foundation.org wrote:
> From: "Jory A. Pratt" <geekypenguin@gmail.com>
>
> The synaptic touchpad on the Asus G1S is not properly detected when
> rebooting machine or on cold boot from time to time. Adding the Asus G1S
> to the noloop exception table resolves the issue, as it allows the AUX IRQ
> to be rasied.
>
> # dmidecode 2.10
Queued for mainline, please drop.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-07 16:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 23:04 [patch 4/4] input: touchpad not detected on Asus G1S akpm
2009-08-07 16:57 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).