diff options
author | Mike Isely <devnull@localhost> | 2006-01-09 06:54:46 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2006-01-09 06:54:46 +0000 |
commit | 2f999c230688131f47f938e3184982d425d19637 (patch) | |
tree | f6b041fd9c4f9f4b6ae3f32e2d4a9a418b99a077 /v4l_experimental/pvrusb2/pvrusb2-io.h | |
parent | 4c4fffc05ca33429a5927f46a66e4569a11c9ad8 (diff) | |
download | mediapointer-dvb-s2-2f999c230688131f47f938e3184982d425d19637.tar.gz mediapointer-dvb-s2-2f999c230688131f47f938e3184982d425d19637.tar.bz2 |
Make the pvrusb2 driver more tolerant of USB streaming errors
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-io.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-io.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-io.h b/v4l_experimental/pvrusb2/pvrusb2-io.h index 17e01345b..5dc72b1ef 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-io.h +++ b/v4l_experimental/pvrusb2/pvrusb2-io.h @@ -1,6 +1,6 @@ /* * - * $Id: pvrusb2-io.h,v 1.1 2005/11/14 13:31:24 mchehab Exp $ + * $Id: pvrusb2-io.h,v 1.2 2006/01/09 06:54:46 mcisely Exp $ * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * @@ -42,7 +42,8 @@ const char *pvr2_buffer_state_decode(enum pvr2_buffer_state); struct pvr2_stream *pvr2_stream_create(void); void pvr2_stream_destroy(struct pvr2_stream *); void pvr2_stream_setup(struct pvr2_stream *, - struct usb_device *dev,int endpoint); + struct usb_device *dev,int endpoint, + unsigned int tolerance); void pvr2_stream_set_callback(struct pvr2_stream *, pvr2_stream_callback func, void *data); |