summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@netup.ru>2009-07-20 12:27:27 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 12:18:04 -0300
commit8db6d633be17a1ed3459dbc0d4d43c4238ccf082 (patch)
treeec6d5920c9c8e1ea08046c7cd135c671cbdd9f44 /drivers
parentc846121058c2604cc8c513addd0fad1050014b3d (diff)
V4L/DVB (12314): cx23885: add CAM presence checkout
Add CAM presence checkout during CiMax init for NetUP card. CAM presence checkout is needed after power on PC. Signed-off-by: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/cx23885/cimax2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cimax2.c b/drivers/media/video/cx23885/cimax2.c
index 08582e58bdbf..0316257b7345 100644
--- a/drivers/media/video/cx23885/cimax2.c
+++ b/drivers/media/video/cx23885/cimax2.c
@@ -443,6 +443,7 @@ int netup_ci_init(struct cx23885_tsport *port)
goto err;
INIT_WORK(&state->work, netup_read_ci_status);
+ schedule_work(&state->work);
ci_dbg_print("%s: CI initialized!\n", __func__);