Re: [PATCH] input: Thinkpad R31 i8042 nomux quirk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Colin,

I have removed 'i8042.nomux=1' from my kernel command line (kernel 2.6.25-gentoo-r8) and the mouse glitches bug has not yet happened (last time I had 2.6.22 or so).

I assume it has been fixed in previous releases, and got unnoticed. I will reply again to this message if there is again necessity to use i8042.nomux=1.

Thanks for your help, and sorry for the noise.

Best regards,
--
 Daniele C.

Colin Macdonald ha scritto:
legolas558 wrote:
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?

Can you test the patch below and see if it fixes the problem?

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


--- linux-2.6.27/drivers/input/serio/i8042-x86ia64io.h.orig	2008-10-12 11:31:43.000000000 -0700
+++ linux-2.6.27/drivers/input/serio/i8042-x86ia64io.h	2008-10-12 11:33:11.000000000 -0700
@@ -329,6 +329,13 @@ static struct dmi_system_id __initdata i
 			DMI_MATCH(DMI_PRODUCT_NAME, "2656"),
 		},
 	},
+	{
+		.ident = "Maxdata Pro 7000X (Fujitsu clone)",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "MAXDATA"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Pro 7000X"),
+		},
+	},
 	{ }
 };



--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux