Kernel: Ignore HID main item tag 0

This for some reason exists in vmware's usb devices
This commit is contained in:
Bananymous 2025-07-18 19:11:12 +03:00
parent cceb066284
commit 7af6e1cd34
1 changed files with 2 additions and 0 deletions

View File

@ -558,6 +558,8 @@ namespace Kernel
{ {
switch (item_tag) switch (item_tag)
{ {
case 0b0000:
break;
case 0b1000: // input case 0b1000: // input
if (collection_stack.empty()) if (collection_stack.empty())
{ {