Update intel_x520_patcher.py

This commit is contained in:
2023-09-01 10:14:04 -04:00
parent de3250c1fc
commit 67f094af32

View File

@@ -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, # 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. # thus making kernel module parameters unnecessary.
# #
# Copied from https://gist.github.com/ixs/dbaac42730dea9bd124f26cbd439c58e
import os import os
import subprocess import subprocess
import sys import sys