diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 23:49:37 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:38 -0400 |
commit | 0b467014990d53dc37fbf7432b729d2d45846248 (patch) | |
tree | 9bb4a42e953dc394494e25d09c0bcc2d6bfac702 /drivers | |
parent | 75212a02734155de3d25c91344a9083d7bf2aef1 (diff) |
V4L/DVB (11191): pvrusb2: Define default I2C address for cx25840 sub-device
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 8be5392e979b..4b1f1b5f4328 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -133,6 +133,7 @@ static const char *module_names[] = { | |||
133 | static const unsigned char *module_i2c_addresses[] = { | 133 | static const unsigned char *module_i2c_addresses[] = { |
134 | [PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63", | 134 | [PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63", |
135 | [PVR2_CLIENT_ID_WM8775] = "\x1b", | 135 | [PVR2_CLIENT_ID_WM8775] = "\x1b", |
136 | [PVR2_CLIENT_ID_CX25840] = "\x44", | ||
136 | }; | 137 | }; |
137 | 138 | ||
138 | 139 | ||