Re: [ibm-acpi-devel] [PATCH] DMI-based module autoloading

2007-05-24 Thread Greg KH
On Wed, May 23, 2007 at 08:25:39PM -0300, Henrique de Moraes Holschuh wrote: > From: Lennart Poettering <[EMAIL PROTECTED]> > > The patch below adds DMI/SMBIOS based module autoloading to the Linux > kernel. The idea is to load laptop drivers automatically (and other > drivers which cannot be auto

Re: [ibm-acpi-devel] [PATCH] DMI-based module autoloading

2007-05-24 Thread Henrique de Moraes Holschuh
On Wed, 23 May 2007, Greg KH wrote: > On Wed, May 23, 2007 at 08:25:39PM -0300, Henrique de Moraes Holschuh wrote: > > From: Lennart Poettering <[EMAIL PROTECTED]> > > > > The patch below adds DMI/SMBIOS based module autoloading to the Linux > > kernel. The idea is to load laptop drivers automatic

[ibm-acpi-devel] [PATCH] DMI-based module autoloading

2007-05-23 Thread Henrique de Moraes Holschuh
From: Lennart Poettering <[EMAIL PROTECTED]> The patch below adds DMI/SMBIOS based module autoloading to the Linux kernel. The idea is to load laptop drivers automatically (and other drivers which cannot be autoloaded otherwise), based on the DMI system identification information of the BIOS. Rig