Registry keys for serial ports
Hello Alexandre, you said in http://www.winehq.org/pipermail/wine-devel/2008-November/070691.html that registry entries for the serial ports should be created from the information received from hal. i 'm planing to implement this code. But before i start coding i like to know where the code should be created. Should the code go into kernel32/oldconfig.c, should i start creating serenum.sys is there any other place? Bye Stefan
Stefan Leichter <Stefan.Leichter(a)camline.com> writes:
you said in http://www.winehq.org/pipermail/wine-devel/2008-November/070691.html that registry entries for the serial ports should be created from the information received from hal.
i 'm planing to implement this code. But before i start coding i like to know where the code should be created. Should the code go into kernel32/oldconfig.c, should i start creating serenum.sys is there any other place?
It should go somewhere in mountmgr.sys for now. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Stefan Leichter