summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-08-18 10:56:50 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-08-18 10:57:18 -0700
commita3962e6f74ddd954ae1390d150a347745d7bdb24 (patch)
treefd9f17aadc0bf5a02828f173b668487f4b5e8a80
parent320f21669900f99a7daf8f2294f37be9ad71d05f (diff)
Print block length of backlight table
For debugging VBIOS dumps
-rw-r--r--src/bios_reader/bios_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bios_reader/bios_reader.c b/src/bios_reader/bios_reader.c
index 2a69d278..88467395 100644
--- a/src/bios_reader/bios_reader.c
+++ b/src/bios_reader/bios_reader.c
@@ -176,7 +176,7 @@ static void dump_backlight_info(void)
backlight = block->data;
- printf("Backlight info block:\n");
+ printf("Backlight info block (len %d):\n", block->size);
if (sizeof(struct blc_struct) != backlight->blcstruct_size) {
printf("\tBacklight struct sizes don't match (expected %d, got %d), skipping\n",