[SERIAL] Immediately complete read IRP if all requested bytes have been found in...
authorHervé Poussineau <hpoussin@reactos.org>
Thu, 2 May 2019 11:26:46 +0000 (13:26 +0200)
committerHervé Poussineau <hpoussin@reactos.org>
Thu, 2 May 2019 18:06:47 +0000 (20:06 +0200)
commitbef39dd62ee62a2b7c0eb1a3749dee0c700b5188
tree222aa2c29fbf9e4ff249d59db15cf2ff7c41fdff
parentebd39aa2663a510ad539ab63a3c84c4af9dfa8f6
[SERIAL] Immediately complete read IRP if all requested bytes have been found in circular buffer

Previously, we had to wait to receive another byte to finish the first IRP.
drivers/serial/serial/rw.c