aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwdb/20-net-ifname.hwdb5
-rw-r--r--hwdb/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/hwdb/20-net-ifname.hwdb b/hwdb/20-net-ifname.hwdb
new file mode 100644
index 000000000..2408dc172
--- /dev/null
+++ b/hwdb/20-net-ifname.hwdb
@@ -0,0 +1,5 @@
+# This file is part of systemd.
+
+# Dell iDRAC Virtual USB NIC
+usb:v413CpA102*
+ ID_NET_NAME_FROM_DATABASE=idrac
diff --git a/hwdb/Makefile.am b/hwdb/Makefile.am
index cc0b4fa4a..5bc27fee5 100644
--- a/hwdb/Makefile.am
+++ b/hwdb/Makefile.am
@@ -4,6 +4,7 @@ dist_udevhwdb_DATA = \
20-OUI.hwdb \
20-acpi-vendor.hwdb \
20-bluetooth-vendor-product.hwdb \
+ 20-net-ifname.hwdb \
20-pci-classes.hwdb \
20-pci-vendor-model.hwdb \
20-sdio-classes.hwdb \