digitaltrails / ddcutil-service

A Dbus ddcutil server for control of DDC Monitors/VDUs
GNU General Public License v2.0
11 stars 1 forks source link

GetCapabiltiesMetadata - some NC VCP features are missing metadata values. #27

Closed digitaltrails closed 3 months ago

digitaltrails commented 3 months ago

Some non-continuous VCP features are missing metadata for their possible values.

There was a bug in GetCapabiltiesMetadata. It was testing for the end of the feature-value definition list by comparing the feature-value to zero. For example when finding out what feature value 0 meant for the On-Screen-Display language, the zero would cause the search to stop. The search should continue iterating over the feature-value definition list until the feature-description is NULL (which appears to indicate end-of-list).

digitaltrails commented 3 months ago

Fixed in 1.0.8 (never formally released) and 1.0.9.