Skip to content

Commit

Permalink
nzxt-kraken3: Set STATUS_VALIDITY to 2 seconds
Browse files Browse the repository at this point in the history
Since X53 sends the reports every 0.5s, 2s should be more than enough.

Signed-off-by: Aleksa Savic <[email protected]>
  • Loading branch information
aleksamagicka committed Oct 1, 2023
1 parent aeb6cda commit 05f50e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nzxt-kraken3.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static const char *const kraken3_device_names[] = {
#define DRIVER_NAME "nzxt_kraken3"
#define STATUS_REPORT_ID 0x75
#define FIRMWARE_REPORT_ID 0x11
#define STATUS_VALIDITY 4 /* Seconds, equivalent to period of eight status reports */
#define STATUS_VALIDITY 2 /* Seconds, equivalent to period of four status reports */
#define CUSTOM_CURVE_POINTS 40 /* For temps from 20C to 59C (critical temp) */
#define PUMP_DUTY_MIN 20 /* In percent */

Expand Down

0 comments on commit 05f50e2

Please sign in to comment.