mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
15 lines
570 B
Plaintext
15 lines
570 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
ACTION=="remove", GOTO="net_end"
|
|
SUBSYSTEM!="net", GOTO="net_end"
|
|
|
|
SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id"
|
|
SUBSYSTEMS=="usb", IMPORT{builtin}="usb-db"
|
|
SUBSYSTEMS=="usb", ATTRS{idVendor}!="", ATTRS{idProduct}!="", ENV{ID_VENDOR_ID}="$attr{idVendor}", ENV{ID_MODEL_ID}="$attr{idProduct}"
|
|
SUBSYSTEMS=="usb", GOTO="net_end"
|
|
|
|
SUBSYSTEMS=="pci", IMPORT{builtin}="pci-db"
|
|
SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
|
|
|
|
LABEL="net_end"
|