summaryrefslogtreecommitdiff
path: root/src/grp-udev/75-net-description.rules
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 20:14:58 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 20:14:58 -0400
commite6c8f96d7f37e33c7dc5d62e791bb9e67d817419 (patch)
tree1eb61740c6a9445ba964d0c453a1546d13b4a845 /src/grp-udev/75-net-description.rules
parent16c51ffe4f609c238b163e08089fe7e381fec20a (diff)
./tools/notsd-move
Diffstat (limited to 'src/grp-udev/75-net-description.rules')
-rw-r--r--src/grp-udev/75-net-description.rules14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/grp-udev/75-net-description.rules b/src/grp-udev/75-net-description.rules
new file mode 100644
index 0000000000..7e62f8b26b
--- /dev/null
+++ b/src/grp-udev/75-net-description.rules
@@ -0,0 +1,14 @@
+# do not edit this file, it will be overwritten on update
+
+ACTION=="remove", GOTO="net_end"
+SUBSYSTEM!="net", GOTO="net_end"
+
+IMPORT{builtin}="net_id"
+
+SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb"
+SUBSYSTEMS=="usb", GOTO="net_end"
+
+SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
+SUBSYSTEMS=="pci", IMPORT{builtin}="hwdb --subsystem=pci"
+
+LABEL="net_end"