diff options
| author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-27 02:44:37 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-27 02:44:37 +0000 |
| commit | 947261850fdd8ce08a4bc1232033a0fde8e609d5 (patch) | |
| tree | 6020b1ee53a43350614d2f2088288e3a89a29d31 /v4l | |
| parent | 77f6f81388b60cd9de567077cb6e890ccec60f2e (diff) | |
| download | mediapointer-dvb-s2-947261850fdd8ce08a4bc1232033a0fde8e609d5.tar.gz mediapointer-dvb-s2-947261850fdd8ce08a4bc1232033a0fde8e609d5.tar.bz2 | |
- Add new parameter to help identify radio chipsets:
show_i2c=1 will show 16 reading bytes from detected tuners.
* tea5767.c:
- Improved autodetection code commented. Sometimes, it doesn't work.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
| -rw-r--r-- | v4l/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index b5156f1c7..4dd2ead07 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2005-07-27 02:42 mchehab + * tuner-core.c: + - Add new parameter to help identify radio chipsets: + show_i2c=1 will show 16 reading bytes from detected tuners. + + * tea5767.c: + - Improved autodetection code commented. Sometimes, it doesn't work. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-07-27 02:01 mkrufky * cx88-mpeg.c: - convert ugly if-else statement to switch-case. |
