[PATCH 1/2] staging: media: lirc Remove the extra braces in if

2015-08-05 Thread Pradheep Shrinivasan
This patche removes the extra braces found in drivers/staging/media/lirc/lirc_imon.c to fix the warning thrown by checkpatch.pl Signed-off-by: Pradheep Shrinivasan pradheep...@gmail.com --- drivers/staging/media/lirc/lirc_imon.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff

[PATCH 2/2] staging: media: lirc This fix changes the spaces to tab in lirc_sasem.c

2015-08-05 Thread Pradheep Shrinivasan
This fix changes the space in the code to tab to fix the ERROR ERROR: code indent should use tabs where possible Signed-off-by: Pradheep Shrinivasan pradheep...@gmail.com --- drivers/staging/media/lirc/lirc_sasem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

missing DIB9000 if MEDIA_SUBDRV_AUTOSELECT in Kconfig

2015-08-05 Thread Eddi De Pieri
Hi, Please can you confirm that is correct the missing of select DVB_DIB9000 if MEDIA_SUBDRV_AUTOSELECT in drivers/media/usb/dvb-usb/Kconfig? config DVB_USB_DIB0700 tristate DiBcom DiB0700 USB DVB devices (see help for supported devices) depends on DVB_USB select

Re: [PATCH_RFC_v1 2/4] media: Add a common embeed struct for all media graph objects

2015-08-05 Thread Hans Verkuil
On 08/04/2015 03:26 PM, Mauro Carvalho Chehab wrote: Em Tue, 04 Aug 2015 14:26:04 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On 08/04/2015 01:41 PM, Mauro Carvalho Chehab wrote: Due to the MC API proposed changes, we'll need to: - have an unique object ID for all graph objects;

videobuf2-core.c:undefined reference to `v4l2_get_timestamp'

2015-08-05 Thread kbuild test robot
Hi Florian, FYI, the error/warning still remains. You may either fix it or ask me to silently ignore in future. tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 4e6b6ee253ce58aa156d7f1448d1038679b26783 commit: e831cd251fb91d6c25352d322743db0d17ea11dd

Re: [PATCH_RFC_v1 2/4] media: Add a common embeed struct for all media graph objects

2015-08-05 Thread Mauro Carvalho Chehab
Em Wed, 05 Aug 2015 13:27:03 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On 08/04/2015 03:26 PM, Mauro Carvalho Chehab wrote: Em Tue, 04 Aug 2015 14:26:04 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On 08/04/2015 01:41 PM, Mauro Carvalho Chehab wrote: Due to the MC API

Purchasing/Infrared lamp therapy products/Aukewel Co., ltd

2015-08-05 Thread Woody Wu
Dear Client, Have a good day! Glad to learn you're on the market of Infrared Lamp products We are the manufacture at family use electronic health devices since 2000. We keep good quality and reliable cooperation for global valued customers. Main products include infrared lamp. If any product

cron job: media_tree daily build: OK

2015-08-05 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: Thu Aug 6 04:00:17 CEST 2015 git branch: test git hash: 4dc102b2f53d63207fa12a6ad49c7b6448bc3301 gcc

[PATCH v2] [media] vimc: Virtual Media Controller core, capture and sensor

2015-08-05 Thread Helen Fornazier
First version of the Virtual Media Controller. Add a simple version of the core of the driver, the capture and sensor nodes in the topology, generating a grey image in a hardcoded format. Signed-off-by: Helen Fornazier helen.fornaz...@gmail.com --- The Virtual Media Controller is meant to

Purchasing/Infrared lamp therapy products/Aukewel Co., ltd

2015-08-05 Thread Woody Wu
Dear Client, Have a good day! Glad to learn you're on the market of Infrared Lamp products We are the manufacture at family use electronic health devices since 2000. We keep good quality and reliable cooperation for global valued customers. Main products include infrared lamp. If any product

VIDIOC_S_EXT_CTRLS

2015-08-05 Thread Udit KUMAR
Hello When passing strings which has NULL in between, low level driver will not get full strings. Our typical use case is kernel level muxer, where PMT descriptor is passed as strings, which will have NULL in between. In this case V4L2, copies the whole size and passing only stings to low