diff options
author | David Woodhouse <dwmw2@infradead.org> | 2010-11-01 11:34:29 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-08 21:17:04 +0100 |
commit | 1a4ec46a68292515ae84deb8ee5cc2572db1fa99 (patch) | |
tree | 76130b3a91c9209ad2cb7d8ecdb0d9e29dbd9eaa | |
parent | net dst: need linux/cache.h for ____cacheline_aligned_in_smp. (diff) | |
download | linux-1a4ec46a68292515ae84deb8ee5cc2572db1fa99.tar.xz linux-1a4ec46a68292515ae84deb8ee5cc2572db1fa99.zip |
solos: Add 'Firmware' attribute for Traverse overall firmware version
The existing 'FirmwareVersion' attribute only covers the DSP firmware as
provided by Conexant; not the overall version of the device firmware. We
do want to be able to see the full version number too.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/atm/solos-attrlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/solos-attrlist.c b/drivers/atm/solos-attrlist.c index 1a9332e4efe0..9a676ee30824 100644 --- a/drivers/atm/solos-attrlist.c +++ b/drivers/atm/solos-attrlist.c @@ -1,6 +1,7 @@ SOLOS_ATTR_RO(DriverVersion) SOLOS_ATTR_RO(APIVersion) SOLOS_ATTR_RO(FirmwareVersion) +SOLOS_ATTR_RO(Version) // SOLOS_ATTR_RO(DspVersion) // SOLOS_ATTR_RO(CommonHandshake) SOLOS_ATTR_RO(Connected) |