diff options
| author | 2002-11-18 07:40:21 +0000 | |
|---|---|---|
| committer | 2002-11-18 07:40:21 +0000 | |
| commit | b9de121a85abef26f07da8d55530964eb9797f17 (patch) | |
| tree | 7321424534f5afcc1cf3671a9afff9dc567aa443 /src/eventloop.c | |
| parent | added missing arm.c from weihs branch (diff) | |
merged rawiso branch
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@93 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/eventloop.c')
| -rw-r--r-- | src/eventloop.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/eventloop.c b/src/eventloop.c index 4eb83b6..c360a63 100644 --- a/src/eventloop.c +++ b/src/eventloop.c @@ -94,9 +94,15 @@ int raw1394_loop_iterate(struct raw1394_handle *handle) int2ptr(req->recvb)); } break; + case RAW1394_REQ_ECHO: retval=req->misc; break; + + case RAW1394_REQ_RAWISO_ACTIVITY: + retval = _raw1394_iso_iterate(handle); + break; + default: if (handle->tag_handler) { retval = handle->tag_handler(handle, req->tag, |
