mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update uw tdp defs for polaris/stellaris
Changes according to reported original table values - Min TDPs changed to 10W - Intel PL4 now max 200W resulting in 120/120/200 - AMD max defs lowered to 80/80/95
This commit is contained in:
parent
3fbc761cc9
commit
b6dea7ac2e
|
@ -79,17 +79,17 @@ static int tdp_max_ph4trx[] = { 0x32, 0x32, 0x00 };
|
|||
static int tdp_min_ph4tqx[] = { 0x01, 0x01, 0x00 };
|
||||
static int tdp_max_ph4tqx[] = { 0x32, 0x32, 0x00 };
|
||||
|
||||
static int tdp_min_gmxngxx[] = { 0x01, 0x01, 0x01 };
|
||||
static int tdp_max_gmxngxx[] = { 0x78, 0x78, 0x78 };
|
||||
static int tdp_min_gmxngxx[] = { 0x0a, 0x0a, 0x0a };
|
||||
static int tdp_max_gmxngxx[] = { 0x50, 0x50, 0x5f };
|
||||
|
||||
static int tdp_min_gmxmgxx[] = { 0x01, 0x01, 0x01 };
|
||||
static int tdp_max_gmxmgxx[] = { 0x78, 0x78, 0x78 };
|
||||
static int tdp_min_gmxmgxx[] = { 0x0a, 0x0a, 0x0a };
|
||||
static int tdp_max_gmxmgxx[] = { 0x78, 0x78, 0xc8 };
|
||||
|
||||
static int tdp_min_gmxtgxx[] = { 0x01, 0x01, 0x01 };
|
||||
static int tdp_max_gmxtgxx[] = { 0x78, 0x78, 0x78 };
|
||||
static int tdp_min_gmxtgxx[] = { 0x0a, 0x0a, 0x0a };
|
||||
static int tdp_max_gmxtgxx[] = { 0x78, 0x78, 0xc8 };
|
||||
|
||||
static int tdp_min_gmxzgxx[] = { 0x01, 0x01, 0x01 };
|
||||
static int tdp_max_gmxzgxx[] = { 0x78, 0x78, 0x78 };
|
||||
static int tdp_min_gmxzgxx[] = { 0x0a, 0x0a, 0x0a };
|
||||
static int tdp_max_gmxzgxx[] = { 0x50, 0x50, 0x5f };
|
||||
|
||||
static int *tdp_min_defs = NULL;
|
||||
static int *tdp_max_defs = NULL;
|
||||
|
|
Loading…
Reference in a new issue