1
0
Fork 0

V4L/DVB (11198): pvrusb2: Define default I2C address for CS53L32A 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 02:03:28 -03:00 committed by Mauro Carvalho Chehab
parent 851981a1ee
commit 23334a22ea
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ static const unsigned char *module_i2c_addresses[] = {
[PVR2_CLIENT_ID_SAA7115] = "\x21",
[PVR2_CLIENT_ID_WM8775] = "\x1b",
[PVR2_CLIENT_ID_CX25840] = "\x44",
[PVR2_CLIENT_ID_CS53L32A] = "\x11",
};