From 6e140060e28d7da15890b61fd45dc240ad7e17ef Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Tue, 9 May 2023 20:44:20 +0200 Subject: [PATCH] Add debug print --- src/uniwill_leds.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uniwill_leds.h b/src/uniwill_leds.h index af72863..26b2b17 100644 --- a/src/uniwill_leds.h +++ b/src/uniwill_leds.h @@ -179,6 +179,7 @@ int uniwill_leds_init_early(struct platform_device *dev) pr_err("Reading barebone ID failed.\n"); return ret; } + pr_debug("EC Barebone ID: %#04x\n", data); if (data == UW_EC_REG_BAREBONE_ID_VALUE_PFxxxxx || data == UW_EC_REG_BAREBONE_ID_VALUE_PFxMxxx ||