diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-i2c.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-i2c.c b/linux/drivers/media/video/ivtv/ivtv-i2c.c index 180f541f0..6c37203db 100644 --- a/linux/drivers/media/video/ivtv/ivtv-i2c.c +++ b/linux/drivers/media/video/ivtv/ivtv-i2c.c @@ -133,7 +133,11 @@ static const u8 hw_addrs[] = { static const char * const hw_devicenames[] = { "cx25840", "saa7115", +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26) "saa7127_auto", /* saa7127 or saa7129 */ +#else + "saa7127", /* saa7127 or saa7129 */ +#endif "msp3400", "tuner", "wm8775", |