http://bugs.winehq.org/show_bug.cgi?id=59604 --- Comment #1 from Robert-Gerigk@online.de --- I noticed Rémi Bernon has been implementing cfgmgr32 device node functions in Wine 11.6 (CM_Locate_DevNode, CM_Get_Device_ID, CM_Open_DevNode_Key, CM_Get_DevNode_Registry_Property). CM_Get_Parent would be a natural next step in that series. My current patch uses a string-based heuristic (replacing "HID\" with "USB\" in the device instance ID), which works for the specific use case but does not match Windows real device tree navigation. Rémi, are you planning to implement CM_Get_Parent with proper device tree support as part of your cfgmgr32 work? If so, Id be happy to hold off on submitting my workaround and help test instead. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.