diff options
author | Kay Sievers <kay@vrfy.org> | 2013-07-21 16:32:43 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-07-21 16:33:27 +0200 |
commit | 44affdc5fd20f812c25bc9d2b1a9fc04215274a1 (patch) | |
tree | 69a23ef3bebe7350ba2ff426fb48f9be8a9e2937 /rules/75-net-description.rules | |
parent | 3c475ce44e6b3b5bd6b22cff11a1322dabd95ba0 (diff) |
rules: net, tty description - ask hwdb explicitly for pci data
Diffstat (limited to 'rules/75-net-description.rules')
-rw-r--r-- | rules/75-net-description.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/75-net-description.rules b/rules/75-net-description.rules index fe9fca14db..7e62f8b26b 100644 --- a/rules/75-net-description.rules +++ b/rules/75-net-description.rules @@ -4,11 +4,11 @@ ACTION=="remove", GOTO="net_end" SUBSYSTEM!="net", GOTO="net_end" IMPORT{builtin}="net_id" + SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb" SUBSYSTEMS=="usb", GOTO="net_end" SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}" - -IMPORT{builtin}="hwdb" +SUBSYSTEMS=="pci", IMPORT{builtin}="hwdb --subsystem=pci" LABEL="net_end" |