From: Michael Tremer Date: Thu, 2 Dec 2010 20:17:34 +0000 (+0100) Subject: Add kernel module to device profiles. X-Git-Tag: v0.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7923840bc6292325f33c3a34a18b6f6d6897b895;p=oddments%2Ffireinfo.git Add kernel module to device profiles. --- diff --git a/fireinfo/system.py b/fireinfo/system.py index ef63cc1..9ee82c5 100644 --- a/fireinfo/system.py +++ b/fireinfo/system.py @@ -76,7 +76,8 @@ class System(object): "subsystem" : device.subsystem.lower(), "vendor" : device.vendor.lower(), "model" : device.model.lower(), - "deviceclass" : device.deviceclass + "deviceclass" : device.deviceclass, + "driver" : device.driver, } # PCI devices provide subsystem information, USB don't.