From 4ff4d8fd6da28ac9213b2e9d7a601e0fe7136e6b Mon Sep 17 00:00:00 2001 From: Reilly Grant Date: Tue, 19 May 2026 16:11:17 -0700 Subject: [PATCH] Add hubs to the protected interface class list For practical purposes a hub interface will always be unclaimable because the OS will always have it's own hub driver attached to it. However for clarity and in case there's an OS that doesn't enforce this we might as well add hubs to the protected interface class list. Fixed #263. --- index.bs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.bs b/index.bs index 13d75c2..d114136 100644 --- a/index.bs +++ b/index.bs @@ -2057,6 +2057,10 @@ of the following values. 0x08 Mass Storage + + 0x09 + Hub + 0x0B Smart Card