From 67f094af3215e437f9a116d5277b319bc6698d08 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Fri, 1 Sep 2023 10:14:04 -0400 Subject: [PATCH] Update intel_x520_patcher.py --- intel_x520_patcher.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/intel_x520_patcher.py b/intel_x520_patcher.py index c2880fe..28c5881 100644 --- a/intel_x520_patcher.py +++ b/intel_x520_patcher.py @@ -22,6 +22,9 @@ # But this tool will flip the right bit 1 to make that change permanent in the configuration bits in the EEPROM, # thus making kernel module parameters unnecessary. # +# Copied from https://gist.github.com/ixs/dbaac42730dea9bd124f26cbd439c58e + + import os import subprocess import sys