@@ -42,10 +42,6 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
42
42
0x09 , 0xFE , // USAGE (iProduct)
43
43
0x79 , IPRODUCT, // STRING INDEX (2)
44
44
0xB1 , 0x23 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Nonvolatile, Bitfield)
45
- 0x85 , HID_PD_MANUFACTURER, // REPORT_ID (3)
46
- 0x09 , 0xFD , // USAGE (iManufacturer)
47
- 0x79 , IMANUFACTURER, // STRING INDEX (1)
48
- 0xB1 , 0x23 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Nonvolatile, Bitfield)
49
45
0x05 , 0x85 , // USAGE_PAGE (Battery System) ====================
50
46
0x85 , HID_PD_CAPACITYMODE, // REPORT_ID (22)
51
47
0x09 , 0x2C , // USAGE (CapacityMode)
@@ -108,7 +104,6 @@ HIDPowerDevice_::HIDPowerDevice_(void) {
108
104
109
105
// set string ID here
110
106
HID ().SetFeature (HID_PD_IPRODUCT, &bProduct, sizeof (bProduct));
111
- HID ().SetFeature (HID_PD_MANUFACTURER, &bManufacturer, sizeof (bManufacturer));
112
107
}
113
108
114
109
void HIDPowerDevice_::setOutput (Serial_& out) {
0 commit comments