diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 05:43:38 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-10 05:43:38 -0200 |
commit | b6b28e59f3a63abba79eda2ef1de8b4e76e8cdc8 (patch) | |
tree | bb0c13cc7e4ef7a7a6d5e98dde22c51b2fd53531 /README.patches | |
parent | 1022b8e7b9eec01adec0cf40ed43487611f9022e (diff) | |
download | mediapointer-dvb-s2-b6b28e59f3a63abba79eda2ef1de8b4e76e8cdc8.tar.gz mediapointer-dvb-s2-b6b28e59f3a63abba79eda2ef1de8b4e76e8cdc8.tar.bz2 |
Avoid troubles when using multiple devices
From: Mauro Carvalho Chehab <mchehab@infradead.org>
mv_count is a counter used to move the vertical bars. Before this patch, it
where a static var. This works fine for just one device. However, when using
multiple devices, every device would increment it.
This patch moves it to its correct place: struct vivi_dev. So, now, each device
has its own data.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'README.patches')
0 files changed, 0 insertions, 0 deletions