diff options
author | Oliver Endriss <devnull@localhost> | 2003-11-25 19:13:22 +0000 |
---|---|---|
committer | Oliver Endriss <devnull@localhost> | 2003-11-25 19:13:22 +0000 |
commit | 03a665292520b7d6e6373abb7166d8e9f80b960f (patch) | |
tree | bb4a0b018733a05083cd695e076d54105400c642 /linux/include/media/saa7146.h | |
parent | ea594f01cb39d739763ccc2f386f9831323ec116 (diff) | |
download | mediapointer-dvb-s2-03a665292520b7d6e6373abb7166d8e9f80b960f.tar.gz mediapointer-dvb-s2-03a665292520b7d6e6373abb7166d8e9f80b960f.tar.bz2 |
introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C access
Diffstat (limited to 'linux/include/media/saa7146.h')
-rw-r--r-- | linux/include/media/saa7146.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/media/saa7146.h b/linux/include/media/saa7146.h index f06db5313..034280d24 100644 --- a/linux/include/media/saa7146.h +++ b/linux/include/media/saa7146.h @@ -87,6 +87,7 @@ struct saa7146_extension { char name[32]; /* name of the device */ #define SAA7146_USE_I2C_IRQ 0x1 +#define SAA7146_I2C_SHORT_DELAY 0x2 int flags; /* pairs of subvendor and subdevice ids for |