-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow UPower to run on pinephone. Refs #233.
Signed-off-by: Federico Di Pierro <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
## 4.8 | ||
|
||
### Backlight | ||
- [ ] Port to clightd.Backlight2 API | ||
- [ ] Drop screen_path bl conf | ||
- [ ] Drop is_smooth option (no need, just specify a step/wait > 0) | ||
### Pinephone | ||
|
||
- [x] Allow upower module even if LidIsPresent is false to properly support pinephone | ||
|
||
## 4.x | ||
|
||
### Generic | ||
|
||
- [ ] Port to libmodule 6.0.0 (?) | ||
- [ ] Add a Dump dbus method (and a DUMP_REQ request) to allow any module to dump their state (module_dump()) to a txt file | ||
|
||
### Backlight | ||
- [ ] Port to clightd.Backlight2 API | ||
- [ ] Drop screen_path bl conf | ||
- [ ] Drop is_smooth option (no need, just specify a step/wait > 0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters