Commit 340f4fc
nvme-pci: disable secondary temp for Wodposit WPBSNM8
Secondary temperature thresholds (temp2_{min,max}) were not reported
properly on this NVMe SSD. This resulted in an error while attempting to
read these values with sensors(1):
ERROR: Can't get value of subfeature temp2_min: I/O error
ERROR: Can't get value of subfeature temp2_max: I/O error
Add the device to the nvme_id_table with the
NVME_QUIRK_NO_SECONDARY_TEMP_THRESH flag to suppress access to all non-
composite temperature thresholds.
Cc: [email protected]
Tested-by: Wu Haotian <[email protected]>
Signed-off-by: Ilikara Zheng <[email protected]>
Signed-off-by: Keith Busch <[email protected]>1 parent 9869d3a commit 340f4fc
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3999 | 3999 | | |
4000 | 4000 | | |
4001 | 4001 | | |
| 4002 | + | |
| 4003 | + | |
4002 | 4004 | | |
4003 | 4005 | | |
4004 | 4006 | | |
| |||
0 commit comments