diff options
author | Mike Isely <devnull@localhost> | 2006-01-22 03:55:03 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2006-01-22 03:55:03 +0000 |
commit | f46e56ebf89865948b7a9014adfec35436d9d3f8 (patch) | |
tree | 98edd76bf8e3a2256ba8cb3668488d60b626e85c /v4l/ChangeLog | |
parent | e9b2a80a0b77053b342d767697d029baf8438914 (diff) | |
download | mediapointer-dvb-s2-f46e56ebf89865948b7a9014adfec35436d9d3f8.tar.gz mediapointer-dvb-s2-f46e56ebf89865948b7a9014adfec35436d9d3f8.tar.bz2 |
Eliminate kludge in pvrusb2 involving tda9887 module detection.
Eliminate horrid kludge in pvrusb2 involved in detecting tda9887
client attachment. Use the driver id instead, now that the ID is
being set.
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 06b771d6a..79650541f 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,14 @@ +2006-01-22 03:51 mcisely + + * v4l_experimental/pvrusb2/pvrusb2-i2c-chips-v4l2.c: + (pvr2_i2c_probe): + + - Eliminate horrid kludge in pvrusb2 involved in detecting tda9887 + client attachment. Use the driver id instead, now that the ID + is being set. + + Signed-off-by: Mike Isely <isely@pobox.com> + 2006-01-22 03:49 mcisely * v4l_experimental/pvrusb2/pvrusb2-i2c-core.c: |