Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

David Woodhouse and committed by
David S. Miller
1a4ec46a 43b81f85

+1
+1
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)