Do not enable synaptics mode
This commit is contained in:
parent
6e2d61a935
commit
3d9b3cccdb
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue