diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-23 09:03:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-23 09:03:03 -0300 |
commit | bc5e79ddb91cd8d5073c4d4f73e4faa784a2b68a (patch) | |
tree | 83475997bca9939b1be2d21eb2e0dac8e3011caa /linux/drivers/media/video/pwc/pwc-if.c | |
parent | d98d9ea5be4cd00ab3e3125637adab2be58bfe44 (diff) | |
parent | 4e3bc28a15ab1b9a6bc0c629fdea9ee0818cca15 (diff) | |
download | mediapointer-dvb-s2-bc5e79ddb91cd8d5073c4d4f73e4faa784a2b68a.tar.gz mediapointer-dvb-s2-bc5e79ddb91cd8d5073c4d4f73e4faa784a2b68a.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/cx88
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/pwc/pwc-if.c')
-rw-r--r-- | linux/drivers/media/video/pwc/pwc-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pwc/pwc-if.c b/linux/drivers/media/video/pwc/pwc-if.c index 844b7fcfb..a241a3060 100644 --- a/linux/drivers/media/video/pwc/pwc-if.c +++ b/linux/drivers/media/video/pwc/pwc-if.c @@ -133,7 +133,7 @@ static int default_fbufs = 3; /* Default number of frame buffers */ #endif static int power_save = 0; static int led_on = 100, led_off = 0; /* defaults to LED that is on while in use */ - int pwc_preferred_compression = 1; /* 0..3 = uncompressed..high */ +static int pwc_preferred_compression = 1; /* 0..3 = uncompressed..high */ static struct { int type; char serial_number[30]; |