Enable write access to isochronous reception buffer

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Igor Kuzmin 2012-06-22 14:48:01 +04:00 committed by Stefan Richter
parent f880dd00c7
commit 82b51be678
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ iso_init(fw_handle_t handle, int type,
prot = PROT_READ | PROT_WRITE;
break;
case FW_CDEV_ISO_CONTEXT_RECEIVE:
prot = PROT_READ;
prot = PROT_READ | PROT_WRITE;
break;
default:
errno = EINVAL;