mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
elan: Better debug when skipping commands
This commit is contained in:
@@ -424,7 +424,8 @@ elan_run_cmd(fpi_ssm *ssm,
|
|||||||
elandev->cmd_timeout = cmd_timeout;
|
elandev->cmd_timeout = cmd_timeout;
|
||||||
|
|
||||||
if (cmd->devices != ELAN_ALL_DEV && !(cmd->devices & elandev->dev_type)) {
|
if (cmd->devices != ELAN_ALL_DEV && !(cmd->devices & elandev->dev_type)) {
|
||||||
fp_dbg("skipping for this device");
|
fp_dbg("skipping command 0x%x 0x%x for this device (for devices 0x%x but device is 0x%x)",
|
||||||
|
cmd->cmd[0], cmd->cmd[1], cmd->devices, elandev->dev_type);
|
||||||
elan_cmd_done(ssm);
|
elan_cmd_done(ssm);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user