From 38ba22ed6721b2b533d80ab2eeb835e666e2c3d9 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Fri, 21 Dec 2007 17:35:58 +0000 Subject: [ Patch #2288 ] net.h: Adding 2 types of network devices, adding icon --- hardinfo2/arch/linux/common/net.h | 4 ++++ hardinfo2/pixmaps/bluetooth.png | Bin 0 -> 1484 bytes 2 files changed, 4 insertions(+) create mode 100644 hardinfo2/pixmaps/bluetooth.png (limited to 'hardinfo2') 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" }, }; diff --git a/hardinfo2/pixmaps/bluetooth.png b/hardinfo2/pixmaps/bluetooth.png new file mode 100644 index 00000000..ebca794c Binary files /dev/null and b/hardinfo2/pixmaps/bluetooth.png differ -- cgit v1.2.3