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

Collapse All | Expand All

(-)sys/dev/atkbdc/atkbdc.c (+1 lines)
Lines 113-118 struct atkbdc_quirks { Link Here
113
};
113
};
114
114
115
static struct atkbdc_quirks quirks[] = {
115
static struct atkbdc_quirks quirks[] = {
116
    {"coreboot", "System76", NULL, 0},
116
    {"coreboot", NULL, NULL,
117
    {"coreboot", NULL, NULL,
117
	KBDC_QUIRK_KEEP_ACTIVATED | KBDC_QUIRK_IGNORE_PROBE_RESULT |
118
	KBDC_QUIRK_KEEP_ACTIVATED | KBDC_QUIRK_IGNORE_PROBE_RESULT |
118
	KBDC_QUIRK_RESET_AFTER_PROBE | KBDC_QUIRK_SETLEDS_ON_INIT},
119
	KBDC_QUIRK_RESET_AFTER_PROBE | KBDC_QUIRK_SETLEDS_ON_INIT},

Return to bug 250711