2009-06-17 01:27:22 +07:00
|
|
|
# do not edit this file, it will be overwritten on update
|
|
|
|
|
2010-04-12 21:52:41 +07:00
|
|
|
ACTION=="remove", GOTO="net_end"
|
2009-06-17 01:27:22 +07:00
|
|
|
SUBSYSTEM!="net", GOTO="net_end"
|
|
|
|
|
2012-11-09 18:37:40 +07:00
|
|
|
IMPORT{builtin}="net_id"
|
2013-07-30 19:48:46 +07:00
|
|
|
|
2012-11-09 18:37:40 +07:00
|
|
|
SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb"
|
2009-06-17 01:27:22 +07:00
|
|
|
SUBSYSTEMS=="usb", GOTO="net_end"
|
|
|
|
|
|
|
|
SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
|
2013-07-30 19:48:46 +07:00
|
|
|
SUBSYSTEMS=="pci", IMPORT{builtin}="hwdb --subsystem=pci"
|
2012-11-09 18:37:40 +07:00
|
|
|
|
2009-06-17 01:27:22 +07:00
|
|
|
LABEL="net_end"
|