diff --git a/rules/73-idrac.rules b/rules/73-idrac.rules new file mode 100644 index 0000000..d67fc42 --- /dev/null +++ b/rules/73-idrac.rules @@ -0,0 +1,6 @@ +# do not edit this file, it will be overwritten on update + +# On Dell PowerEdge systems, the iDRAC7 and later support a USB Virtual NIC +# with terminates in the iDRAC. Help identify this with 'idrac' + +ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS=="usb", ATTRS{idVendor}=="413c", ATTRS{idProduct}=="a102", NAME="idrac" diff --git a/rules/meson.build b/rules/meson.build index e7e4362..e04a18a 100644 --- a/rules/meson.build +++ b/rules/meson.build @@ -17,6 +17,7 @@ rules = files(''' 70-joystick.rules 70-mouse.rules 70-touchpad.rules + 73-idrac.rules 75-net-description.rules 75-probe_mtd.rules 78-sound-card.rules