Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226339
b: refs/heads/master
c: 71bb287
h: refs/heads/master
i:
  226337: d922785
  226335: adb85f9
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent f32ee94 commit b1bd329
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 745da4280f272840976d47afba22ed853f07e1b2
refs/heads/master: 71bb2876a3b2af8e6fd5ac20921ee0de9e07d809
11 changes: 0 additions & 11 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -917,17 +917,6 @@ source "drivers/media/video/usbvision/Kconfig"

source "drivers/media/video/et61x251/Kconfig"

config USB_SE401
tristate "USB SE401 Camera support"
depends on VIDEO_V4L1
---help---
Say Y here if you want to connect this type of camera to your
computer's USB port. See <file:Documentation/video4linux/se401.txt>
for more information and for a list of supported cameras.

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

source "drivers/media/video/sn9c102/Kconfig"

source "drivers/media/video/pwc/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o
obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o

obj-$(CONFIG_USB_DABUSB) += dabusb.o
obj-$(CONFIG_USB_SE401) += se401.o
obj-$(CONFIG_USB_ZR364XX) += zr364xx.o
obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ source "drivers/staging/cpia/Kconfig"

source "drivers/staging/stradis/Kconfig"

source "drivers/staging/se401/Kconfig"

source "drivers/staging/usbvideo/Kconfig"

source "drivers/staging/usbip/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ obj-$(CONFIG_VIDEO_TM6000) += tm6000/
obj-$(CONFIG_VIDEO_CPIA) += cpia/
obj-$(CONFIG_VIDEO_STRADIS) += stradis/
obj-$(CONFIG_USB_VICAM) += usbvideo/
obj-$(CONFIG_USB_SE401) += se401/
obj-$(CONFIG_LIRC_STAGING) += lirc/
obj-$(CONFIG_USB_IP_COMMON) += usbip/
obj-$(CONFIG_W35UND) += winbond/
Expand Down
13 changes: 13 additions & 0 deletions trunk/drivers/staging/se401/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
config USB_SE401
tristate "USB SE401 Camera support (DEPRECATED)"
depends on VIDEO_V4L1
---help---
Say Y here if you want to connect this type of camera to your
computer's USB port. See <file:Documentation/video4linux/se401.txt>
for more information and for a list of supported cameras.

This driver uses the deprecated V4L1 API and will be removed in
2.6.39, unless someone converts it to the V4L2 API.

To compile this driver as a module, choose M here: the
module will be called se401.
1 change: 1 addition & 0 deletions trunk/drivers/staging/se401/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_USB_SE401) += se401.o
File renamed without changes.
File renamed without changes.

0 comments on commit b1bd329

Please sign in to comment.