summaryrefslogtreecommitdiffstats
path: root/rules.d/75-net-description.rules
blob: 1c4c401d3b30efae2fc8feacfa0a8fdf63abf15f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# do not edit this file, it will be overwritten on update

ACTION!="add|change", GOTO="net_end"
SUBSYSTEM!="net", GOTO="net_end"

SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{program}="usb_id --export %p"
SUBSYSTEMS=="usb", ENV{ID_MODEL_FROM_DATABASE}=="", IMPORT{program}="usb-db %p"
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", ENV{ID_MODEL_FROM_DATABASE}=="", IMPORT{program}="pci-db %p"
SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"

LABEL="net_end"