mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Add debug status print
This commit is contained in:
parent
a9ca7fae63
commit
96fcac547b
|
@ -801,6 +801,8 @@ static int __init tuxedo_io_init(void)
|
|||
id_check_uniwill = uniwill_identify();
|
||||
|
||||
#ifdef DEBUG
|
||||
pr_debug("DEBUG is defined\n")
|
||||
|
||||
if (id_check_clevo == 0 && id_check_uniwill == 0) {
|
||||
pr_debug("No matching hardware found on module load\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue