1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 10:35:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Jesse Buhagiar
300dcb6f5e Kernel/USB: Get all interface descriptors on enumeration
This creates all interfaces when the device is enumerated, with a link
to the configuration that it is a part of. As such, a new class,
`USBInterface` has been introduced to express this state.
2022-04-22 15:16:56 +02:00