1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00
systemd/rules/75-net-description.rules

15 lines
452 B
Plaintext
Raw Normal View History

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