summaryrefslogtreecommitdiff
path: root/v4l_experimental/pvrusb2/pvrusb2-hdw-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-hdw-internal.h')
-rw-r--r--v4l_experimental/pvrusb2/pvrusb2-hdw-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-hdw-internal.h b/v4l_experimental/pvrusb2/pvrusb2-hdw-internal.h
index 3051d6cc9..fb274daea 100644
--- a/v4l_experimental/pvrusb2/pvrusb2-hdw-internal.h
+++ b/v4l_experimental/pvrusb2/pvrusb2-hdw-internal.h
@@ -1,6 +1,6 @@
/*
*
- * $Id: pvrusb2-hdw-internal.h,v 1.2 2005/11/27 23:01:16 mcisely Exp $
+ * $Id: pvrusb2-hdw-internal.h,v 1.3 2005/12/07 06:53:52 mcisely Exp $
*
* Copyright (C) 2005 Mike Isely <isely@pobox.com>
*
@@ -80,6 +80,7 @@ struct pvr2_hdw {
struct i2c_algorithm i2c_algo;
int i2c_linked;
struct i2c_client *i2c_tuner_client;
+ struct i2c_client *i2c_ifhandler_client;
struct i2c_client *i2c_audio_client;
struct i2c_client *i2c_video_client;
struct i2c_client *i2c_tveeprom_client;