Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/mwocp67.ron
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

// These are unsupported, and marked to prevent from automatic queries
(0x82, "STATUS_FANS_3_4", Illegal, Illegal),
// Note that ACAN-157 makes no mention of the IC_DEVICE_ID/IC_DEVICE_REV
// commands; testing indicates that they get NACKed and set STATUS_CML
(0xad, "IC_DEVICE_ID", Illegal, Illegal),
(0xae, "IC_DEVICE_REV", Illegal, Illegal),
],

numerics: [
Expand Down
5 changes: 5 additions & 0 deletions src/mwocp68.ron
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
// These are unsupported, and marked to prevent from automatic queries
(0x7f, "STATUS_OTHER", Illegal, Illegal),
(0x82, "STATUS_FANS_3_4", Illegal, Illegal),
// Note that ACAN-114 from Murata makes no mention of the IC_DEVICE_ID
// and IC_DEVICE_REV commands; testing indicates that they get NACKed
//and set STATUS_CML.
(0xad, "IC_DEVICE_ID", Illegal, Illegal),
(0xae, "IC_DEVICE_REV", Illegal, Illegal),

//
// MFR_PAGE_X allows for reading the black box data: when any fault
Expand Down
Loading