diff options
-rw-r--r-- | drivers/media/video/Kconfig | 11 | ||||
-rw-r--r-- | drivers/media/video/Makefile | 1 | ||||
-rw-r--r-- | drivers/staging/Kconfig | 2 | ||||
-rw-r--r-- | drivers/staging/Makefile | 1 | ||||
-rw-r--r-- | drivers/staging/se401/Kconfig | 13 | ||||
-rw-r--r-- | drivers/staging/se401/Makefile | 1 | ||||
-rw-r--r-- | drivers/staging/se401/se401.c (renamed from drivers/media/video/se401.c) | 0 | ||||
-rw-r--r-- | drivers/staging/se401/se401.h (renamed from drivers/media/video/se401.h) | 0 |
8 files changed, 17 insertions, 12 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 3655b30254d9..b3bf04368bf2 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -917,17 +917,6 @@ source "drivers/media/video/usbvision/Kconfig" | |||
917 | 917 | ||
918 | source "drivers/media/video/et61x251/Kconfig" | 918 | source "drivers/media/video/et61x251/Kconfig" |
919 | 919 | ||
920 | config USB_SE401 | ||
921 | tristate "USB SE401 Camera support" | ||
922 | depends on VIDEO_V4L1 | ||
923 | ---help--- | ||
924 | Say Y here if you want to connect this type of camera to your | ||
925 | computer's USB port. See <file:Documentation/video4linux/se401.txt> | ||
926 | for more information and for a list of supported cameras. | ||
927 | |||
928 | To compile this driver as a module, choose M here: the | ||
929 | module will be called se401. | ||
930 | |||
931 | source "drivers/media/video/sn9c102/Kconfig" | 920 | source "drivers/media/video/sn9c102/Kconfig" |
932 | 921 | ||
933 | source "drivers/media/video/pwc/Kconfig" | 922 | source "drivers/media/video/pwc/Kconfig" |
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index 2f2e3ac877b4..fd684dd4f91c 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile | |||
@@ -122,7 +122,6 @@ obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o | |||
122 | obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o | 122 | obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o |
123 | 123 | ||
124 | obj-$(CONFIG_USB_DABUSB) += dabusb.o | 124 | obj-$(CONFIG_USB_DABUSB) += dabusb.o |
125 | obj-$(CONFIG_USB_SE401) += se401.o | ||
126 | obj-$(CONFIG_USB_ZR364XX) += zr364xx.o | 125 | obj-$(CONFIG_USB_ZR364XX) += zr364xx.o |
127 | obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o | 126 | obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o |
128 | 127 | ||
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index a402a5614b86..d9e3b6ddf682 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig | |||
@@ -55,6 +55,8 @@ source "drivers/staging/cpia/Kconfig" | |||
55 | 55 | ||
56 | source "drivers/staging/stradis/Kconfig" | 56 | source "drivers/staging/stradis/Kconfig" |
57 | 57 | ||
58 | source "drivers/staging/se401/Kconfig" | ||
59 | |||
58 | source "drivers/staging/usbvideo/Kconfig" | 60 | source "drivers/staging/usbvideo/Kconfig" |
59 | 61 | ||
60 | source "drivers/staging/usbip/Kconfig" | 62 | source "drivers/staging/usbip/Kconfig" |
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index d4eb7146a87c..8058a15b0cd7 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile | |||
@@ -11,6 +11,7 @@ obj-$(CONFIG_VIDEO_TM6000) += tm6000/ | |||
11 | obj-$(CONFIG_VIDEO_CPIA) += cpia/ | 11 | obj-$(CONFIG_VIDEO_CPIA) += cpia/ |
12 | obj-$(CONFIG_VIDEO_STRADIS) += stradis/ | 12 | obj-$(CONFIG_VIDEO_STRADIS) += stradis/ |
13 | obj-$(CONFIG_USB_VICAM) += usbvideo/ | 13 | obj-$(CONFIG_USB_VICAM) += usbvideo/ |
14 | obj-$(CONFIG_USB_SE401) += se401/ | ||
14 | obj-$(CONFIG_LIRC_STAGING) += lirc/ | 15 | obj-$(CONFIG_LIRC_STAGING) += lirc/ |
15 | obj-$(CONFIG_USB_IP_COMMON) += usbip/ | 16 | obj-$(CONFIG_USB_IP_COMMON) += usbip/ |
16 | obj-$(CONFIG_W35UND) += winbond/ | 17 | obj-$(CONFIG_W35UND) += winbond/ |
diff --git a/drivers/staging/se401/Kconfig b/drivers/staging/se401/Kconfig new file mode 100644 index 000000000000..586fc0432a4b --- /dev/null +++ b/drivers/staging/se401/Kconfig | |||
@@ -0,0 +1,13 @@ | |||
1 | config USB_SE401 | ||
2 | tristate "USB SE401 Camera support (DEPRECATED)" | ||
3 | depends on VIDEO_V4L1 | ||
4 | ---help--- | ||
5 | Say Y here if you want to connect this type of camera to your | ||
6 | computer's USB port. See <file:Documentation/video4linux/se401.txt> | ||
7 | for more information and for a list of supported cameras. | ||
8 | |||
9 | This driver uses the deprecated V4L1 API and will be removed in | ||
10 | 2.6.39, unless someone converts it to the V4L2 API. | ||
11 | |||
12 | To compile this driver as a module, choose M here: the | ||
13 | module will be called se401. | ||
diff --git a/drivers/staging/se401/Makefile b/drivers/staging/se401/Makefile new file mode 100644 index 000000000000..b465d49783af --- /dev/null +++ b/drivers/staging/se401/Makefile | |||
@@ -0,0 +1 @@ | |||
obj-$(CONFIG_USB_SE401) += se401.o | |||
diff --git a/drivers/media/video/se401.c b/drivers/staging/se401/se401.c index 41360d7c3e96..41360d7c3e96 100644 --- a/drivers/media/video/se401.c +++ b/drivers/staging/se401/se401.c | |||
diff --git a/drivers/media/video/se401.h b/drivers/staging/se401/se401.h index bf7d2e9765b0..bf7d2e9765b0 100644 --- a/drivers/media/video/se401.h +++ b/drivers/staging/se401/se401.h | |||