|
@@ -373,7 +373,7 @@ static int ir_probe(struct i2c_adapter *adap)
|
|
|
|
|
|
static const int probe_bttv[] = { 0x1a, 0x18, 0x4b, 0x64, 0x30, -1};
|
|
|
static const int probe_saa7134[] = { 0x7a, 0x47, -1 };
|
|
|
- static const int probe_em2820[] = { 0x30, 0x47, -1 };
|
|
|
+ static const int probe_em28XX[] = { 0x30, 0x47, -1 };
|
|
|
const int *probe = NULL;
|
|
|
struct i2c_client c;
|
|
|
unsigned char buf;
|
|
@@ -386,8 +386,8 @@ static int ir_probe(struct i2c_adapter *adap)
|
|
|
case I2C_HW_SAA7134:
|
|
|
probe = probe_saa7134;
|
|
|
break;
|
|
|
- case I2C_HW_B_EM2820:
|
|
|
- probe = probe_em2820;
|
|
|
+ case I2C_HW_B_EM28XX:
|
|
|
+ probe = probe_em28XX;
|
|
|
break;
|
|
|
}
|
|
|
if (NULL == probe)
|