Displaying 1 result from an estimated 1 matches for "data_has_chang".
Did you mean:
data_has_changed
2008 Aug 19
3
hald-addon-usbhid-ups
...is marked as
HU_FLAG_SEMI_STATIC using upsrw (e.g. battery.charge.low), the value
is changed in the device (and shows changed with e.g. upsc), but the
hal side never knows about the change (e.g. when looking at the hal
data with hal-device-manager). I believe this is because the variable
"data_has_changed" in the hald-addon version of the driver is never set,
and so the value is never read from the device.
Also, when I make a change on the hal side to such a variable (using
/usr/bin/hal-set-property) the change happens on the hal side (as
seen with hal-device-manager), but the change seems...