From: bugzilla-daemon@kernel.org
To: platform-driver-x86@vger.kernel.org
Subject: [Bug 221583] Lenovo 82KU: keyboard backlight works via Fn+Space but no kbd_backlight LED device exposed
Date: Fri, 05 Jun 2026 17:14:41 +0000 [thread overview]
Message-ID: <bug-221583-215701-3z2QeUvh6Q@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-221583-215701@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=221583
--- Comment #14 from Rong Zhang (i@rong.moe) ---
Hi George,
I am afraid you have somewhat overtrusted AI hallucinations...
(In reply to George from comment #12)
> Hi Rong,
> I’ve attached my current dsdt.dsl. With this version, the GNOME Quick
> Settings panel correctly displays all three states (Off, Low, High), but
> clicking any of them has no effect on the physical backlight. Additionally,
> pressing Fn+Space no longer triggers the OSD popup at all.
Having all three states just means that the KBLC method correctly returns 0x5
when the first (and the only) argument is 0x1.
Except for that, everything goes wrong and has fundamental divergences from my
patch. The divergences make absolutely no sense to me. I don't believe your
device's keyboard backlight brightness has anything to do with KBLO and KLFS. I
will explain why later.
> For context, I previously had a version where Off and Low worked physically
> and the OSD appeared, but selecting High would instantly reset the state to
> Off.
What version? My patch or an AI-generated/modified one? Please attach it.
And please rollback to the version, it's probably a right step toward software
control. Then, set all three states via software, and dump 0xFE00D42A to see
what happens.
> Through EC memory dumping, I confirmed my laptop uses register 0x8A
> (not 0x2A as in the original patch),
You confirmed, or AI confirmed?
Bit 0 of 0x8A is KBLO. AI must have seen the ASL code of other Lenovo laptops
during the pre-training stage, so it told you that "KBLO" is meant for keyboard
backlight brightness. Unfortunately, it makes no sense for your device. The
KBLO field and the SALS method exist on your device just because Lenovo
engineers produced a lot of dead code by copying and pasting ASL code across
different products and insanely "evolving" them. That's probably also the
reason why KLFS exists.
Meanwhile, these field names look like abbreviations and are very good at
causing AI hallucinations. AI will be easily stuck in its speculations for
absolutely no reason.
Your previous MMIO dumps have already proved that 0x2A is the offset we were
looking for. Your dumps are very similar to the ones on my device. Trust your
MMIO dumps, instead of AI.
> and that writing 0x02 to the 2-bit KLEN
> field inadvertently sets the UCHE (USB Charging) bit, which cuts power to
> the backlight or whatever qwant thinks I have no idea.
Completely AI hallucinations. In my patch, KLEN is located at bits 1-2 of 0x2A.
There is no chance that it overwrites UCHE at bit 1 of 0x8A. If something ever
inadvertently sets the UCHE bits, it must be an AI hallucination that puts KLEN
at bits 0-1 of 0x8A.
> I’m not confident enough in ASL to resolve this safely.
Your replies had too many divergences from my patch, which made me suspect
whether you've really tried my patch yourself instead of simply throwing it to
an AI. I'm not confident enough about the AI-generated answers or agentic
actions, either.
So, let's save each other's time. Ignore the instructions from AI, just answer
me:
What happened when you manually wrote the values you've found to 0xFE00D42A
through /dev/mem?
Have you ever tried my patch *without* any modifications? What was the exact
result when you applied it as is?
I've asked these questions before, and I am still waiting for your answers.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2026-06-05 17:14 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-27 19:47 [Bug 221583] New: Lenovo 82KU: keyboard backlight works via Fn+Space but no kbd_backlight LED device exposed bugzilla-daemon
2026-06-01 17:30 ` [Bug 221583] " bugzilla-daemon
2026-06-01 18:06 ` bugzilla-daemon
2026-06-02 13:44 ` bugzilla-daemon
2026-06-02 20:39 ` bugzilla-daemon
2026-06-03 20:13 ` bugzilla-daemon
2026-06-03 21:19 ` bugzilla-daemon
2026-06-04 19:19 ` bugzilla-daemon
2026-06-05 0:11 ` bugzilla-daemon
2026-06-05 1:36 ` bugzilla-daemon
2026-06-05 1:40 ` bugzilla-daemon
2026-06-05 1:48 ` bugzilla-daemon
2026-06-05 5:55 ` bugzilla-daemon
2026-06-05 17:10 ` bugzilla-daemon
2026-06-05 17:14 ` bugzilla-daemon [this message]
2026-06-05 17:18 ` bugzilla-daemon
2026-06-05 17:33 ` bugzilla-daemon
2026-06-05 17:44 ` bugzilla-daemon
2026-06-05 18:17 ` bugzilla-daemon
2026-06-05 18:17 ` bugzilla-daemon
2026-06-05 18:17 ` bugzilla-daemon
2026-06-05 18:18 ` bugzilla-daemon
2026-06-05 18:23 ` bugzilla-daemon
2026-06-05 18:47 ` bugzilla-daemon
2026-06-05 18:58 ` bugzilla-daemon
2026-06-05 20:01 ` bugzilla-daemon
2026-06-05 21:08 ` bugzilla-daemon
2026-06-05 21:09 ` 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-221583-215701-3z2QeUvh6Q@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.