Add support for E6K5-1114 ENE device

master
Adam Honse 1 month ago
parent 9426f954b0
commit 23db15dfb9

@ -266,6 +266,21 @@ ENESMBusController::ENESMBusController(ENESMBusInterface* interface, ene_dev_id
led_count = config_table[ENE_CONFIG_LED_COUNT_0107]; led_count = config_table[ENE_CONFIG_LED_COUNT_0107];
} }
/*-----------------------------------------------------*\ /*-----------------------------------------------------*\
| AUMA0-E6K5-1114 |
| Found on ASUS ROG MATRIX PLATINUM 5090 |
\*-----------------------------------------------------*/
else if(strcmp(device_version, "AUMA0-E6K5-1114") == 0)
{
direct_reg = ENE_REG_COLORS_DIRECT_V2;
effect_reg = ENE_REG_COLORS_EFFECT_V2;
channel_cfg = ENE_CONFIG_CHANNEL_V2;
/*-------------------------------------------------*\
| Read LED count from configuration table |
\*-------------------------------------------------*/
led_count = config_table[ENE_CONFIG_LED_COUNT_0107];
}
/*-----------------------------------------------------*\
| ROG ARION - ASUS ROG Arion external SSD enclosure | | ROG ARION - ASUS ROG Arion external SSD enclosure |
| This device does not support ENE read, so we fake the | | This device does not support ENE read, so we fake the |
| device name string if the interface is ROG Arion type.| | device name string if the interface is ROG Arion type.|

Loading…
Cancel
Save