Add libdriver support for async ioctl replies

This commit is contained in:
Erik van der Kouwe 2010-10-08 09:33:18 +00:00
parent a3f2df124c
commit 470a185909

View File

@ -132,6 +132,7 @@ int r;
case DEV_READ_S:
case DEV_WRITE_S:
case DEV_IOCTL_S:
if (r == SUSPEND)
printf("driver_task: reviving %d with SUSPEND\n", proc_nr);