Merge branch 'realtek_device_drivers_md' into 'stable-1.5'

Add realtek drivers to table.

See merge request etherlab.org/ethercat!107
This commit is contained in:
Florian Pose 2024-01-24 13:56:17 +00:00
commit 1c7f2b9bdd
1 changed files with 4 additions and 1 deletions

View File

@ -41,9 +41,12 @@ DRIVER_MAP=(
("igb", "igb", "igb_main"),
("igc", "igc", "igc_main"),
(".", "r8169", "r8169"),
("r8169", "r8169", "r8169_main"),
)
DRIVERS = tuple([x[1] for x in DRIVER_MAP])
DRIVERS = sorted(set([x[1] for x in DRIVER_MAP]))
def compile_regex(prefix, file_extension):
"""