All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@kernel.org
To: platform-driver-x86@vger.kernel.org
Subject: [Bug 221993] New: [ideapad-laptop] Missing driver support for IDEA2008 / Ambient Light Sensor on Yoga Slim 7 14AKP9
Date: Wed, 09 Sep 2026 23:06:56 +0000	[thread overview]
Message-ID: <bug-221993-215701@https.bugzilla.kernel.org/> (raw)

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

            Bug ID: 221993
           Summary: [ideapad-laptop] Missing driver support for IDEA2008 /
                    Ambient Light Sensor on Yoga Slim 7 14AKP9
           Product: Drivers
           Version: 2.5
          Hardware: AMD
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Platform_x86
          Assignee: drivers_platform_x86@kernel-bugs.osdl.org
          Reporter: dadodasyra.pro@gmail.com
        Regression: No

Created attachment 310826
  --> https://bugzilla.kernel.org/attachment.cgi?id=310826&action=edit
Decompiled ACPI table

Created attachment: SSDT2.dsl (Decompiled ACPI table)

Hardware: Lenovo Yoga Slim 7 14AKP9 (MT: 83JY)
OS: Fedora (Kernel 7.1.x)

The Ambient Light Sensor (ALS) on this laptop model is currently completely
non-functional on Linux. The sensor is not exposed via standard ACPI (_ALI)
methods, nor is it routed through the AMD Sensor Fusion Hub / amd_pmf. (The
amd-pmf TA session initializes cleanly with the correct firmware, but registers
no IIO devices).

ACPI dumping reveals the sensor is gated behind proprietary Lenovo ACPI devices
that currently lack driver bindings in `ideapad-laptop`:

- IDEA2008 (ITSD - Integrated Thermal/Sensor Device): _STA returns 0x0F.
- IDEA2002 (LISD): _STA returns 0x00.

In the attached `SSDT2.dsl`, IDEA2008 defines an interface directly to the
Embedded Controller:

    Device (ITSD)
    {
        Name (_HID, "IDEA2008") 
        Method (_STA, 0, NotSerialized) { Return (0x0F) }
    }
    // ...
    OperationRegion (ECF2, EmbeddedControl, Zero, 0xFF)
    Field (ECF2, ByteAcc, Lock, Preserve)
    {
        Offset (0x00), 
        VCMD,   8, 
        VDAT,   8, 
        VSTA,   8
    }

Steps to reproduce:
1. Boot Linux on Lenovo Yoga Slim 7 14AKP9.
2. Observe that no ALS appears in /sys/bus/iio/devices/.
3. Check /sys/bus/acpi/devices/IDEA2008:00/status (returns 15).
4. No driver claims the device.

Expected behavior:
`ideapad-laptop` (or a dedicated sensor driver) should bind to IDEA2008,
interface with the EC (VCMD/VDAT), and expose the ambient light readings to the
`iio` subsystem so userspace tools like iio-sensor-proxy can manage automatic
screen brightness.

I don't know much about drivers and new to linux environment on physical
devices. This was mainly AI generated after many back and forth.
I am available to test any patches or probe EC registers if maintainers can
provide instructions.

-- 
You may reply to this email to add a comment.

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

             reply	other threads:[~2026-09-09 23:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-09 23:06 bugzilla-daemon [this message]
2026-09-09 23:26 ` [Bug 221993] [ideapad-laptop] Missing driver support for IDEA2008 / Ambient Light Sensor on Yoga Slim 7 14AKP9 bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-221993-215701@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.