The default tripplite_usb driver value for unitid is set to -1 (as a long value), but the documentation references the default as being 65535 (16-bit -1). In reality, default ends up being 4294967295 (32-bit -1).
The source should be changed to assign "unit_id" the value of "DEFAULT_UPSID" instead of "-1". (line 318)