Images 💾

Last commit ⭐

commit f5d26717185e8c061fc464e9e2f8bd500a2eed0d
Author:     Hendiadyoin1 <leon.a@serenityos.org>
AuthorDate: Sat Aug 10 23:22:23 2024 +0200
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Tue Aug 20 22:06:51 2024 -0400

    Kernel/USBMS: Query and use the Block Limits VPD page
    
    This allows us to properly limit our block requests to the device's
    capabilities, and choose more optimal block counts for I/O operations.
    In theory, as Qemu  only advertises a block limit above our current
    internal block size limit of u16::max and does not advertise any optimal
    transfer lengths.