From: Guillaume Pellerin Date: Thu, 8 Jul 2021 07:59:40 +0000 (+0200) Subject: add thinkpad enp0s25 X-Git-Tag: 0.9~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a2068ca5c48eeadd4bff01fca114aae686214d16;p=telecaster-client.git add thinkpad enp0s25 --- 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'}