-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V4L/DVB (8234): uvcvideo: Make input device support optional
UVC devices can report button events. The uvcvideo driver depends on CONFIG_INPUT to report events to the input layer. This patch removes the hard dependency by introducing a new CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV option. Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
- Loading branch information
Laurent Pinchart
authored and
Mauro Carvalho Chehab
committed
Jul 20, 2008
1 parent
ac0d6df
commit 6833c91
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
config USB_VIDEO_CLASS | ||
tristate "USB Video Class (UVC)" | ||
---help--- | ||
Support for the USB Video Class (UVC). Currently only video | ||
input devices, such as webcams, are supported. | ||
|
||
For more information see: <http://linux-uvc.berlios.de/> | ||
|
||
config USB_VIDEO_CLASS_INPUT_EVDEV | ||
bool "UVC input events device support" | ||
default y | ||
depends on USB_VIDEO_CLASS && INPUT | ||
---help--- | ||
This option makes USB Video Class devices register an input device | ||
to report button events. | ||
|
||
If you are in doubt, say Y. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters