projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bea20
)
V4L/DVB (11440): PWC: fix build error when CONFIG_INPUT=m
author
Randy Dunlap
<
[email protected]
>
Mon, 6 Apr 2009 21:59:31 +0000
(18:59 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 7 Apr 2009 00:44:52 +0000
(21:44 -0300)
Fix build errors when USB_PWC=y and INPUT=m.
Signed-off-by: Randy Dunlap <
[email protected]
>
Acked-by: Laurent Pinchart <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/pwc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/video/pwc/Kconfig
b/drivers/media/video/pwc/Kconfig
index 8b9f0aa844a19b8f63b5dd66134a43f9d7993aa0..340f954aba346496e22460d7d5f276a5022951b2 100644
(file)
--- a/
drivers/media/video/pwc/Kconfig
+++ b/
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.