]>
Commit | Line | Data |
---|---|---|
5a92fd9c DW |
1 | # do not edit this file, it will be overwritten on update |
2 | ||
4b06c409 | 3 | ACTION=="remove", GOTO="net_end" |
5a92fd9c DW |
4 | SUBSYSTEM!="net", GOTO="net_end" |
5 | ||
a660c63c | 6 | IMPORT{builtin}="net_id" |
44affdc5 | 7 | |
a660c63c | 8 | SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb" |
5a92fd9c DW |
9 | SUBSYSTEMS=="usb", GOTO="net_end" |
10 | ||
5a92fd9c | 11 | SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}" |
44affdc5 | 12 | SUBSYSTEMS=="pci", IMPORT{builtin}="hwdb --subsystem=pci" |
a660c63c | 13 | |
5a92fd9c | 14 | LABEL="net_end" |