sync with OpenBSD -current

This commit is contained in:
purplerain 2024-06-20 01:49:10 +00:00
parent efaa6fdefb
commit e1c03975e3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
6 changed files with 55 additions and 32 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: qciic.c,v 1.5 2022/11/06 15:36:13 patrick Exp $ */
/* $OpenBSD: qciic.c,v 1.6 2024/06/19 21:27:22 patrick Exp $ */
/*
* Copyright (c) 2022 Mark Kettenis <kettenis@openbsd.org>
*
@ -107,6 +107,7 @@ int qciic_acpi_found_ihidev(struct qciic_softc *,
const char *qciic_hids[] = {
"QCOM0610",
"QCOM0811",
"QCOM0C10",
NULL
};