diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-08-03 23:15:58 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-08-03 23:15:58 +0200 |
commit | bb625cebfce32d82e83107c6ac7468021746c4af (patch) | |
tree | 071d0ca3f4d3e9c5e9eca070b84029325da299a9 | |
parent | 83b87729d94850396c7183376320e16dbb80ecc5 (diff) | |
download | plan9front-bb625cebfce32d82e83107c6ac7468021746c4af.tar.xz |
etheriwl: add pci id for Intel Centrino Advanced-N 6200 on x201 tablet (thanks arpunk)
-rw-r--r-- | sys/src/9/pc/etheriwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/etheriwl.c b/sys/src/9/pc/etheriwl.c index a2e1c7046..8fa3078d8 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2439,6 +2439,7 @@ iwlpci(void) case 0x4232: /* Wifi Link 5100 */ case 0x4236: /* WiFi Link 5300 AGN */ case 0x4237: /* Wifi Link 5100 AGN */ + case 0x4239: /* Centrino Advanced-N 6200 */ case 0x423d: /* Wifi Link 5150 */ case 0x423b: /* PRO/Wireless 5350 AGN */ case 0x0082: /* Centrino Advanced-N 6205 */ |