Skip to content

Commit

Permalink
Add lid switch support
Browse files Browse the repository at this point in the history
The ISO should be reproducible and have the following SHA256 hash:
0a92f5fedc9b7af382f9f947637687d126ea16509c41587c0e30cac5578ea4a9
  • Loading branch information
kuruczgy committed Dec 19, 2024
1 parent 48fadc2 commit 349d1d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ Note that I only have the Lenovo Yoga Slim 7x, so the repo will be focused aroun
| Hardware Video Decoding || |
| Hibernate || |
| Keyboard || |
| Lid switch || |
| Microphone || |
| NVMe || |
| Power Profiles || |
| RTC || |
| Speakers || |
| Suspend | 🟨 | Lid switch not yet working. Spurious wakeups can happen. Battery consumption still high (approx. 3.8%/hour). |
| Suspend | 🟨 | Spurious wakeups can happen. Battery consumption still high (approx. 3.8%/hour). |
| Thermal throttling || |
| Touchpad || |
| Touchscreen || |
Expand Down
9 changes: 9 additions & 0 deletions packages/x1e80100-linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,14 @@ linuxPackagesFor (buildLinux {
# https://git.launchpad.net/~ubuntu-concept/ubuntu/+source/linux/+git/oracular/commit/?h=qcom-x1e&id=350f8e8802bef1a2aac3dc17c3db138022296a94
patch = ./lenovo-yoga-slim7x-dp-altmode.patch;
}

# Lid switch
{
name = "arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Add lid switch";
patch = fetchpatch {
url = "https://lore.kernel.org/linux-kernel/[email protected]/raw";
hash = "sha256-Tw2mlbTR6MPvVocaLR3CtWRDqlLql4+0oEnf0DfJp5U=";
};
}
];
})

0 comments on commit 349d1d8

Please sign in to comment.