Skip to content

Commit

Permalink
NEWS.adoc: document new nut_usb_get_string() method - extend [#1925,
Browse files Browse the repository at this point in the history
…#2604]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov authored and tormodvolden committed Sep 3, 2024
1 parent a5df69f commit f202875
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,12 @@ https://github.com/networkupstools/nut/milestone/11
language identifier value. This notably manifested in inability to query
device Manufacturer, Model and Serial Number values with some buggy device
firmware or hardware. [PR #2604, issues #1925, #414]
* Currently this was tested to fix certain device discovery with `usbhid-ups`.
* More work may be needed for other USB-capable drivers and general code to
collect readings and data points, and for `nut-scanner`.
* Currently this was tested to fix certain device discovery with `usbhid-ups`;
should also apply out of the box to same discovery logic in `blazer_usb`,
`nutdrv_qx`, `riello_usb` and `tripplite_usb` drivers.
* More work may be needed for other USB-capable drivers (`richcomm_usb`,
`nutdrv_atcl_usb`) and for general code to collect string readings and
other data points, and for `nut-scanner`.
- Introduced a new driver concept for interaction with OS-reported hardware
monitoring readings. Currently instantiated as `hwmon_ina219` specifically
Expand Down

0 comments on commit f202875

Please sign in to comment.