diff options
author | David Woodhouse <dwmw2@infradead.org> | 2010-11-01 13:34:29 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-08 23:17:04 +0300 |
commit | 1a4ec46a68292515ae84deb8ee5cc2572db1fa99 (patch) | |
tree | 76130b3a91c9209ad2cb7d8ecdb0d9e29dbd9eaa /drivers/atm/solos-attrlist.c | |
parent | 43b81f85ebfbed9c720f3c27ec7f364930aa3b5e (diff) | |
download | linux-1a4ec46a68292515ae84deb8ee5cc2572db1fa99.tar.xz |
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>
Diffstat (limited to 'drivers/atm/solos-attrlist.c')
-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) |