[ibm-acpi-devel] [PATCH] thinkpad-acpi: fix module autoloading for older models

2009-02-15 Thread Henrique de Moraes Holschuh
From: Mathieu Chouquet-Stringer Looking at the source, there seems to be a missing * to match my DMI string. I mean for newer IBM and Lenovo's laptops you match either one of the following: MODULE_ALIAS("dmi:bvnIBM:*:svnIBM:*:pvrThinkPad*:rvnIBM:*"); MODULE_ALIAS("dmi:bvnLENOVO:*:svnLENOVO:*:pvr

[ibm-acpi-devel] [PATH] No Thinkpad Module Autoloading On T30

2009-02-15 Thread Mathieu Chouquet-Stringer
Hello, I'm running 2.6.29-rc5 on my aging T30 laptop (2366-21U) and just realized thinkpad_acpi wasn't loaded. Looking at the source, there seems to be a missing * to match my DMI string. I mean for newer IBM and Lenovo's laptops you match either one of the following: MODULE_ALIAS("dmi:b

Re: [ibm-acpi-devel] [PATH] No Thinkpad Module Autoloading On T30

2009-02-15 Thread Mathieu Chouquet-Stringer
On Sun, Feb 15, 2009 at 09:59:15AM -0300, Henrique de Moraes Holschuh wrote: > I will: > 1. retitle the patch to "thinkpad-acpi: fix module autoloading on older > models" > 2. add the cc for sta...@kernel.org > 2. queue it to make sure it won't get lost > 3. check if Len would take it for 2.6.29 s

Re: [ibm-acpi-devel] [PATH] No Thinkpad Module Autoloading On T30

2009-02-15 Thread Henrique de Moraes Holschuh
On Sat, 14 Feb 2009, Mathieu Chouquet-Stringer wrote: > Looking at the source, there seems to be a missing * to match my DMI > string. I mean for newer IBM and Lenovo's laptops you match either one > of the following: > MODULE_ALIAS("dmi:bvnIBM:*:svnIBM:*:pvrThinkPad*:rvnIBM:*"); > MODULE_ALIAS("d