diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-12-21 17:35:58 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-12-21 17:35:58 +0000 |
commit | 38ba22ed6721b2b533d80ab2eeb835e666e2c3d9 (patch) | |
tree | ac9ccb60eb8d6cafa1e5694d127e894eb12ca3ae /hardinfo2/arch/linux/common | |
parent | f16f2a17da496e7fb1bfc15eaedf73ad65154bac (diff) |
[ Patch #2288 ] net.h: Adding 2 types of network devices, adding icon
Diffstat (limited to 'hardinfo2/arch/linux/common')
-rw-r--r-- | hardinfo2/arch/linux/common/net.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hardinfo2/arch/linux/common/net.h b/hardinfo2/arch/linux/common/net.h index 08ef1cf3..78a9770d 100644 --- a/hardinfo2/arch/linux/common/net.h +++ b/hardinfo2/arch/linux/common/net.h @@ -109,6 +109,7 @@ static struct { { "ath", "Wireless", "wireless" }, { "wlan", "Wireless", "wireless" }, { "ra", "Wireless", "wireless" }, + { "wl", "Wireless", "wireless" }, { "tun", "Virtual Point-to-Point (TUN)", "network-generic" }, { "tap", "Ethernet (TAP)", "network-generic" }, { "plip", "Parallel Line Internet Protocol", "network" }, @@ -118,6 +119,9 @@ static struct { { "sit", "IPv6-over-IPv4 Tunnel", "network-generic" }, { "vmnet8", "VMWare Virtual Network Interface (NAT)", "computer" }, { "vmnet", "VMWare Virtual Network Interface", "computer"}, + { "pan", "Personal Area Network (PAN)", "bluetooth"}, + { "bnep", "Bluetooth", "bluetooth"}, + { "br", "Bridge Interface", "network-generic" }, { NULL, "Unknown", "network-generic" }, }; |