diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-27 11:56:50 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-27 11:56:50 +0200 |
commit | 2cfa30295ea7fc283f90be4b0b91fc9cfefaf96b (patch) | |
tree | d8b5b64231121b0e7ed8c8d699eed9677dfab396 /linux/drivers/media/video/ivtv/ivtv-i2c.c | |
parent | 34232933947e955bc88cd2028bdf3e544ad2b1ac (diff) | |
download | mediapointer-dvb-s2-2cfa30295ea7fc283f90be4b0b91fc9cfefaf96b.tar.gz mediapointer-dvb-s2-2cfa30295ea7fc283f90be4b0b91fc9cfefaf96b.tar.bz2 |
Add vp27smpx driver
From: Hans Verkuil <hverkuil@xs4all.nl>
This device is internal to the Panasonic VP27S tuner and is used to
set the mono/stereo/bilingual setting of the tuner.
It is used by two Japanese cx23416-based cards.
Signed-off-by: Takahiro Adachi <tadachi@tadachi-net.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-i2c.c')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-i2c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-i2c.c b/linux/drivers/media/video/ivtv/ivtv-i2c.c index 8e521eef8..624650520 100644 --- a/linux/drivers/media/video/ivtv/ivtv-i2c.c +++ b/linux/drivers/media/video/ivtv/ivtv-i2c.c @@ -109,6 +109,7 @@ static const u8 hw_driverids[] = { I2C_DRIVERID_UPD64083, I2C_DRIVERID_SAA717X, I2C_DRIVERID_WM8739, + I2C_DRIVERID_VP27SMPX, 0 /* IVTV_HW_GPIO dummy driver ID */ }; @@ -128,6 +129,7 @@ static const char * const hw_drivernames[] = { "upd64083", "saa717x", "wm8739", + "vp27smpx", "gpio", }; |