From 0c85da2530fce24dc3f261a92af66bbd611b6bcb Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Wed, 24 Apr 2013 11:48:14 -0500 Subject: product info: update sysfs script --- io-tool/mts-io-sysfs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'io-tool') diff --git a/io-tool/mts-io-sysfs b/io-tool/mts-io-sysfs index 8161888..22d0be6 100755 --- a/io-tool/mts-io-sysfs +++ b/io-tool/mts-io-sysfs @@ -101,6 +101,18 @@ usage() { do FILENAME=${f##*/} case $FILENAME in + #mac addresses are read-only + mac-* ) + ;; + #product-id, device-id, vendor-id are all read-only + *-id ) + ;; + #hw-version is read-only + hw-version ) + ;; + #imei is read-only + imei ) + ;; modalias ) ;; power ) -- cgit v1.2.3