systemd/rules/75-net-description.rules

15 lines
563 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"
SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id"
SUBSYSTEMS=="usb", IMPORT{builtin}="hwdb --subsystem=usb"
2009-06-16 18:27:22 +00:00
SUBSYSTEMS=="usb", ATTRS{idVendor}!="", ATTRS{idProduct}!="", ENV{ID_VENDOR_ID}="$attr{idVendor}", ENV{ID_MODEL_ID}="$attr{idProduct}"
SUBSYSTEMS=="usb", GOTO="net_end"
2012-10-22 16:23:08 +00:00
IMPORT{builtin}="hwdb"
2009-06-16 18:27:22 +00:00
SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
LABEL="net_end"