From a2068ca5c48eeadd4bff01fca114aae686214d16 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 8 Jul 2021 09:59:40 +0200 Subject: [PATCH] add thinkpad enp0s25 --- telecaster/tools/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telecaster/tools/status.py b/telecaster/tools/status.py index 9ecf913..f3b21e6 100644 --- a/telecaster/tools/status.py +++ b/telecaster/tools/status.py @@ -41,7 +41,7 @@ from django.conf import settings interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', - 'eth6', 'eth7', 'eth8', 'eth9', 'eno0', 'eno1', + 'eth6', 'eth7', 'eth8', 'eth9', 'eno0', 'eno1', 'enp0s25', 'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4'] acpi_states = {0: 'battery', 1: 'battery', 2: 'AC'} -- 2.39.5