diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c index 8526b40..5c66979 100644 --- a/src/tuxedo_io/tuxedo_io.c +++ b/src/tuxedo_io/tuxedo_io.c @@ -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;