[Bug 11811] Multiple applications fail to enumerate serial ports ('HKLM\\HARDWARE\\DeviceMap\\Serialcomm' registry entries)(Coastal Explorer, GPS apps, HyperTerminal)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 19 14:01:59 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=11811

super_man at post.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |super_man at post.com

--- Comment #60 from super_man at post.com ---
The patch mentioned at comment #48 still applies against git, expect this part
of it (taken from the .rej file)


--- dlls/kernel32/oldconfig.c
+++ dlls/kernel32/oldconfig.c
@@ -606,5 +749,6 @@
         return; /* someone else already loaded the registry */

     /* create some hardware keys (FIXME: should not be done here) */
-    create_hardware_branch();
+    create_scsi_branch();
+    create_serialcomm_branch();
 }

wine 1.7.51

-- 
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.



More information about the wine-bugs mailing list