mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Add debug print
This commit is contained in:
parent
e2e69ea79d
commit
6e140060e2
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue