1
0
Fork 0

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>
hifive-unleashed-5.1
Mike Isely 2009-03-07 01:49:37 -03:00 committed by Mauro Carvalho Chehab
parent 75212a0273
commit 0b46701499
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ static const char *module_names[] = {
static const unsigned char *module_i2c_addresses[] = {
[PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63",
[PVR2_CLIENT_ID_WM8775] = "\x1b",
[PVR2_CLIENT_ID_CX25840] = "\x44",
};