http://bugs.winehq.org/show_bug.cgi?id=11811
Andrew Charles Hurst a.hurst@shef.ac.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |a.hurst@shef.ac.uk
--- Comment #37 from Andrew Charles Hurst a.hurst@shef.ac.uk 2008-11-03 13:43:58 --- Hi folks, I'm thinking of picking this up to get a firmware loader working through the serial ports for my Digifly Vario.
I see that wine.inf (via wineboot) does create \DEVICEMAP\SERIALCOMM. The entries COM1 etc are never populated, however. In theory one simply scans .wine/dosdevices for com ports people have symlinked. I think mountmgr.sys type implementation is too much: either the symlink is there, or it's not.
However, at the moment, something is wiping the SERIALCOMM and PARALLEL PORTS entries: I think it might be create_scsi_entry code in dlls/kernel/oldconfig.c.