mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Fix img_capture_continuous build
Also enable it in the default development build
This commit is contained in:
@@ -440,7 +440,7 @@ retry:
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
r = get_irq_with_type(dev, IRQDATA_SCANPWR_ON, 400);
|
||||
r = get_irq_with_type(dev, IRQDATA_SCANPWR_ON, 300);
|
||||
if (r == GET_IRQ_OVERFLOW) {
|
||||
goto retry;
|
||||
} else if (r == -ETIMEDOUT) {
|
||||
|
||||
Reference in New Issue
Block a user