Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38f993ad authored by Dean Anderson's avatar Dean Anderson Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (8125): This driver adds support for the Sensoray 2255 devices.



It was primarily developed by Dean Anderson with only a little bit of
guidance and cleanup by Greg.

Signed-off-by: default avatarDean Anderson <dean@sensoray.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
[mchehab@infradead.org: fixed renamed callbacks]
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent bfda3a0b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -905,6 +905,15 @@ config USB_STKWEBCAM
	  To compile this driver as a module, choose M here: the
	  module will be called stkwebcam.

config USB_S2255
	tristate "USB Sensoray 2255 video capture device"
	depends on VIDEO_V4L2
	select VIDEOBUF_VMALLOC
	default n
	help
	  Say Y here if you want support for the Sensoray 2255 USB device.
	  This driver can be compiled as a module, called s2255drv.

endif # V4L_USB_DRIVERS

config SOC_CAMERA
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ obj-$(CONFIG_USB_IBMCAM) += usbvideo/
obj-$(CONFIG_USB_KONICAWC)      += usbvideo/
obj-$(CONFIG_USB_VICAM)         += usbvideo/
obj-$(CONFIG_USB_QUICKCAM_MESSENGER)	+= usbvideo/
obj-$(CONFIG_USB_S2255)		+= s2255drv.o

obj-$(CONFIG_VIDEO_IVTV) += ivtv/
obj-$(CONFIG_VIDEO_CX18) += cx18/
+2486 −0

File added.

Preview size limit exceeded, changes collapsed.