diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-14 13:37:21 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-14 13:37:21 +0100 |
commit | 09863e30b4f27257be0299024d5a0de255f8ea84 (patch) | |
tree | 4176d07d460e015deffa29b82a4164561ff413c6 /util/ievents.c | |
parent | 715160edeb4dfc4335f8def440806ad0d5307fec (diff) | |
parent | 1847c61e3994e17e1bd793a4fdc9f7860023826b (diff) |
Merge branch 'release/3.0.7-1'3.0.7-1
Diffstat (limited to 'util/ievents.c')
-rw-r--r-- | util/ievents.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/util/ievents.c b/util/ievents.c index 10b665b..d07a35f 100644 --- a/util/ievents.c +++ b/util/ievents.c @@ -76,7 +76,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define SELprintf printf #define SMS_SA 0x41 #define SMI_SA 0x21 -static char *progver = "3.04"; +static char *progver = "3.07"; static char *progname = "ievents"; static char fsensdesc = 0; /* 1= get extended sensor descriptions*/ static char fcanonical = 0; /* 1= show canonical, delimited output*/ @@ -290,7 +290,7 @@ char * boot_init_str[NBOOTI] = { /* System Boot Initiated */ /*06*/ "SW Warm Reset", /*07*/ "RestartCause" }; -#define NOSBOOT 8 +#define NOSBOOT 10 char * osboot_str[NOSBOOT] = { /* OS Boot */ /*00*/ "A: boot completed", /*01*/ "C: boot completed", @@ -298,7 +298,9 @@ char * osboot_str[NOSBOOT] = { /* OS Boot */ /*03*/ "Diag boot completed", /*04*/ "CDROM boot completed", /*05*/ "ROM boot completed", - /*06*/ "Other boot completed" }; + /*06*/ "Other boot completed", + /*07*/ "USB7 boot completed", + /*08*/ "USB8 boot completed" }; #define NSLOTC 9 char * slot_str[NSLOTC] = { /* Slot/Connector descriptions */ |