diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-12-06 15:21:25 +0200 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-12-06 09:54:18 -0600 |
commit | efa9ca1dad49be7f53220a2cd0342b4238f653a6 (patch) | |
tree | 760adde270a8f737341aa2e9f6999655d4dfe686 /io-tool/mts-io-sysfs | |
parent | ab76db18c883b9b8eec3976e2cf6c5904b3ccd93 (diff) | |
download | mts-io-efa9ca1dad49be7f53220a2cd0342b4238f653a6.tar.gz mts-io-efa9ca1dad49be7f53220a2cd0342b4238f653a6.tar.bz2 mts-io-efa9ca1dad49be7f53220a2cd0342b4238f653a6.zip |
mtcap: fix build + refactoring.1.5.7
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 55b5087..a7f7455 100755 --- a/io-tool/mts-io-sysfs +++ b/io-tool/mts-io-sysfs @@ -122,6 +122,9 @@ usage() { #imei is read-only imei ) ;; + #capabilities are read-only + capability/* ) + ;; radio-reset-backoff-seconds ) ;; modalias ) |