Skip to content

Commit

Permalink
V4L/DVB (4018): Usbvideo/quickcam_messenger driver v4l
Browse files Browse the repository at this point in the history
Adds a usbvideo driver for the Logitech Quickcam Messenger USB webcam.

Signed-off-by: Jaya Kumar <jayakumar.video@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
jayakumar.video@gmail.com authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent a312462 commit e48a9c6
Show file tree
Hide file tree
Showing 4 changed files with 1,259 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/media/video/usbvideo/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,15 @@ config USB_KONICAWC

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

config USB_QUICKCAM_MESSENGER
tristate "USB Logitech Quickcam Messenger"
depends on USB && VIDEO_DEV
select VIDEO_USBVIDEO
---help---
Say Y or M here to enable support for the USB Logitech Quickcam
Messenger webcam.

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

1 change: 1 addition & 0 deletions drivers/media/video/usbvideo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ obj-$(CONFIG_VIDEO_USBVIDEO) += usbvideo.o
obj-$(CONFIG_USB_IBMCAM) += ibmcam.o ultracam.o
obj-$(CONFIG_USB_KONICAWC) += konicawc.o
obj-$(CONFIG_USB_VICAM) += vicam.o
obj-$(CONFIG_USB_QUICKCAM_MESSENGER) += quickcam_messenger.o
Loading

0 comments on commit e48a9c6

Please sign in to comment.