Skip to content

Commit cef7b0d

Browse files
authored
Merge pull request #33 from forderud/fid-report-doc-fix
Fix incorrect HID_PD_FULLCHRGECAPACITY & HID_PD_AUDIBLEALARMCTRL docu…
2 parents be54126 + a8f0211 commit cef7b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HIDPowerDevice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
#define HID_PD_VOLTAGE 0x0B // 11 INPUT (NA) OR FEATURE(implemented)
5454
#define HID_PD_REMAININGCAPACITY 0x0C // 12 INPUT OR FEATURE(required by Windows)
5555
#define HID_PD_RUNTIMETOEMPTY 0x0D
56-
#define HID_PD_FULLCHRGECAPACITY 0x0E // 14 INPUT OR FEATURE. Last Full Charge Capacity
56+
#define HID_PD_FULLCHRGECAPACITY 0x0E // 14 FEATURE ONLY. Last Full Charge Capacity
5757
#define HID_PD_WARNCAPACITYLIMIT 0x0F
5858
#define HID_PD_CPCTYGRANULARITY1 0x10
5959
#define HID_PD_REMNCAPACITYLIMIT 0x11
6060
#define HID_PD_DELAYBE4SHUTDOWN 0x12 // 18 FEATURE ONLY
6161
#define HID_PD_DELAYBE4REBOOT 0x13
62-
#define HID_PD_AUDIBLEALARMCTRL 0x14 // 20 FEATURE ONLY
62+
#define HID_PD_AUDIBLEALARMCTRL 0x14 // 20 INPUT OR FEATURE
6363
#define HID_PD_CURRENT 0x15 // 21 FEATURE ONLY
6464
#define HID_PD_CAPACITYMODE 0x16
6565
#define HID_PD_DESIGNCAPACITY 0x17

0 commit comments

Comments
 (0)