https://bugzilla.kernel.org/show_bug.cgi?id=221217
--- Comment #6 from Daniel Gibson ([email protected]) --- Thank you very much! Using module devices as fake devices is a nice solution :) I did a little change to make it even simpler: I removed the External (...) lines and replaced them with "External (_SB.PCI0.LPC0.EC0.SNTM, MethodObj)" And in the method implementation I just call the original method instead of FromBCD(...), like "\_SB.PCI0.LPC0.EC0.SNTM ()" Either way, it works great, the ACPI errors are gone, and so are the warnings I got with my patched SSDT because it defined things that were already defined (though those might also have been caused by using grub to load the table with an "acpi /boot/dsdt-14.aml" line instead of putting it into a cpio -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
