View | Details | Raw Unified | Return to bug 222609 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/dev/atkbdc/psm.c (-2 / +4 lines)
Lines 6094-6101 enable_synaptics(struct psm_softc *sc, enum probearg arg) Link Here
6094
		if (get_mouse_status(kbdc, status, 0, 3) != 3)
6094
		if (get_mouse_status(kbdc, status, 0, 3) != 3)
6095
			return (FALSE);
6095
			return (FALSE);
6096
6096
6097
		synhw.infoXupmm = status[0];
6097
		if (status[0] != 0 && (status[1] & 0x80) && status[2] != 0) {
6098
		synhw.infoYupmm = status[2];
6098
			synhw.infoXupmm = status[0];
6099
			synhw.infoYupmm = status[2];
6100
		}
6099
6101
6100
		if (verbose >= 2) {
6102
		if (verbose >= 2) {
6101
			printf("  Extended capabilities:\n");
6103
			printf("  Extended capabilities:\n");

Return to bug 222609