From be87fc579e7b44bc8f0b3647d9785d845dc9c20b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 24 Apr 2023 21:09:00 +0000 Subject: [PATCH] etherwpi: accept pci device id 4222 (thanks oliver simmons) --- sys/src/9/pc/etherwpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/src/9/pc/etherwpi.c b/sys/src/9/pc/etherwpi.c index 5173c2869..703355f96 100644 --- a/sys/src/9/pc/etherwpi.c +++ b/sys/src/9/pc/etherwpi.c @@ -1786,6 +1786,7 @@ wpipci(void) switch(pdev->did){ default: continue; + case 0x4222: case 0x4227: break; }