Kernel: Ignore HID main item tag 0
This for some reason exists in vmware's usb devices
This commit is contained in:
@@ -558,6 +558,8 @@ namespace Kernel
|
||||
{
|
||||
switch (item_tag)
|
||||
{
|
||||
case 0b0000:
|
||||
break;
|
||||
case 0b1000: // input
|
||||
if (collection_stack.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user