]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (11191): pvrusb2: Define default I2C address for cx25840 sub-device
authorMike Isely <isely@pobox.com>
Sat, 7 Mar 2009 04:49:37 +0000 (01:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:38 +0000 (12:43 -0300)
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-hdw.c

index 8be5392e979b87119c5e46a1d3d3138a5d90e2c4..4b1f1b5f43283857583494b070c842c9da485701 100644 (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",
 };