PLEASE VIEW THE ATTACHED FILE AND CONTACT ME.

2016-11-13 Thread Dr. Felix Collins
FROM FIRST NATIONAL BANK OF SOUTH AFRICA (F.N.B)..rtf Description: MS-Word document

cron job: media_tree daily build: ERRORS

2016-11-13 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Mon Nov 14 05:00:15 CET 2016 media-tree git hash:bd676c0c04ec94bd830b9192e2c33f2c4532278d media_build

[GIT PULL FOR v4.10] Renesas R-Car FDP1 driver

2016-11-13 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: git://linuxtv.org/pinchartl/media.git fdp1/next for you to fetch changes up to bba78375df219a4a1fecc2a0c716c10e04e1e399:

Querying V4L2_CTRL_CLASS_MPEG doesn't return anything

2016-11-13 Thread Md. Islam
Hi I want to set the bitrate of my webcam (HP Envy laptop). ./v4l2-ctl --all gives me following: Driver Info (not using libv4l2): Driver name : uvcvideo Card type : HP Truevision HD Bus info : usb-:00:1d.0-1.3 Driver version: 4.4.24 Capabilities : 0x8421 Video Capture

Re: Including images on Sphinx documents

2016-11-13 Thread Jonathan Corbet
On Mon, 7 Nov 2016 09:46:48 -0200 Mauro Carvalho Chehab wrote: > When running LaTeX in interactive mode, building just the media > PDF file with: > > $ cls;make cleandocs; make SPHINXOPTS="-j5" DOCBOOKS="" > SPHINXDIRS=media latexdocs > $ PDFLATEX=xelatex

[GIT PULL FOR v4.10] OMAP3 ISP fixes

2016-11-13 Thread Laurent Pinchart
Hi Mauro, The following changes since commit bd676c0c04ec94bd830b9192e2c33f2c4532278d: [media] v4l2-flash-led-class: remove a now unused var (2016-10-24 18:51:29 -0200) are available in the git repository at: git://linuxtv.org/pinchartl/media.git omap3isp/next for you to fetch changes up

Re: Including images on Sphinx documents

2016-11-13 Thread Jonathan Corbet
On Mon, 7 Nov 2016 07:55:24 -0200 Mauro Carvalho Chehab wrote: > So, we have a few alternatives: > > 1) copy (or symlink) all rst files to Documentation/output (or to the >build dir specified via O= directive) and generate the *.pdf there, >and produce those

[GIT PULL FOR v4.10] uvcvideo change

2016-11-13 Thread Laurent Pinchart
Hi Mauro, Could you please pull the following single patch for v4.10 ? It adds an entry in the uvcvideo devices table for the Oculus Rift sensor. The following changes since commit bd676c0c04ec94bd830b9192e2c33f2c4532278d: [media] v4l2-flash-led-class: remove a now unused var (2016-10-24

[PATCH] usb: core: urb make use of usb_endpoint_maxp_mult

2016-11-13 Thread Mike Krinkin
Since usb_endpoint_maxp now returns only lower 11 bits mult calculation here isn't correct anymore and that breaks webcam for me. Patch make use of usb_endpoint_maxp_mult instead of direct calculation. Fixes: abb621844f6a ("usb: ch9: make usb_endpoint_maxp() return only packet size")

Re: [PATCH v2 00/11] getting back -Wmaybe-uninitialized

2016-11-13 Thread Greg KH
On Sun, Nov 13, 2016 at 09:47:41AM +0100, Greg KH wrote: > On Sat, Nov 12, 2016 at 01:27:12PM +, Jonathan Cameron wrote: > > On 11/11/16 19:49, Arnd Bergmann wrote: > > > On Friday, November 11, 2016 9:13:00 AM CET Linus Torvalds wrote: > > >> On Thu, Nov 10, 2016 at 8:44 AM, Arnd Bergmann

[PATCH 1/2] mn88473: add DVBv5 statistics support

2016-11-13 Thread Antti Palosaari
From: Martin Blumenstingl Implement DVBv5 statistics support for DVB-T, DVB-T2 and DVB-C. All information was taken from the LinuxTV wiki, where Benjamin Larsson has documented all registers: https://www.linuxtv.org/wiki/index.php/Panasonic_MN88472

[PATCH 2/2] mn88473: refactor and fix statistics

2016-11-13 Thread Antti Palosaari
Remove DVB-T2 BER as it does not work at all and I didn't find how to fix. Fix DVB-T and DVB-C BER. It seems to return new some realistic looking values. Use (1 << 64) base for CNR calculations to keep it in line with dvb logarithm functions. Move all statistic logic to mn88473_read_status()

Re: [PATCH v2 00/11] getting back -Wmaybe-uninitialized

2016-11-13 Thread Greg KH
On Sat, Nov 12, 2016 at 01:27:12PM +, Jonathan Cameron wrote: > On 11/11/16 19:49, Arnd Bergmann wrote: > > On Friday, November 11, 2016 9:13:00 AM CET Linus Torvalds wrote: > >> On Thu, Nov 10, 2016 at 8:44 AM, Arnd Bergmann wrote: > >>> > >>> Please merge these directly if