diff options
author | Sean Godinez <sgodinez@multitech.com> | 2015-03-11 07:54:56 -0500 |
---|---|---|
committer | Sean Godinez <sgodinez@multitech.com> | 2015-03-11 07:54:56 -0500 |
commit | 3b52a1b7883353913b1a04a24fcd012771acac1c (patch) | |
tree | cef3a0c120fa35e24386512be3f47666848857cc /io-tool/mts-io-sysfs | |
parent | 1a06d05dad8eb53ba8bfb4cf45d92041b226b813 (diff) | |
download | mts-io-3b52a1b7883353913b1a04a24fcd012771acac1c.tar.gz mts-io-3b52a1b7883353913b1a04a24fcd012771acac1c.tar.bz2 mts-io-3b52a1b7883353913b1a04a24fcd012771acac1c.zip |
added uuid field (16 bytes) to eeprom1.1.2
Diffstat (limited to 'io-tool/mts-io-sysfs')
-rwxr-xr-x | io-tool/mts-io-sysfs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/io-tool/mts-io-sysfs b/io-tool/mts-io-sysfs index 0d8ef24..e33c280 100755 --- a/io-tool/mts-io-sysfs +++ b/io-tool/mts-io-sysfs @@ -107,6 +107,9 @@ usage() { #product-id, device-id, vendor-id are all read-only *-id ) ;; + #uuid read-only + uiid ) + ;; #hw-version is read-only *hw-version ) ;; |