]> sigrok.org Git - libserialport.git/commit
rename deprecated constant kIOMasterPortDefault
authorAndré Fonseca <redacted>
Mon, 28 Aug 2023 13:28:22 +0000 (15:28 +0200)
committerGerhard Sittig <redacted>
Thu, 2 Nov 2023 21:10:36 +0000 (22:10 +0100)
commit323881f8a48c582df8789240e666cc23ad21bf48
tree3e61007213a6a66196a1c3ecb9fdebb5e8b1e517
parent6f9b03e597ea7200eb616a4e410add3dd1690cb1
rename deprecated constant kIOMasterPortDefault

This constant is now deprecated since macOS 12.0 and a new constant
named kIOMainPortDefault is provided. There is a fallback in place
that retains compatibility for older macOS versions.

https://developer.apple.com/documentation/iokit/kiomasterportdefault

[ gsi: tweak style to match existing code base ]
libserialport_internal.h
macosx.c