Kernel: Don't parse xHCI custom slot_types

xHCI spec mandates that slot_type for USB protocol is 0.
This commit is contained in:
2025-02-06 21:41:44 +02:00
parent 242ed4a3c2
commit 6768a18475
2 changed files with 10 additions and 5 deletions

View File

@@ -24,7 +24,6 @@ namespace Kernel
{
uint8_t revision_major { 0 };
uint8_t revision_minor { 0 };
uint8_t slot_type { 0 };
uint8_t slot_id { 0 };
};