~vcs-imports/nut:tripplite_0005

Last commit made on 2018-06-07
Get this branch:
git clone -b tripplite_0005 https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
tripplite_0005
Repository:
lp:~vcs-imports/nut

Recent commits

52078cd... by Charles Lepple <email address hidden>

tripplite_usb: read battery.charge for protocol 0005 (0.31)

1eea902... by Charles Lepple <email address hidden>

tripplite_usb: protocol 0005 (0.30)

6b9971a... by Charles Lepple <email address hidden>

Merge remote-tracking branch 'github/pull/539'

ace9a27... by Daniele Pezzini <email address hidden>

nutscanner: in scan_usb.c, nullify free()'d pointers that are later reused

We assign 'device_name', 'serialnumber' and 'vendor_name' only if the analyzed device provides that data and, since we use these pointers also to check if those items are available so that we can store and free() them, after free()'ing them we must make them NULL, or the next device, if it does not provide that data, will inherit the old (now free()'d) pointer and will attempt to access it and re-free() it.

5520383... by Georg Altmann

doc: update nut.dict

19e76e7... by Georg Altmann

doc: Update installation instructions for FreeBSD

Details usb device permissions. Also pkg and new port config style.

8725bf9... by Charles Lepple <email address hidden>

Merge branch 'fix_instcmd_fallback_logging'

77d07d9... by Jim Klimov

Merge pull request #536 from jimklimov/pidfile-debug

main.c upsdrvctl.c : make debug messages a bit more useful

17fb7c3... by Jim Klimov <email address hidden>

main.c upsdrvctl.c : make debug messages a bit more useful

e34d94a... by Charles Lepple <email address hidden>

usbhid-ups: fix instcmd logging before fallback check

The hidups_item pointer needs to be checked for NULL before dereferencing.