SerenityOS build: Saturday, July 27
Images 💾⌗
- serenity-x86_64-20240727-c04f240.img.gz (Raw image, 221.04 MiB)
Last commit ⭐⌗
commit c04f2403988efe9b229827196f6c4c4b59a90d99
Author: Sönke Holz <sholz8530@gmail.com>
AuthorDate: Thu May 23 23:54:13 2024 +0200
Commit: Nico Weber <thakis@chromium.org>
CommitDate: Fri Jul 26 14:25:49 2024 -0400
Kernel: Set the configuration during USB Hub initialization
All USB Devices (including hubs) need to have a configuration set before
you can use them. We already do this in other USB drivers, but forgot to
do it for USB hubs as well.
Other builds