Dustin L. Howett

Results 104 issues of Dustin L. Howett

The MEC LPC protocol is supported in Linux' `cros_ec_lpcs` driver, but not in ectool's "local" implementation. However, `cros_ec_lpcs` will not load on the Framework Laptop due to an I/O port...

Reading into `charging_maximum_level` overwrites `CHG_LIMIT_OVERRIDE`; `GET_LIMIT` should not change global state. Fixes #6.

Filing this as a feature request! It looks like you planned on having a configurable min percentage for the charge limit, presumably to allow the battery to fall to a...

Querying the charge limit with host command `CHARGE_LIMIT_CONTROL` mode `CHG_LIMIT_GET_LIMIT` reloads the charge limit from bbram, which overwrites the `CHG_LIMIT_OVERRIDE` flag. Flag is set here (and not stored to bbram,...

Calling the `FP_LED_LEVEL_CONTROL` host command with `set` requires one of the symbolic LED brightnesses: * `FP_LED_BRIGHTNESS_HIGH` = `0` * `FP_LED_BRIGHTNESS_MEDIUM` = `1` * `FP_LED_BRIGHTNESS_LOW` = `2` However, calling it with...

By default, the PFXImportCertStore API persists the key in the user's key store (as though the certificate was being imported for permanent, ongoing use.) The documentation specifies that keys that...

Windows

Repro: ``` while($true){ "`e[?1049h";sleep 0.25;"`e[?1049l"; sleep 0.25} ``` Resize the window horizontally while it's running. Toggling the alt buffer _from pwsh.exe or powershell.exe_ (specifically) causes us to UAF the outgoing...

Product-Conhost
Area-Output
Issue-Bug
Severity-Crash
Priority-1

##### [Original thread: #653] [Spec: #9274, [doc](https://github.com/microsoft/terminal/blob/main/doc/specs/%23653%20-%20Quake%20Mode/%23653%20-%20Quake%20Mode.md)] [[Project](https://github.com/microsoft/terminal/projects/5)] ### See also **[Quake Mode FAQ](https://github.com/microsoft/terminal/wiki/Frequently-Asked-Questions-(FAQ)#quake-mode--global-summon)** 1.9 tasks * [x] Add support for win in keybindings (PR: #9783) - this is in...

Product-Terminal
Issue-Scenario
Area-Windowing

FYI I just got a crash in `RaiseAutomationEventImpl` passing through `SignalTextChanged`, which seems similar to the one shown in https://github.com/microsoft/terminal/issues/13357#issuecomment-1163015484. This occurred while shutting down the terminal, so I'm assuming...

Needs-Triage
Needs-Tag-Fix