1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00
systemd/rules.d/75-net-description.rules

17 lines
512 B
Plaintext
Raw Normal View History

2009-06-16 18:27:22 +00:00
# do not edit this file, it will be overwritten on update
2010-04-12 14:52:41 +00:00
ACTION=="remove", GOTO="net_end"
2009-06-16 18:27:22 +00:00
SUBSYSTEM!="net", GOTO="net_end"
IMPORT{builtin}="hwdb 'net:naming:dr$env{ID_NET_DRIVER}:'"
IMPORT{builtin}="net_id"
SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb"
2009-06-16 18:27:22 +00:00
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"
2009-06-16 18:27:22 +00:00
LABEL="net_end"