mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
Kernel/USB: Add Hubs and the UHCI Root Hub
This commit is contained in:
parent
9dcd146ab4
commit
da0a1068e9
11 changed files with 1009 additions and 100 deletions
|
@ -39,6 +39,7 @@ struct [[gnu::packed]] USBDeviceDescriptor {
|
|||
u8 serial_number_descriptor_index;
|
||||
u8 num_configurations;
|
||||
};
|
||||
static_assert(sizeof(USBDeviceDescriptor) == 18);
|
||||
|
||||
//
|
||||
// Configuration Descriptor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue