@@ -78,15 +78,12 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
78
78
0x27 , 0xFF , 0xFF , 0x00 , 0x00 , // LOGICAL_MAXIMUM (65534)
79
79
0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
80
80
0x05 , 0x84 , // USAGE_PAGE (Power Device) ====================
81
- 0x85 , HID_PD_CONFIGVOLTAGE , // REPORT_ID (10 )
82
- 0x09 , 0x40 , // USAGE (ConfigVoltage )
81
+ 0x85 , HID_PD_VOLTAGE , // REPORT_ID (11 )
82
+ 0x09 , 0x30 , // USAGE (Voltage )
83
83
0x15 , 0x00 , // LOGICAL_MINIMUM (0)
84
84
0x27 , 0xFF , 0xFF , 0x00 , 0x00 , // LOGICAL_MAXIMUM (65535)
85
85
0x67 , 0x21 , 0xD1 , 0xF0 , 0x00 , // UNIT (Centivolts)
86
86
0x55 , 0x05 , // UNIT_EXPONENT (5)
87
- 0xB1 , 0x23 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Nonvolatile, Bitfield)
88
- 0x85 , HID_PD_VOLTAGE, // REPORT_ID (11)
89
- 0x09 , 0x30 , // USAGE (Voltage)
90
87
0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
91
88
0x09 , 0x30 , // USAGE (Voltage)
92
89
0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
0 commit comments