diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-16 11:02:41 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-20 12:01:32 -0400 |
| commit | 88a5ad431cd38223df37ba9978b81d6f0c3317ee (patch) | |
| tree | 00a9d6d0c6efce179956ff152768c3af2eb085f7 /static | |
| parent | b6d22068ec11bc652e7b98ed9c4f8afb95b47146 (diff) | |
avoid race for setting USB port mode
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 892686ab..ecd5b630 100644 --- a/static/releases.html +++ b/static/releases.html @@ -786,6 +786,7 @@ <p>Changes since the 2024071200 release:</p> <ul> + <li>avoid race for setting USB port mode when the lock method is set to none (lockscreen disabled)</li> <li>kernel (5.10, 5.15): revert a USB change backported to kernel.org LTS that's causing DisplayPort alternate mode compatibility issues</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-123">version 123</a></li> </ul> |
