Bug fix: Added the missing entry (boot_from_pcmcia) in struct s_characteristics.
authorHung-chi Lihn <hlihn@google.com>
Sat, 22 Sep 2012 16:24:25 +0000 (18:24 +0200)
committerErwan Velu <erwanaliasr1@gmail.com>
Sat, 22 Sep 2012 16:24:25 +0000 (18:24 +0200)
commit7fe364e88be0a2b8140b71a7b0583ed887f48fff
treedf8d510adc275162d91242aa121f8ebad214b34d
parent280a43d406e02b1e8439e90eedb65379847c7df9
Bug fix: Added the missing entry (boot_from_pcmcia) in struct s_characteristics.

In bios_charac_strings[] of /com32/gpllib/dmi/dmi_bios.c there are actually 29 entries. However, BIOS_CHAR_NB_ELEMENTS in /com32/gplinclude/dmi/dmi_bios.h was defined as 28 and struct s_characteristics in the same file also only had 28 entries. It turns out that there was a missing entry "boot_from_pcmcia" (the 16th entry representing bit 18) in s_characteristics.

Signed-off-by: Hung-chi Lihn <hlihn@google.com>
Signed-off-by: Erwan Velu <erwanaliasr1@gmail.com>
com32/gplinclude/dmi/dmi_bios.h