mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Change activation sequence for faster apply
This commit is contained in:
parent
e6659e4f6f
commit
c458c83767
|
@ -842,9 +842,9 @@ static int uniwill_keyboard_probe(struct platform_device *dev)
|
|||
}
|
||||
else {
|
||||
// Activate NVIDIA Dynamic Boost
|
||||
uniwill_write_ec_ram(0x0743, 0x03);
|
||||
uniwill_write_ec_ram(0x0746, 0x19);
|
||||
uniwill_write_ec_ram(0x0745, 0x23);
|
||||
uniwill_write_ec_ram(0x0746, 0xff);
|
||||
uniwill_write_ec_ram(0x0743, 0x03);
|
||||
}
|
||||
|
||||
// Enable manual mode
|
||||
|
|
Loading…
Reference in a new issue