Images 💾

Last commit ⭐

commit 143339767b330bfe1dac820b70ca1c519fec5f55
Author:     b14ckcat <b14ckcat@protonmail.com>
AuthorDate: Sun Jun 26 18:33:53 2022 -0400
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Sun Jul 3 01:15:07 2022 +0200

    Kernel/USB: Move buffer allocation from USB transfer to USB pipe
    
    Currently when allocating buffers for USB transfers, it is done
    once for every transfer rather than once upon creation of the
    USB device. This commit changes that by moving allocation of buffers
    to the USB Pipe class where they can be reused.