Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/dev/pckbport Pull up following revision(s) (requested...
details: https://anonhg.NetBSD.org/src/rev/bcf751cc2663
branches: netbsd-9
changeset: 963830:bcf751cc2663
user: martin <martin%NetBSD.org@localhost>
date: Wed Apr 29 13:25:42 2020 +0000
description:
Pull up following revision(s) (requested by jmcneill in ticket #865):
sys/dev/pckbport/synaptics.c: revision 1.66
pms_synaptics_enable: no need to send PMS_DEV_ENABLE here because
pms_enable does this for us. Seems to resolve issues with my trackpoint
not working immediately after starting X on ThinkPad X260.
diffstat:
sys/dev/pckbport/synaptics.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 1edc6fd3b210 -r bcf751cc2663 sys/dev/pckbport/synaptics.c
--- a/sys/dev/pckbport/synaptics.c Tue Apr 28 18:13:49 2020 +0000
+++ b/sys/dev/pckbport/synaptics.c Wed Apr 29 13:25:42 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: synaptics.c,v 1.50.2.4 2020/04/28 16:22:15 martin Exp $ */
+/* $NetBSD: synaptics.c,v 1.50.2.5 2020/04/29 13:25:42 martin Exp $ */
/*
* Copyright (c) 2005, Steve C. Woodford
@@ -48,7 +48,7 @@
#include "opt_pms.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: synaptics.c,v 1.50.2.4 2020/04/28 16:22:15 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: synaptics.c,v 1.50.2.5 2020/04/29 13:25:42 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -484,8 +484,6 @@
(sc->flags & SYN_FLAG_HAS_ADV_GESTURE_MODE))
synaptics_special_write(psc, SYNAPTICS_WRITE_DELUXE_3, 0x3);
- synaptics_poll_cmd(psc, PMS_DEV_ENABLE, 0);
-
sc->up_down = 0;
sc->prev_fingers = 0;
sc->gesture_start_x = sc->gesture_start_y = 0;
Home |
Main Index |
Thread Index |
Old Index