ols: Workaround for mac os X stray events
This commit is contained in:
parent
ce4d26ddf9
commit
faf720246a
|
@ -383,7 +383,7 @@ SR_PRIV int ols_receive_data(int fd, int revents, void *cb_data)
|
||||||
num_channels++;
|
num_channels++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (revents == G_IO_IN) {
|
if (revents == G_IO_IN && devc->num_samples < devc->limit_samples) {
|
||||||
if (serial_read(serial, &byte, 1) != 1)
|
if (serial_read(serial, &byte, 1) != 1)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue