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:
Benjamin Berg 2020-10-19 17:04:55 +02:00
parent 90a1abf2f8
commit 1754bd0204

View file

@ -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);