From: Randy Dunlap <randy.dunlap@oracle.com>
To: Laurent Pinchart <laurent.pinchart@skynet.be>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>,
Ingo Molnar <mingo@elte.hu>,
linux-kernel@vger.kernel.org, "Rafael J. Wysocki" <rjw@sisk.pl>
Subject: [PATCH PWC: fix build error when CONFIG_INPUT=m
Date: Sun, 15 Feb 2009 12:00:41 -0800 [thread overview]
Message-ID: <49987469.5070302@oracle.com> (raw)
In-Reply-To: <200902150119.48355.laurent.pinchart@skynet.be>
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix build errors when USB_PWC=y and INPUT=m.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/media/video/pwc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- mmotm-2009-0214-0049.orig/drivers/media/video/pwc/Kconfig
+++ mmotm-2009-0214-0049/drivers/media/video/pwc/Kconfig
@@ -39,7 +39,7 @@ config USB_PWC_DEBUG
config USB_PWC_INPUT_EVDEV
bool "USB Philips Cameras input events device support"
default y
- depends on USB_PWC && INPUT
+ depends on USB_PWC=INPUT || INPUT=y
---help---
This option makes USB Philips cameras register the snapshot button as
an input device to report button events.
prev parent reply other threads:[~2009-02-15 20:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-08 14:58 [build bug] uvc_status_cleanup(): undefined reference to `input_unregister_device' Ingo Molnar
2009-02-10 0:44 ` Laurent Pinchart
2009-02-11 8:29 ` Mauro Carvalho Chehab
2009-02-11 11:47 ` Laurent Pinchart
2009-02-11 12:56 ` Mauro Carvalho Chehab
2009-02-15 0:19 ` Laurent Pinchart
2009-02-15 19:59 ` [PATCH] UVC: " Randy Dunlap
2009-02-16 10:36 ` Laurent Pinchart
2009-02-15 20:00 ` Randy Dunlap [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49987469.5070302@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=laurent.pinchart@skynet.be \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=mingo@elte.hu \
--cc=rjw@sisk.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox