diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-22 17:33:34 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-22 17:33:34 -0400 |
commit | 4bd618f4666fb6629f5426b915ce856114667b88 (patch) | |
tree | 8721fc6a02f15f4b42c6281dec7586ede1b25522 /src/grp-udev/75-net-description.rules | |
parent | acbe2e3a644cb0fea2e9ead61cae2128f97413bb (diff) |
./tools/notsd-move
Diffstat (limited to 'src/grp-udev/75-net-description.rules')
-rw-r--r-- | src/grp-udev/75-net-description.rules | 14 |
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" |