diff --git a/system76.c b/system76.c index 286c864..01e5c14 100644 --- a/system76.c +++ b/system76.c @@ -137,9 +137,9 @@ static int s76_probe(struct platform_device *dev) { s76_wmbb(0x46, 0, NULL); // Enable touchpad lock - i8042_lock_chip(); - i8042_command(NULL, 0x97); - i8042_unlock_chip(); + //i8042_lock_chip(); + //i8042_command(NULL, 0x97); + //i8042_unlock_chip(); if (kb_backlight.ops) { kb_backlight.ops->init();