mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
synaptics: Always submit interrupt transfer without a timeout
For some reason we re-submitted the interrupt transfer with a timeout of 1s while the original submission was without a timeout. This looks like typo, remove the timeout.
This commit is contained in:
@@ -205,7 +205,7 @@ cmd_interrupt_cb (FpiUsbTransfer *transfer,
|
||||
else
|
||||
{
|
||||
fpi_usb_transfer_submit (fpi_usb_transfer_ref (transfer),
|
||||
1000,
|
||||
0,
|
||||
NULL,
|
||||
cmd_interrupt_cb,
|
||||
NULL);
|
||||
|
||||
Reference in New Issue
Block a user