Skip to content

Commit

Permalink
V4L/DVB (12314): cx23885: add CAM presence checkout
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent c846121 commit 8db6d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/cx23885/cimax2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__);

Expand Down

0 comments on commit 8db6d63

Please sign in to comment.