thinkpad_acpi: Support privacy-screen
Bug #1966061 reported by
Bin Li
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OEM Priority Project |
New
|
High
|
Unassigned | ||
linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
On 5.15.0-23-generic, the lcdshadow is not synced.
$ cat /proc/acpi/
status: 0
commands: 0, 1
And after press the Fn + D, the screen display angle changed, but the content of /proc/acpi/
Changed in linux (Ubuntu): | |
status: | Incomplete → New |
status: | New → Confirmed |
tags: | added: patch |
Changed in oem-priority: | |
importance: | Undecided → High |
To post a comment you must log in.
Found a patch, not verified yet.
commit e8b7eb66738f559 da1688ef3e40381 80d7343547
Author: Hans de Goede <email address hidden>
Date: Tue Oct 5 22:23:19 2021 +0200
platform/x86: thinkpad_acpi: Get privacy-screen / lcdshadow ACPI handles only once
Get the privacy-screen / lcdshadow ACPI handles once and cache them,
instead of retrieving them every time we need them.
Reviewed-by: Emil Velikov <email address hidden> /patchwork<email address hidden>
Reviewed-by: Lyude Paul <email address hidden>
Reviewed-by: Mark Pearson <email address hidden>
Signed-off-by: Hans de Goede <email address hidden>
Link: https:/