1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-30 00:56:33 +00:00

Be more eager to install qcpas firmware (more pattern matches)

This commit is contained in:
deraadt
2024-10-13 00:00:41 +00:00
parent fe7b35343c
commit c0030deff4

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: patterns.c,v 1.14 2024/08/18 14:58:47 phessler Exp $ */
/* $OpenBSD: patterns.c,v 1.15 2024/10/13 00:00:41 deraadt Exp $ */
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou. All rights reserved.
@@ -115,7 +115,7 @@ main(void)
printf("%s\n", "otus");
printf("%s\n", "pgt");
printf("%s\n", "qcpas");
printf("%s\n", "qcpas ^ppb0*\"Qualcomm SC8280XP PCIe\"");
printf("%s\n", "qcpas ^ppb0*\"Qualcomm ^cpu0*\"Qualcomm");
printf("%s\n", "qwx");
printf("%s\n", "qwz");
printf("%s\n", "radeondrm");