The WMIExplorer tool helped me figure out the issue. The problem was I was searching for SELECT * FROM Win32_PnPEntity WHERE Name LIKE '%%' a Win32_PnPEntity where it's name could be anything. Thus, when I tried to specify a name, SELECT * FROM Win32_PnPEntity WHERE Name LIKE '%USB\\VID_045E&PID_02E4&IGA_00%'  it returned nothing because I wasn't inputting a name, I was inputting a DeviceID. Changing it to  SELECT * FROM Win32_PnPEntity WHERE DeviceID Like '%USB\