Commit fcb1ba8
committed
--inputdeck: On FW16 also print sleep_l gpio state
To help debug keyboard/EC issues it's useful to know what the state of
that GPIO is. EC uses it to tell the keyboard about system sleep and lid
state.
```
> framework_tool --inputdeck
Chassis Closed: true
Input Deck State: On
Touchpad present: true
SLEEP# GPIO high: true
Positions:
Pos 0: KeyboardA
Pos 1: Disconnected
Pos 2: Disconnected
Pos 3: KeyboardB
Pos 4: Disconnected
```
Signed-off-by: Daniel Schaefer <dhs@frame.work>1 parent 7114177 commit fcb1ba8
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| 606 | + | |
606 | 607 | | |
607 | 608 | | |
608 | 609 | | |
| 610 | + | |
609 | 611 | | |
610 | 612 | | |
611 | 613 | | |
| |||
0 commit comments