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

Zhang Rui <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #21 from Zhang Rui <[email protected]> ---
This looks strange to me.
1.
        Device (ADP1)
        {
            Name (_HID, "ACPI0003" /* Power Source Device */)  // _HID:
Hardware ID
            Name (_DEP, Package (0x02)  // _DEP: Dependencies
            {
                "\\_SB.PCI0.I2C1",
                I2Z1
            })
            ...
        }

        Device (BAT0)
        {
            Name (_HID, EisaId ("PNP0C0A") /* Control Method Battery */)  //
_HID: Hardware ID
            Name (_UID, One)  // _UID: Unique ID
            Name (_DEP, Package (0x02)  // _DEP: Dependencies
            {
                "\\_SB.PCI0.I2C1",
                I2Z1
            })
            ...
        }

Both AC adapter and Battery device depends on I2Z1 device.

2.
        Device (I2Z1)
        {
            Name (_HID, "MSHW0011")  // _HID: Hardware ID
            ...
        }
We don't have a Linux driver for this I2Z1 device.

So, in theory, neither AC driver nor battery driver should be probed at all,
but apparently, at least the ACPI driver is probed successfully in your system.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to