From 3d9b3cccdb99b8e5675bad23ce6c62cbdb75099b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 15 Feb 2018 10:19:38 -0700 Subject: [PATCH] Do not enable synaptics mode --- system76.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();