-
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.
yaml --- r: 306291 b: refs/heads/master c: ccfc97b h: refs/heads/master i: 306289: 10d4b27 306287: 1d24c55 v: v3
- Loading branch information
Sakari Ailus
authored and
Mauro Carvalho Chehab
committed
May 14, 2012
1 parent
59ebb7d
commit 24e66eb
Showing
18 changed files
with
4,700 additions
and
1 deletion.
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: cf1c5fae5f8a28d478b7177a2d83e42d25eab072 | ||
refs/heads/master: ccfc97bdb5ae8b8edc55169ac6924e08449836ac |
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
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
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
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,13 @@ | ||
config VIDEO_SMIAPP | ||
tristate "SMIA++/SMIA sensor support" | ||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | ||
select VIDEO_SMIAPP_PLL | ||
---help--- | ||
This is a generic driver for SMIA++/SMIA camera modules. | ||
|
||
config VIDEO_SMIAPP_DEBUG | ||
bool "Enable debugging for the generic SMIA++/SMIA driver" | ||
depends on VIDEO_SMIAPP | ||
---help--- | ||
Enable debugging output in the generic SMIA++/SMIA driver. If you | ||
are developing the driver you might want to enable this. |
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,3 @@ | ||
smiapp-objs += smiapp-core.o smiapp-regs.o \ | ||
smiapp-quirk.o smiapp-limits.o | ||
obj-$(CONFIG_VIDEO_SMIAPP) += smiapp.o |
Oops, something went wrong.