https://www.caldigit.com/updating-the-ts3-plus-firmware-via-macos-10-15/
Firmware 44.1 Release Notes:
The new TS3 Plus firmware 44.1 provides support for charging a laptop
up to 87W
It also improves compatibility and interoperability with some USB-C
monitors when connecting to the TS3 Plus’s downstream Thunderbolt 3 port
===
從 85W 變成 87W 是小事,希望可以根治串一堆東西的時候一些怪症頭...
===
文件裡面說 uninstall updater 需要 root account ,實際看過並不需要,
只要是管理員權限就可以處理。
===
CalDigit-Thunderbolt-Firmware-Updater-Uninstaller.command
===
#!/bin/sh
echo "CalDigit-Thunderbolt-Firmware-Updater-Uninstaller"
if [ -e '/Library/ThunderboltAccessoryFirmwareUpdates/CalDigit' ]; then
sudo rm -rf /Library/ThunderboltAccessoryFirmwareUpdates/CalDigit
fi
pkgutil