summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkuzulis <scapig2@yandex.ru>2011-12-16 16:46:50 +0400
committerDenis Shienkov <scapig2@yandex.ru>2012-01-18 12:10:03 +0400
commita5183e74811fd23b2de1f30053fb39f1d3083d9f (patch)
tree98bfc463bf60682ab33175e8fcb455d28ea2ed97
parent379844fe571c07b32b36d4e7731459677e676e3e (diff)
downloadqtserialport-a5183e74811fd23b2de1f30053fb39f1d3083d9f.tar.gz
SerialPortInfo: Windows, added support detect for old version Eltima Virtual Serial Port Driver v4.
Added for compatibility with older version of the driver.
-rw-r--r--src/serialportinfo_win.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/serialportinfo_win.cpp b/src/serialportinfo_win.cpp
index db183da..e14e3de 100644
--- a/src/serialportinfo_win.cpp
+++ b/src/serialportinfo_win.cpp
@@ -25,7 +25,9 @@ static const GUID guidArray[] =
/* Virtual Ports Class GUID (i.e. com0com and etc) */
{ 0xDF799E12, 0x3C56, 0x421B, { 0xB2, 0x98, 0xB6, 0xD3, 0x64, 0x2B, 0xC8, 0x78 } },
/* Windows Modems Class GUID */
- { 0x4D36E96D, 0xE325, 0x11CE, { 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18 } }
+ { 0x4D36E96D, 0xE325, 0x11CE, { 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18 } },
+ /* GUID for old version of Eltima Virtual Serial Port Driver v4 */
+ { 0xCC0EF009, 0xB820, 0x42F4, { 0x95, 0xA9, 0x9B, 0xFA, 0x6A, 0x5A, 0xB7, 0xAB } }
#else
{ 0xCC5195AC, 0xBA49, 0x48A0, { 0xBE, 0x17, 0xDF, 0x6D, 0x1B, 0x01, 0x73, 0xDD } }
#endif