mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-13 23:26:16 +00:00
windows enum refactor fixes
This commit is contained in:
@@ -142,7 +142,7 @@ class HIDListenerWinUSB final : public IHIDListener
|
||||
|
||||
/* Whew!! that's a single device enumerated!! */
|
||||
if (!m_finder._hasToken(DeviceInterfaceDetailData.wtf.DevicePath))
|
||||
m_finder._insertToken(DeviceToken(DeviceToken::DEVTYPE_USB,
|
||||
m_finder._insertToken(DeviceToken(DeviceToken::DeviceType::USB,
|
||||
vid, pid, manuf, product,
|
||||
DeviceInterfaceDetailData.wtf.DevicePath));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user