diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-04-24 21:09:00 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-04-24 21:09:00 +0000 |
commit | be87fc579e7b44bc8f0b3647d9785d845dc9c20b (patch) | |
tree | 6491eed7fc0da9c7dbd561bd747935d67e44a554 /sys/src/9 | |
parent | f2db09b754f6561285c2725fe93d8fcafe808355 (diff) |
etherwpi: accept pci device id 4222 (thanks oliver simmons)
Diffstat (limited to 'sys/src/9')
-rw-r--r-- | sys/src/9/pc/etherwpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |