https://bugzilla.kernel.org/show_bug.cgi?id=42682


Len Brown <l...@kernel.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




--- Comment #6 from Len Brown <l...@kernel.org>  2012-07-25 02:57:50 ---
asus_atk0110 uses ACPI to talk to the device, and thus it checks for
acpi_enforce_resources=strict and assumes that if you set
acpi_enforce_resources=lax that you don't want to use
this ACPI driver and are instead using a different native driver:


commit 70dd6beac02f43a5099fcf5fddf68cfee0cbf479
Author: Jean Delvare <kh...@linux-fr.org>
Date:   Thu May 27 19:58:37 2010 +0200

    hwmon: (asus_atk0110) Don't load if ACPI resources aren't enforced

    When the user passes the kernel parameter acpi_enforce_resources=lax,
    the ACPI resources are no longer protected, so a native driver can
    make use of them. In that case, we do not want the asus_atk0110 to be
    loaded. Unfortunately, this driver loads automatically due to its
    MODULE_DEVICE_TABLE, so the user ends up with two drivers loaded for
    the same device - this is bad.

    So I suggest that we prevent the asus_atk0110 driver from loading if
    acpi_enforce_resources=lax.

    Signed-off-by: Jean Delvare <kh...@linux-fr.org>
    Acked-by: Luca Tettamanti <kronos...@gmail.com>
    Cc: Len Brown <l...@kernel.org>

---
So you have to decide how you are going to access the hardware
on this machine.  The default assumes that you are using ACPI
and that it is not safe for native drivers to simultaneously
touch the same HW that ACPI touches.

If you disable that check, then you will add risk of conflicts
to your system, and the asus_atk0110 driver will refuse to
operate under such conditions.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to