Kernel: Don't parse xHCI custom slot_types
xHCI spec mandates that slot_type for USB protocol is 0.
This commit is contained in:
@@ -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 };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user