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 ||