struct msi_ec_shift_mode_conf { int address; struct msi_ec_mode modes[5]; // fixed size for easier hard coding
};
struct msi_ec_super_battery_conf { int address; int mask;
};
struct msi_ec_fan_mode_conf { int address; struct msi_ec_mode modes[5]; // fixed size for easier hard coding
};
struct msi_ec_cpu_conf { int rt_temp_address; int rt_fan_speed_address; // realtime int rt_fan_speed_base_min; int rt_fan_speed_base_max; int bs_fan_speed_address; // basic int bs_fan_speed_base_min; int bs_fan_speed_base_max;
};
struct msi_ec_gpu_conf { int rt_temp_address; int rt_fan_speed_address; // realtime
};
struct msi_ec_led_conf { int micmute_led_address; int mute_led_address; int bit;
};
#define MSI_EC_KBD_BL_STATE_MASK 0x3 struct msi_ec_kbd_bl_conf { int bl_mode_address; int bl_modes[2]; int max_mode;
int bl_state_address; int state_base_value; int max_state;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.