From: kettenis Date: Sat, 11 Dec 2021 20:36:26 +0000 (+0000) Subject: Change compatible string to something that makes more sense. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=992fbcd1606bfe549a054afd1f69ee7d40ccc98b;p=openbsd Change compatible string to something that makes more sense. --- diff --git a/sys/arch/arm64/dev/aplhidev.c b/sys/arch/arm64/dev/aplhidev.c index 22fd990c90e..884069ead13 100644 --- a/sys/arch/arm64/dev/aplhidev.c +++ b/sys/arch/arm64/dev/aplhidev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aplhidev.c,v 1.3 2021/12/09 20:47:27 kettenis Exp $ */ +/* $OpenBSD: aplhidev.c,v 1.4 2021/12/11 20:36:26 kettenis Exp $ */ /* * Copyright (c) 2021 Mark Kettenis * Copyright (c) 2013-2014 joshua stein @@ -152,7 +152,7 @@ aplhidev_match(struct device *parent, void *match, void *aux) { struct spi_attach_args *sa = aux; - if (strcmp(sa->sa_name, "apple,keyboard") == 0) + if (strcmp(sa->sa_name, "apple,spi-hid-transport") == 0) return 1; return 0;