Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29871
b: refs/heads/master
c: 2b455db
h: refs/heads/master
i:
  29869: 1804863
  29867: 3016157
  29863: e7a4b18
  29855: 824d79d
v: v3
  • Loading branch information
Luc Saillard authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent f98151c commit 1d966f7
Show file tree
Hide file tree
Showing 19 changed files with 5,553 additions and 1,265 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: d9e12f25cf538d103426946121d214dff332efbb
refs/heads/master: 2b455db6d456ef2d44808a8377fd3bc832e08317
13 changes: 11 additions & 2 deletions trunk/drivers/media/video/pwc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config USB_PWC
* Philips PCA645, PCA646
* Philips PCVC675, PCVC680, PCVC690
* Philips PCVC720/40, PCVC730, PCVC740, PCVC750
* Philips SPC900NC
* Askey VC010
* Logitech QuickCam Pro 3000, 4000, 'Zoom', 'Notebook Pro'
and 'Orbit'/'Sphere'
Expand All @@ -19,10 +20,18 @@ config USB_PWC
and never will be, but the 665 and 720/20 are supported by other
drivers.

See <file:Documentation/usb/philips.txt> for more information and
installation instructions.
Some newer logitech webcams are not handled by this driver but by the
Usb Video Class driver (linux-uvc).

The built-in microphone is enabled by selecting USB Audio support.

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

config USB_PWC_DEBUG
bool "USB Philips Cameras verbose debug"
depends USB_PWC
help
Say Y here in order to have the pwc driver generate verbose debugging
messages.
A special module options 'trace' is used to control the verbosity.
11 changes: 10 additions & 1 deletion trunk/drivers/media/video/pwc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pwc-objs := pwc-if.o pwc-misc.o pwc-ctrl.o pwc-uncompress.o pwc-timon.o pwc-kiara.o
pwc-objs := pwc-if.o pwc-misc.o pwc-ctrl.o pwc-v4l.o pwc-uncompress.o
pwc-objs += pwc-dec1.o pwc-dec23.o pwc-kiara.o pwc-timon.o

obj-$(CONFIG_USB_PWC) += pwc.o

ifeq ($(CONFIG_USB_PWC_DEBUG),y)
EXTRA_CFLAGS += -DCONFIG_PWC_DEBUG=1
else
EXTRA_CFLAGS += -DCONFIG_PWC_DEBUG=0
endif


Loading

0 comments on commit 1d966f7

Please sign in to comment.