Have anyone tried to implement support for the CycleCount & Temperature parameters in this project?
I've tried to extend the HID report descriptor with the CycleCount parameter (Battery System Page (x85), UsageID=0x6B, dynamic value, read-only, INPUT & FEATURE reports), but have so far been unable to make the value appear in the BATTERY_INFORMATION struct on Windows. The Temperature parameter also faces the same problem. I'm not sure if this is due to incorrect HID report changes, or the Windows hidbatt driver being unable to parse the parameter.
Have anyone tried to implement support for the
CycleCount&Temperatureparameters in this project?I've tried to extend the HID report descriptor with the
CycleCountparameter (Battery System Page (x85), UsageID=0x6B, dynamic value, read-only, INPUT & FEATURE reports), but have so far been unable to make the value appear in the BATTERY_INFORMATION struct on Windows. TheTemperatureparameter also faces the same problem. I'm not sure if this is due to incorrect HID report changes, or the Windowshidbattdriver being unable to parse the parameter.