diff options
author | Dean Anderson <dean@sensoray.com> | 2008-06-26 23:15:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:12:59 -0300 |
commit | 38f993ad8b1fe4caf9e989caf6e2a25aff3bbaf7 (patch) | |
tree | 829d3ba2e469d42e101bc90384bb3d10630972da /drivers/media/video/Makefile | |
parent | bfda3a0b3276cda7f2da1dcd98bd060b60954cbb (diff) | |
download | talos-op-linux-38f993ad8b1fe4caf9e989caf6e2a25aff3bbaf7.tar.gz talos-op-linux-38f993ad8b1fe4caf9e989caf6e2a25aff3bbaf7.zip |
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: Dean Anderson <dean@sensoray.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
[mchehab@infradead.org: fixed renamed callbacks]
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Makefile')
-rw-r--r-- | drivers/media/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index ecbbfaab24d5..2ec920dc32e0 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile @@ -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/ |