-
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.
- Loading branch information
Laurent Pinchart
authored and
Mauro Carvalho Chehab
committed
Jul 20, 2008
1 parent
0e566f7
commit 66e7f54
Showing
3 changed files
with
33 additions
and
3 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: ac0d6df69bc72eabda944fd14a958074dc08ca0c | ||
refs/heads/master: 6833c917b4de1757febdbf946d709ece6dc7a86f |
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