This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
reactos
Watch
1
Star
0
Fork
0
You've already forked reactos
mirror of
https://github.com/reactos/reactos.git
synced
2026-05-24 08:11:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
93b2d5597eea153da9c43db73d2e7bfb2dfd9848
reactos
/
drivers
/
serial
/
serial
History
Hervé Poussineau
bef39dd62e
[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.
2019-05-02 20:06:47 +02:00
..
circularbuffer.c
…
cleanup.c
…
close.c
…
CMakeLists.txt
[CMAKE] Use modules instead of shared libraries
2019-04-06 17:43:38 +02:00
create.c
…
devctrl.c
…
guid.c
…
info.c
…
legacy.c
…
misc.c
[SERIAL] Do not return NTSTATUS from an interrupt routine.
2019-03-24 09:25:17 +01:00
pnp.c
…
power.c
…
rw.c
[SERIAL] Immediately complete read IRP if all requested bytes have been found in circular buffer
2019-05-02 20:06:47 +02:00
serial.c
…
serial.h
…
serial.rc
…