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:
parent
90a1abf2f8
commit
1754bd0204
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue