Do not enable synaptics mode

This commit is contained in:
Jeremy Soller 2018-02-15 10:19:38 -07:00
parent 6e2d61a935
commit 3d9b3cccdb
1 changed files with 3 additions and 3 deletions

View File

@ -137,9 +137,9 @@ static int s76_probe(struct platform_device *dev) {
s76_wmbb(0x46, 0, NULL); s76_wmbb(0x46, 0, NULL);
// Enable touchpad lock // Enable touchpad lock
i8042_lock_chip(); //i8042_lock_chip();
i8042_command(NULL, 0x97); //i8042_command(NULL, 0x97);
i8042_unlock_chip(); //i8042_unlock_chip();
if (kb_backlight.ops) { if (kb_backlight.ops) {
kb_backlight.ops->init(); kb_backlight.ops->init();