commit | ada2c782356057efa24c615c9ed08f177ae52477 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sun Apr 28 21:00:55 2024 +0200 |
committer | David Leach <david.leach@nxp.com> | Tue Apr 30 19:29:10 2024 -0500 |
tree | f27000e5b2ebe97256d41d7e3dd13e67cf7acacb | |
parent | 971491b5a40bdca607ac31dbb88d5a3e31f55982 [diff] |
drivers: hwinfo: Add device EUI64 ID support Some devices, mostly with radio support, have an EUI64 ID (unique and attributed by IEEE), in addition to the standard device ID. Add support for reading it through the hwinfo API. As the size is always the same (8 bytes), there is no need to pass the size in the function, nor return the number of bytes copied. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>