http://bugs.winehq.org/show_bug.cgi?id=13466
--- Comment #9 from Guido guido@thuisbasis.net 2010-02-28 04:45:14 --- Small update:
I created a symlink com1, without the ':' (!), and now Samsung PC Studio enables the Serial connection button by default. It is still not possible to select the right port though ("No Port" in the drop down list) and therefore it is not possible to connect to the phone.
Based on the http://wiki.jswindle.com/index.php/Wine_Registry#The_Registry_Settings and bug #8783 I added registry entries for 8 COM ports in system.reg:
[Hardware\Devicemap\Serialcomm] "COM1"="COM1" "COM2"="COM2" "COM3"="COM3" "COM4"="COM4" "COM5"="COM5" "COM6"="COM6" "COM7"="COM7" "COM8"="COM8"
[Hardware\Devicemap\Serialcomm] 1131331688 "COM1"="COM1" "COM2"="COM2" "COM3"="COM3" "COM4"="COM4" "COM5"="COM5" "COM6"="COM6" "COM7"="COM7" "COM8"="COM8"
[Hardware\Devicemap\Serialcomm] 1231984861 @="" "Serial0"="COM1" "Serial1"="COM2" "Serial2"="COM3" "Serial3"="COM4" "Serial4"="COM5" "Serial5"="COM6" "Serial6"="COM7" "Serial7"="COM8"
After running Samsung PC Studio this is changed into:
[Hardware\Devicemap\Serialcomm] 1240428288 "COM1"="COM1" "COM2"="COM2" "COM3"="COM3" "COM4"="COM4" "COM5"="COM5" "COM6"="COM6" "COM7"="COM7" "COM8"="COM8" "Serial0"="COM1" "Serial1"="COM2" "Serial2"="COM3" "Serial3"="COM4" "Serial4"="COM5" "Serial5"="COM6" "Serial6"="COM7" "Serial7"="COM8"
Still no connection though. Maybe this bug should depend on #8783?