From: Jean-François Moine Date: Thu, 11 Nov 2010 09:17:01 +0000 (-0300) Subject: [media] gspca - ov519: Handle the snapshot on capture stop when CONFIG_INPUT=m X-Git-Tag: v2.6.38-rc1~470^2~199 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=14653e64e9db48e91cbd00fba335a6a459e66cc9;p=~shefty%2Frdma-dev.git [media] gspca - ov519: Handle the snapshot on capture stop when CONFIG_INPUT=m Signed-off-by: Jean-François Moine Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/gspca/ov519.c b/drivers/media/video/gspca/ov519.c index 19f943e45ca..7e86faf12f5 100644 --- a/drivers/media/video/gspca/ov519.c +++ b/drivers/media/video/gspca/ov519.c @@ -3940,7 +3940,7 @@ static void sd_stop0(struct gspca_dev *gspca_dev) if (sd->bridge == BRIDGE_W9968CF) w9968cf_stop0(sd); -#ifdef CONFIG_INPUT +#if defined(CONFIG_INPUT) || defined(CONFIG_INPUT_MODULE) /* If the last button state is pressed, release it now! */ if (sd->snapshot_pressed) { input_report_key(gspca_dev->input_dev, KEY_CAMERA, 0);