Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76735
b: refs/heads/master
c: ec16dae
h: refs/heads/master
i:
  76733: 5ea4308
  76731: 5c09130
  76727: 2ca502d
  76719: 4af0acd
  76703: 4a40dbd
  76671: fa98c8f
v: v3
  • Loading branch information
Jaime Velasco Juan authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 8883f9b commit e2597d1
Show file tree
Hide file tree
Showing 6 changed files with 2,198 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6667e5fb8c478e65768fdb18fa6576ac1634068
refs/heads/master: ec16dae5453eafd1586f35c4ec1ef854e5a808e0
13 changes: 13 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,19 @@ config USB_ZR364XX
To compile this driver as a module, choose M here: the
module will be called zr364xx.

config USB_STKWEBCAM
tristate "USB Syntek DC1125 Camera support"
depends on VIDEO_V4L2 && EXPERIMENTAL
---help---
Say Y here if you want to use this type of camera.
Supported devices are typically found in some Asus laptops,
with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
may be supported by the stk11xx driver, from which this is
derived, see http://stk11xx.sourceforge.net

To compile this driver as a module, choose M here: the
module will be called stkwebcam.

endif # V4L_USB_DRIVERS

endif # VIDEO_CAPTURE_DRIVERS
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ tuner-objs := tuner-core.o tuner-types.o

msp3400-objs := msp3400-driver.o msp3400-kthreads.o

stkwebcam-objs := stk-webcam.o stk-sensor.o

obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-common.o compat_ioctl32.o \
v4l2-int-device.o

Expand Down Expand Up @@ -116,6 +118,7 @@ obj-$(CONFIG_USB_SE401) += se401.o
obj-$(CONFIG_USB_STV680) += stv680.o
obj-$(CONFIG_USB_W9968CF) += w9968cf.o
obj-$(CONFIG_USB_ZR364XX) += zr364xx.o
obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o

obj-$(CONFIG_USB_SN9C102) += sn9c102/
obj-$(CONFIG_USB_ET61X251) += et61x251/
Expand Down
Loading

0 comments on commit e2597d1

Please sign in to comment.