Skip to content

Commit

Permalink
nzxt-kraken3: Note SATA power connection in warning if device reports…
Browse files Browse the repository at this point in the history
… faultiness

Signed-off-by: Aleksa Savic <[email protected]>
  • Loading branch information
aleksamagicka committed Dec 16, 2023
1 parent 679de61 commit ba93486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nzxt-kraken3.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,8 @@ static int kraken3_raw_event(struct hid_device *hdev, struct hid_report *report,
return 0;

if (data[TEMP_SENSOR_START_OFFSET] == 0xff && data[TEMP_SENSOR_END_OFFSET] == 0xff) {
hid_err_once(hdev, "firmware or device is possibly damaged, not parsing reports\n");
hid_err_once(hdev,
"firmware or device is possibly damaged (is SATA power connected?), not parsing reports\n");

/*
* Mark first X-series device report as received,
Expand Down

0 comments on commit ba93486

Please sign in to comment.