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