mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Merge branch 'enable_dynamic_boost_on_tf' into 'master'
Enable dynamic boost on tf See merge request tuxedocomputers/development/packages/tuxedo-keyboard!34
This commit is contained in:
commit
f798b3bdeb
|
@ -840,6 +840,12 @@ static int uniwill_keyboard_probe(struct platform_device *dev)
|
|||
uniwill_write_ec_ram(0x0743 + i, data);
|
||||
}
|
||||
}
|
||||
else {
|
||||
// Activate NVIDIA Dynamic Boost
|
||||
uniwill_write_ec_ram(0x0746, 0x19);
|
||||
uniwill_write_ec_ram(0x0745, 0x23);
|
||||
uniwill_write_ec_ram(0x0743, 0x03);
|
||||
}
|
||||
|
||||
// Enable manual mode
|
||||
uniwill_write_ec_ram(0x0741, 0x01);
|
||||
|
|
Loading…
Reference in a new issue