diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-26 14:05:52 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-26 14:05:52 +0000 |
commit | 975fb44c7ba7ef7c157da0f2e2367a694077a99f (patch) | |
tree | ac1b951a619da855b88b3e846e02316fbbd8f61d /linux/include | |
parent | f12863ef9f416661a0701b40684653e682edd686 (diff) | |
download | mediapointer-dvb-s2-975fb44c7ba7ef7c157da0f2e2367a694077a99f.tar.gz mediapointer-dvb-s2-975fb44c7ba7ef7c157da0f2e2367a694077a99f.tar.bz2 |
Included advanced debug option to tvp5150.c
- Included advanced debug option to tvp5150.c
- Now, advanced debug info is the first item at V4L menu.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/i2c-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/i2c-id.h b/linux/include/linux/i2c-id.h index 006c81ef4..c4564a283 100644 --- a/linux/include/linux/i2c-id.h +++ b/linux/include/linux/i2c-id.h @@ -109,6 +109,7 @@ #define I2C_DRIVERID_SAA711X 73 /* saa711x video encoders */ #define I2C_DRIVERID_AKITAIOEXP 74 /* IO Expander on Sharp SL-C1000 */ #define I2C_DRIVERID_INFRARED 75 /* I2C InfraRed on Video boards */ +#define I2C_DRIVERID_TVP5150 76 /* TVP5150 video decoder */ #define I2C_DRIVERID_EXP0 0xF0 /* experimental use id's */ #define I2C_DRIVERID_EXP1 0xF1 |