Commit 1a4ec46a68292515ae84deb8ee5cc2572db1fa99

Authored by David Woodhouse
Committed by David S. Miller
1 parent 43b81f85eb

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/atm/solos-attrlist.c
1 1 SOLOS_ATTR_RO(DriverVersion)
2 2 SOLOS_ATTR_RO(APIVersion)
3 3 SOLOS_ATTR_RO(FirmwareVersion)
  4 +SOLOS_ATTR_RO(Version)
4 5 // SOLOS_ATTR_RO(DspVersion)
5 6 // SOLOS_ATTR_RO(CommonHandshake)
6 7 SOLOS_ATTR_RO(Connected)