Skip to content

tripplite_usb unitid default value documented incorrectly #3191

@rewsssiestedbo

Description

@rewsssiestedbo

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions