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

Collapse All | Expand All

(-)b/sys/dev/atkbdc/psm.c (-1 / +2 lines)
Lines 6304-6310 enable_synaptics_mux(struct psm_softc *sc, enum probearg arg) Link Here
6304
	for (port = 0; port < KBDC_AUX_MUX_NUM_PORTS; port++) {
6304
	for (port = 0; port < KBDC_AUX_MUX_NUM_PORTS; port++) {
6305
		VLOG(3, (LOG_DEBUG, "aux_mux: ping port %d\n", port));
6305
		VLOG(3, (LOG_DEBUG, "aux_mux: ping port %d\n", port));
6306
		set_active_aux_mux_port(kbdc, port);
6306
		set_active_aux_mux_port(kbdc, port);
6307
		if (enable_aux_dev(kbdc) && disable_aux_dev(kbdc)) {
6307
		DELAY(50000);
6308
		if (0) {
6308
			active_ports_count++;
6309
			active_ports_count++;
6309
			active_ports_mask |= 1 << port;
6310
			active_ports_mask |= 1 << port;
6310
		}
6311
		}

Return to bug 242542