lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200902161136.41037.laurent.pinchart@skynet.be>
Date:	Mon, 16 Feb 2009 11:36:40 +0100
From:	Laurent Pinchart <laurent.pinchart@...net.be>
To:	Randy Dunlap <randy.dunlap@...cle.com>
Cc:	Mauro Carvalho Chehab <mchehab@...hat.com>,
	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
	"Rafael J. Wysocki" <rjw@...k.pl>
Subject: Re: [PATCH] UVC: uvc_status_cleanup(): undefined reference to `input_unregister_device'

On Sunday 15 February 2009 20:59:20 Randy Dunlap wrote:
>
> This should allow INPUT=y or USB_VIDEO_CLASS=INPUT, i.e., they don't always
> have to match, in the case where INPUT=y and UVC=m (same problem exists
> with pwc in -mm & linux-next, btw.  PWC patch follows this one.).
>
>
>
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> Fix build errors when USB_VIDEO_CLASS=y and INPUT=m.
> Fixes kernel bugzilla #12671.
>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>

Acked-by: Laurent Pinchart <laurent.pinchart@...net.be>

Mauro, can you please apply ?

> ---
>  drivers/media/video/uvc/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- mmotm-2009-0214-0049.orig/drivers/media/video/uvc/Kconfig
> +++ mmotm-2009-0214-0049/drivers/media/video/uvc/Kconfig
> @@ -9,7 +9,7 @@ config USB_VIDEO_CLASS
>  config USB_VIDEO_CLASS_INPUT_EVDEV
>  	bool "UVC input events device support"
>  	default y
> -	depends on USB_VIDEO_CLASS && INPUT
> +	depends on USB_VIDEO_CLASS=INPUT || INPUT=y
>  	---help---
>  	  This option makes USB Video Class devices register an input device
>  	  to report button events.

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ