View | Details | Raw Unified | Return to bug 259230
Collapse All | Expand All

(-)b/sys/dev/iicbus/iichid.c (+5 lines)
Lines 1134-1139 iichid_attach(device_t dev) Link Here
1134
		&sc->sampling_hysteresis, 0,
1134
		&sc->sampling_hysteresis, 0,
1135
		"number of missing samples before enabling of slow mode");
1135
		"number of missing samples before enabling of slow mode");
1136
	hid_add_dynamic_quirk(&sc->hw, HQ_IICHID_SAMPLING);
1136
	hid_add_dynamic_quirk(&sc->hw, HQ_IICHID_SAMPLING);
1137
1138
	if (sc->sampling_rate_slow >= 0) {
1139
		pause("iichid", (hz + 999) / 1000);
1140
		(void)iichid_cmd_read(sc, NULL, 0, NULL);
1141
	}
1137
#endif /* IICHID_SAMPLING */
1142
#endif /* IICHID_SAMPLING */
1138
1143
1139
	child = device_add_child(dev, "hidbus", -1);
1144
	child = device_add_child(dev, "hidbus", -1);

Return to bug 259230