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