[PATCH] DMI-based module autoloading, second try

2007-05-08 Thread Lennart Poettering
From: Lennart Poettering <[EMAIL PROTECTED]> This is the second version of the patch I sent yesterday which adds DMI-based module autoloading to the Linux kernel. I fixed all the issues Björn Steinbrink pointed out. (Thanks, btw!) Again, the explanation: The patch below adds DMI/SMBIOS

Re: [PATCH] DMI-based module autoloading

2007-05-08 Thread Lennart Poettering
On Mon, 07.05.07 18:27, Greg KH ([EMAIL PROTECTED]) wrote: Hi! > On Tue, May 08, 2007 at 02:54:29AM +0200, Lennart Poettering wrote: > > To take advantage of DMI based module autoloading, a driver should > > export one or more MODULE_ALIAS fields similar to these: > >

Re: [PATCH] DMI-based module autoloading

2007-05-08 Thread Lennart Poettering
On Mon, 07.05.07 18:27, Greg KH ([EMAIL PROTECTED]) wrote: Hi! On Tue, May 08, 2007 at 02:54:29AM +0200, Lennart Poettering wrote: To take advantage of DMI based module autoloading, a driver should export one or more MODULE_ALIAS fields similar to these: MODULE_ALIAS(dmi:*:svnMICRO

[PATCH] DMI-based module autoloading, second try

2007-05-08 Thread Lennart Poettering
From: Lennart Poettering [EMAIL PROTECTED] This is the second version of the patch I sent yesterday which adds DMI-based module autoloading to the Linux kernel. I fixed all the issues Björn Steinbrink pointed out. (Thanks, btw!) Again, the explanation: The patch below adds DMI/SMBIOS based

[PATCH] DMI-based module autoloading

2007-05-07 Thread Lennart Poettering
From: Lennart Poettering <[EMAIL PROTECTED]> Hi! 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 th

[PATCH] DMI-based module autoloading

2007-05-07 Thread Lennart Poettering
From: Lennart Poettering [EMAIL PROTECTED] Hi! 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

[PATCH] acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC commands

2007-05-04 Thread Lennart Poettering
From: Lennart Poettering <[EMAIL PROTECTED]> The ACPI EC that is used in MSI laptops knows some non-standard commands for changing the screen brighntess and a few other things, which are used by the msi-laptop.c driver. Unfortunately for these commands no GPE events for IBF and OBF are tri

[PATCH] acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC commands

2007-05-04 Thread Lennart Poettering
From: Lennart Poettering [EMAIL PROTECTED] The ACPI EC that is used in MSI laptops knows some non-standard commands for changing the screen brighntess and a few other things, which are used by the msi-laptop.c driver. Unfortunately for these commands no GPE events for IBF and OBF are triggered

<    1   2