From: Igor M. Liplianin Date: Mon, 20 Jul 2009 15:27:27 +0000 (-0300) Subject: V4L/DVB (12314): cx23885: add CAM presence checkout X-Git-Tag: v2.6.32-rc1~679^2~152 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=8db6d633be17a1ed3459dbc0d4d43c4238ccf082 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx23885/cimax2.c b/drivers/media/video/cx23885/cimax2.c index 08582e5..0316257 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__);