diff options
author | Mike Isely <devnull@localhost> | 2006-01-14 22:09:52 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2006-01-14 22:09:52 +0000 |
commit | 53e2a0e11ea790e0466ae6358e2f293584155611 (patch) | |
tree | 12b2535d1e23088e324f98e9bf7f59f8b380caf1 /v4l | |
parent | 1fe396338f08245ff63b2435a4e70cf176f14347 (diff) | |
download | mediapointer-dvb-s2-53e2a0e11ea790e0466ae6358e2f293584155611.tar.gz mediapointer-dvb-s2-53e2a0e11ea790e0466ae6358e2f293584155611.tar.bz2 |
Change global "debug" to "pvrusb2_debug"
Note - I think this is the only actual global variable in the entire
driver right now. (Other stuff is either static or held through a
context pointer).
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index f8e0680a0..22e3d879c 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,17 @@ +2006-01-14 22:06 mcisely + + * v4l_experimental/pvrusb2/pvrusb2-debug.h: + * v4l_experimental/pvrusb2/pvrusb2-i2c-core.c: (pvr2_i2c_xfer), + (pvr2_i2c_client_cmd): + * v4l_experimental/pvrusb2/pvrusb2-main.c: (pvr_init): + * v4l_experimental/pvrusb2/pvrusb2-v4l2.c: (pvr2_v4l2_do_ioctl): + + -Change global "debug" to "pvrusb2_debug". This should be the + only actual public global in the entire driver (everything else + is either static or held through a context pointer). + + Signed-off-by: Mike Isely <isely@pobox.com> + 2006-01-14 21:09 mcisely * v4l_experimental/pvrusb2/pvrusb2-hdw.c: |