blob: 7e62f8b26b79c16335fa582274be50fb87defe24 [file] [log] [blame]
Dan Williams5a92fd92009-06-16 20:27:22 +02001# do not edit this file, it will be overwritten on update
2
Kay Sievers4b06c402010-04-12 16:52:41 +02003ACTION=="remove", GOTO="net_end"
Dan Williams5a92fd92009-06-16 20:27:22 +02004SUBSYSTEM!="net", GOTO="net_end"
5
Kay Sieversa660c632012-11-09 12:37:40 +01006IMPORT{builtin}="net_id"
Kay Sievers44affdc2013-07-21 16:32:43 +02007
Kay Sieversa660c632012-11-09 12:37:40 +01008SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb"
Dan Williams5a92fd92009-06-16 20:27:22 +02009SUBSYSTEMS=="usb", GOTO="net_end"
10
Dan Williams5a92fd92009-06-16 20:27:22 +020011SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
Kay Sievers44affdc2013-07-21 16:32:43 +020012SUBSYSTEMS=="pci", IMPORT{builtin}="hwdb --subsystem=pci"
Kay Sieversa660c632012-11-09 12:37:40 +010013
Dan Williams5a92fd92009-06-16 20:27:22 +020014LABEL="net_end"