diff options
author | Mike Isely <devnull@localhost> | 2006-01-01 08:26:03 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2006-01-01 08:26:03 +0000 |
commit | e3a72190b72cc2085c7e8f1c3f1bc049ebd761e6 (patch) | |
tree | b8ebbeffe2beff770a0767454c9ad6171ad874a2 /v4l_experimental/pvrusb2/pvrusb2-context.h | |
parent | de2be4defb51648c65f0ce94637f52bb0db8d1f6 (diff) | |
download | mediapointer-dvb-s2-e3a72190b72cc2085c7e8f1c3f1bc049ebd761e6.tar.gz mediapointer-dvb-s2-e3a72190b72cc2085c7e8f1c3f1bc049ebd761e6.tar.bz2 |
New I2C client handling implementation for pvrusb2 driver
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-context.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-context.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-context.h b/v4l_experimental/pvrusb2/pvrusb2-context.h index 230c2828f..2f453c908 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-context.h +++ b/v4l_experimental/pvrusb2/pvrusb2-context.h @@ -1,5 +1,5 @@ /* - * $Id: pvrusb2-context.h,v 1.1 2005/11/14 13:31:24 mchehab Exp $ + * $Id: pvrusb2-context.h,v 1.2 2006/01/01 08:26:03 mcisely Exp $ * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * @@ -44,7 +44,6 @@ struct pvr2_context { struct pvr2_context_stream video_stream; struct semaphore sem; int disconnect_flag; - int kthread_ref_count; /* Called after pvr2_context initialization is complete */ void (*setup_func)(struct pvr2_context *); @@ -52,7 +51,7 @@ struct pvr2_context { /* Work queue overhead for out-of-line processing */ struct workqueue_struct *workqueue; struct work_struct workinit; - + struct work_struct workpoll; }; struct pvr2_channel { |