]> sigrok.org Git - libserialport.git/commit
windows: Handle the case where there are no serial ports at all.
authorMartin Ling <redacted>
Mon, 20 Jan 2020 01:42:00 +0000 (01:42 +0000)
committerMartin Ling <redacted>
Thu, 23 Jan 2020 03:35:47 +0000 (03:35 +0000)
commit8488868187ed26f8abd057775ff3cfd2aaf7ea35
treeb3adae0b0304d774828ac6f63fcc3a985f5c9627
parentc79e0ac8ef8e978de0a5bc15af0b555ba59d7da0
windows: Handle the case where there are no serial ports at all.

It's possible for the HARDWARE\DEVICEMAP\SERIALCOMM key to not exist in
the registry if there are no serial ports at all and never have been, as
discovered on my rather minimalist gaming machine.

Handle that case gracefully and return an empty list.
windows.c