]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules.d/75-net-description.rules
Merge pull request #14017 from poettering/analyze-calendar-tweaks
[thirdparty/systemd.git] / rules.d / 75-net-description.rules
CommitLineData
5a92fd9c
DW
1# do not edit this file, it will be overwritten on update
2
4b06c409 3ACTION=="remove", GOTO="net_end"
5a92fd9c
DW
4SUBSYSTEM!="net", GOTO="net_end"
5
a660c63c 6IMPORT{builtin}="net_id"
44affdc5 7
a660c63c 8SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb"
5a92fd9c
DW
9SUBSYSTEMS=="usb", GOTO="net_end"
10
5a92fd9c 11SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
44affdc5 12SUBSYSTEMS=="pci", IMPORT{builtin}="hwdb --subsystem=pci"
a660c63c 13
5a92fd9c 14LABEL="net_end"