mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Change min selectable TDP for all impl. devices to 5 W
This commit is contained in:
parent
a8a934b4f1
commit
dd26ff6100
|
@ -70,28 +70,28 @@ static u32 clevo_identify(void)
|
|||
/*
|
||||
* TDP boundary definitions per device
|
||||
*/
|
||||
static int tdp_min_ph4tux[] = { 0x01, 0x01, 0x00 };
|
||||
static int tdp_min_ph4tux[] = { 0x05, 0x05, 0x00 };
|
||||
static int tdp_max_ph4tux[] = { 0x26, 0x26, 0x00 };
|
||||
|
||||
static int tdp_min_ph4trx[] = { 0x01, 0x01, 0x00 };
|
||||
static int tdp_min_ph4trx[] = { 0x05, 0x05, 0x00 };
|
||||
static int tdp_max_ph4trx[] = { 0x32, 0x32, 0x00 };
|
||||
|
||||
static int tdp_min_ph4tqx[] = { 0x01, 0x01, 0x00 };
|
||||
static int tdp_min_ph4tqx[] = { 0x05, 0x05, 0x00 };
|
||||
static int tdp_max_ph4tqx[] = { 0x32, 0x32, 0x00 };
|
||||
|
||||
static int tdp_min_gmxngxx[] = { 0x0a, 0x0a, 0x0a };
|
||||
static int tdp_min_gmxngxx[] = { 0x05, 0x05, 0x05 };
|
||||
static int tdp_max_gmxngxx[] = { 0x50, 0x50, 0x5f };
|
||||
|
||||
static int tdp_min_gmxmgxx[] = { 0x0a, 0x0a, 0x0a };
|
||||
static int tdp_min_gmxmgxx[] = { 0x05, 0x05, 0x05 };
|
||||
static int tdp_max_gmxmgxx[] = { 0x78, 0x78, 0xc8 };
|
||||
|
||||
static int tdp_min_gmxtgxx[] = { 0x0a, 0x0a, 0x0a };
|
||||
static int tdp_min_gmxtgxx[] = { 0x05, 0x05, 0x05 };
|
||||
static int tdp_max_gmxtgxx[] = { 0x78, 0x78, 0xc8 };
|
||||
|
||||
static int tdp_min_gmxzgxx[] = { 0x0a, 0x0a, 0x0a };
|
||||
static int tdp_min_gmxzgxx[] = { 0x05, 0x05, 0x05 };
|
||||
static int tdp_max_gmxzgxx[] = { 0x50, 0x50, 0x5f };
|
||||
|
||||
static int tdp_min_gmxagxx[] = { 0x0a, 0x0a, 0x0a };
|
||||
static int tdp_min_gmxagxx[] = { 0x05, 0x05, 0x05 };
|
||||
static int tdp_max_gmxagxx[] = { 0x78, 0x78, 0xd7 };
|
||||
|
||||
static int *tdp_min_defs = NULL;
|
||||
|
|
Loading…
Reference in a new issue