http://bugzilla.kernel.org/show_bug.cgi?id=7780





------- Comment #110 from [EMAIL PROTECTED]  2007-09-29 22:56 -------
I'm a Tecra M3 owner and still experience slow ~5 min suspends with the Ubuntu
7.10 Beta LiveCD kernel (2.6.22 which IIRC has had this patch applied).

I tried attaching my DMIDECODE output from my Ubuntu bug report but only the
URL showed up, for what it's worth:

http://launchpadlibrarian.net/9579380/dmidecode.log

is the result. Notably, compared with TAKE6 of the patch, my oemstrs are blank
(meaning "Tecra M3" is not detected) but the vendor ID details are correct:

Handle 0x0001, DMI type 1, 25 bytes
System Information
        Manufacturer: TOSHIBA
        Product Name: TECRA M3

So adding this to the patch:

+               {
+                       .ident = "TECRA M3",
+                       .matches = {
+                               DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+                               DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M3"),
+                       },
+               },

should hopefully improve things!

(Finally: sorry, Tejan, I emailed you before realising it would be better to
post here!)


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to