diff --git a/NEWS.adoc b/NEWS.adoc index 400ac36979..f4d8929bfc 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -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