Skip to content

Commit d7c3004

Browse files
committed
Update README and UEFI shell help
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent c30fc0b commit d7c3004

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ All of these need EC communication support in order to work.
7272
- [x] Get information about CCGX PD Controllers (`--pd-info`)
7373
- [x] Show status of intrusion switches (`--intrusion`)
7474
- [x] Show status of privacy switches (`--privacy`)
75+
- [x] Check recent EC console output (`--console recent`)
76+
77+
###### Changing settings
78+
79+
- [x] Get and set keyboard brightness (`--kblight`)
80+
- [x] Get and set battery charge limit (`--charge-limit`)
81+
- [x] Get and set fingerprint LED brightness (`--fp-brightness`)
7582

7683
###### Communication with Embedded Controller
7784

framework_lib/src/commandline/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,8 @@ Options:
648648
--capsule <CAPSULE> Parse UEFI Capsule information from binary file
649649
--intrusion Show status of intrusion switch
650650
--inputmodules Show status of the input modules (Framework 16 only)
651+
--charge-limit [<VAL>] Get or set battery charge limit (Percentage number as arg, e.g. '100')
652+
--fp-brightness [<VAL>]Get or set fingerprint LED brightness level [possible values: high, medium, low]
651653
--kblight [<KBLIGHT>] Set keyboard backlight percentage or get, if no value provided
652654
--console <CONSOLE> Get EC console, choose whether recent or to follow the output [possible values: recent, follow]
653655
-t, --test Run self-test to check if interaction with EC is possible

0 commit comments

Comments
 (0)