aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/Kconfig
diff options
context:
space:
mode:
authorNam Phạm Thành <phamthanhnam.ptn@gmail.com>2009-01-12 00:50:17 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:42:22 -0400
commite32a7eccd7f016928dd864711ac654e6db62c5f3 (patch)
tree6eb71d883c91226c2f8dd0c7a6cc6a1c2c8e3c5f /drivers/media/video/pwc/Kconfig
parentbe4f4aecf8df39444535c9d9be2b74a8f34649b2 (diff)
V4L/DVB (10242): pwc: add support for webcam snapshot button
This patch adds support for Philips webcam snapshot button as an event input device, for consistency with other webcam drivers. Signed-off-by: Pham Thanh Nam <phamthanhnam.ptn@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pwc/Kconfig')
-rw-r--r--drivers/media/video/pwc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/pwc/Kconfig b/drivers/media/video/pwc/Kconfig
index 7298cf2e1650..8b9f0aa844a1 100644
--- a/drivers/media/video/pwc/Kconfig
+++ b/drivers/media/video/pwc/Kconfig
@@ -35,3 +35,13 @@ config USB_PWC_DEBUG
35 Say Y here in order to have the pwc driver generate verbose debugging 35 Say Y here in order to have the pwc driver generate verbose debugging
36 messages. 36 messages.
37 A special module options 'trace' is used to control the verbosity. 37 A special module options 'trace' is used to control the verbosity.
38
39config USB_PWC_INPUT_EVDEV
40 bool "USB Philips Cameras input events device support"
41 default y
42 depends on USB_PWC && INPUT
43 ---help---
44 This option makes USB Philips cameras register the snapshot button as
45 an input device to report button events.
46
47 If you are in doubt, say Y.