On Wed, Feb 19, 2014 at 10:52:32AM +0530, Manu Abraham wrote:
> On Tue, Feb 18, 2014 at 2:26 PM, Dan Carpenter
> wrote:
> > On Tue, Feb 18, 2014 at 09:25:36AM +0530, Manu Abraham wrote:
> >> Hi Dan,
> >>
> >> On Thu, Feb 6, 2014 at 2:58 PM, Dan Carpenter
> >> wrote:
> >> > 1) We can flip the "i
Hi Sakari.
Thank you for you comments.
Hi Daniel,
Thanks for the update.
Daniel Jeong wrote:
Add addtional falult bits for FLASH
V4L2_FLASH_FAULT_UNDER_VOLTAGE : UVLO
V4L2_FLASH_FAULT_INPUT_VOLTAGE : input voltage is adjusted by IVFM
V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE : NTC Trip point i
On Tue, Feb 18, 2014 at 2:26 PM, Dan Carpenter wrote:
> On Tue, Feb 18, 2014 at 09:25:36AM +0530, Manu Abraham wrote:
>> Hi Dan,
>>
>> On Thu, Feb 6, 2014 at 2:58 PM, Dan Carpenter
>> wrote:
>> > 1) We can flip the "if (!lock)" check to "if (lock) return lock;" and
>> >then remove a big chun
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: Wed Feb 19 04:00:35 CET 2014
git branch: test
git hash: 37e59f876bc710d67a30b660826a5e83e07101ce
gcc versio
On 18/02/14 15:02, Sean Young wrote:
On Sun, Feb 16, 2014 at 10:54:01PM +0100, Rune Petersen wrote:
The intent of the timeout member in the rc_dev struct is a little unclear to me.
In rc-core.h it is described as:
@timeout: optional time after which device stops sending data.
But if I l
On Wed, Feb 12, 2014 at 12:05 PM, Bryan Wu wrote:
> From: Guennadi Liakhovetski
>
> With OF we aren't getting platform data any more. To minimise changes we
> create all the missing data ourselves, including compulsory struct
> soc_camera_link objects. Host-client linking is now done, based on th
On Tue, 18 Feb 2014 08:06:24 +0100, Sascha Hauer wrote:
> Hi Grant,
>
> On Mon, Feb 17, 2014 at 06:14:51PM +, Grant Likely wrote:
> > On Tue, 11 Feb 2014 07:56:33 -0600, Rob Herring
> > wrote:
> > > On Tue, Feb 11, 2014 at 5:45 AM, Philipp Zabel
> > > wrote:
> > > > From: Philipp Zabel
>
On 22/12/13 22:27, Sylwester Nawrocki wrote:
> This patch adds DT binding documentation for the Samsung S5K6A3(YX)
> raw image sensor.
>
> Signed-off-by: Sylwester Nawrocki
> Signed-off-by: Kyungmin Park
> ---
> This patch adds missing documentation [1] for the "samsung,s5k6a3"
> compatible. Rob
From: Philipp Zabel
This patch enables the ioctl to create additional buffers on the
videobuf2 capture queue.
Signed-off-by: Philipp Zabel
[laurent.pinch...@ideasonboard.com: Acquire privileges instead of just
checking them in VIDIOC_CREATE_BUFS implementation]
Signed-off-by: Laurent Pinchart
The queue_setup handler takes an optional format argument that can be
used to allocate buffers for a format different than the current format.
The uvcvideo driver doesn't support changing the format when buffers
have been allocated, but there's no reason not to support allocating
buffers larger tha
videobuf2 already ensures that the number of buffers will not exceed
VIDEO_MAX_FRAME, which is equal to our arbitraty limit of
UVC_MAX_VIDEO_BUFFERS. Remove the duplicate check.
Signed-off-by: Laurent Pinchart
Tested-by: Philipp Zabel
---
drivers/media/usb/uvc/uvc_queue.c | 3 ---
drivers/media
Hello,
Here's the second version of the VIDIOC_CREATE_BUFS support for uvcvideo patch
set.
Compared to v1, patch 3/3 acquires privileges instead of merely checking for
them. Now the driver passes the VIDIOC_CREATE_BUFS v4l2-compliance test.
Laurent Pinchart (2):
uvcvideo: Remove duplicate chec
Hy guys, there's someone can help me?
I need to get stream by easyCap 12.04.
With lsusb i get
Bus 003 Device 003: ID 1b71:3002
Now, what i do?
tnks to all! =)
--
Andrea Rossi
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.ke
"err" is zero here so we don't need to check again.
Signed-off-by: Dan Carpenter
diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
index bf3e5c317a26..e60cbb3aa609 100644
--- a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c
+++ b/
Hi Igor,
On Tuesday 18 February 2014 16:03:44 Igor Grinberg wrote:
> On 02/18/14 14:47, Laurent Pinchart wrote:
> > On Monday 10 February 2014 22:54:40 Laurent Pinchart wrote:
> >> The camera sensor will soon require regulators and clocks. Register
> >> fixed regulators for its VAA and VDD power s
Hi Laurent,
Am Dienstag, den 18.02.2014, 15:27 +0100 schrieb Laurent Pinchart:
> Hi Philipp,
>
> Here's a patch set that enables VIDIOC_CREATE_BUFS support in the uvcvideo
> driver. It's based on the patch you've submitted (3/3), with two additional
> cleanup patches to simplify the queue_setup i
This USB stick was working with 3.8, now with 3.11 the kernel loads
the driver correctly but you can't tune any channels (tried with
kaffeine, tv-me and VLC)
I've loaded the xc4000 driver enabling verbose output and no error
messages appear during scanning, merely it does not detect any signal.
I
Hi Edgar,
Thank you for the patch.
On Monday 20 January 2014 09:11:28 Edgar Thier wrote:
> Add bayer 8-bit GUIDs to uvcvideo and
> associate them with the corresponding V4L2 pixel formats.
>
> Signed-off-by: Edgar Thier
Acked-by: Laurent Pinchart
Out of curiosity, could you please send me th
Hi Prabhakar,
(Removing Greg, Mauro and the de...@driverdev.osuosl.org list to avoid
spamming them)
On Saturday 15 February 2014 09:16:19 Josh Triplett wrote:
> On Sat, Feb 15, 2014 at 11:17:11AM +0100, Levente Kurusa wrote:
> > The check would check the pointer, which is never less than 0.
> >
From: Philipp Zabel
This patch enables the ioctl to create additional buffers on the
videobuf2 capture queue.
Signed-off-by: Philipp Zabel
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 12
drivers/media/usb/uvc/uvc_v4l2.c | 10 ++
drivers/media/
The queue_setup handler takes an optional format argument that can be
used to allocate buffers for a format different than the current format.
The uvcvideo driver doesn't support changing the format when buffers
have been allocated, but there's no reason not to support allocating
buffers larger tha
Hi Philipp,
Here's a patch set that enables VIDIOC_CREATE_BUFS support in the uvcvideo
driver. It's based on the patch you've submitted (3/3), with two additional
cleanup patches to simplify the queue_setup implementation and supporting
allocation of buffers larger than the current frame size.
As
videobuf2 already ensures that the number of buffers will not exceed
VIDEO_MAX_FRAME, which is equal to our arbitraty limit of
UVC_MAX_VIDEO_BUFFERS. Remove the duplicate check.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 3 ---
drivers/media/usb/uvc/uvcvideo.h | 2 -
Hi Laurent,
On 02/18/14 14:47, Laurent Pinchart wrote:
> Mauro, Tony,
>
> On Monday 10 February 2014 22:54:40 Laurent Pinchart wrote:
>> The camera sensor will soon require regulators and clocks. Register
>> fixed regulators for its VAA and VDD power supplies and a fixed rate
>> clock for its mas
On Sun, Feb 16, 2014 at 10:54:01PM +0100, Rune Petersen wrote:
> The intent of the timeout member in the rc_dev struct is a little unclear to
> me.
> In rc-core.h it is described as:
> @timeout: optional time after which device stops sending data.
>
> But if I look at the usage, it is used
Hi Grant,
Am Montag, den 17.02.2014, 18:14 + schrieb Grant Likely:
> On Tue, 11 Feb 2014 07:56:33 -0600, Rob Herring wrote:
> > On Tue, Feb 11, 2014 at 5:45 AM, Philipp Zabel
> > wrote:
> > > From: Philipp Zabel
> > >
> > > This patch moves the parsing helpers used to parse connected graph
Mauro, Tony,
On Monday 10 February 2014 22:54:40 Laurent Pinchart wrote:
> The camera sensor will soon require regulators and clocks. Register
> fixed regulators for its VAA and VDD power supplies and a fixed rate
> clock for its master clock.
This patch is a prerequisite for a set of 4 patches t
Hi Mauro,
The following changes since commit 37e59f876bc710d67a30b660826a5e83e07101ce:
[media, edac] Change my email address (2014-02-07 08:03:07 -0200)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git omap3isp/next
for you to fetch changes up to 58ee8629ebc528
Attention:
Regarding the transaction made so far, I waited for your message as you told
me
with none received. Remember, I supposed to have traveled last night
but the
weather is too bad. I will be leaving to Paraguay tomorrow for estate project.
Meanwhile, contact the Bank manager with below add
On 17/02/14 19:14, Grant Likely wrote:
> On Tue, 11 Feb 2014 07:56:33 -0600, Rob Herring wrote:
>> > On Tue, Feb 11, 2014 at 5:45 AM, Philipp Zabel
>> > wrote:
>>> > > From: Philipp Zabel
>>> > >
>>> > > This patch moves the parsing helpers used to parse connected graphs
>>> > > in the device t
Attention Sir/Madam
I've a Proposal for you await your immediate response Please get back
to me for more information Kindly reply via mail.
Best Regards,
Mr.Abdullah Mahmoud
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@
On Tue, Feb 18, 2014 at 09:25:36AM +0530, Manu Abraham wrote:
> Hi Dan,
>
> On Thu, Feb 6, 2014 at 2:58 PM, Dan Carpenter
> wrote:
> > 1) We can flip the "if (!lock)" check to "if (lock) return lock;" and
> >then remove a big chunk of indenting.
> > 2) There is a redundant "if (!lock)" which
--
Vážení: Webmail odberateľ
Oznamujeme vám, že váš e-mailový účet bol prekročený
skladovacie kapacity. Nebudete môcť odosielať a prijímať e-maily a vaše
e-mailový účet bude vymazaný z nášho servera. Ak sa chcete tomuto
problému vyhnúť,
Kliknite na odkaz nižšie pre aktualizáciu pokynov
http:
Hello,
> > * I have a test program, http://pmeerw.net/scaler.c, which exercises the
> > OMAP3 ISP resizer standalone with the pipeline given below; it crashes the
> > system quite reliably on 3.7 and recent kernels :(
> >
> > the reason for the crash is that the ISP resizer can still be busy and
34 matches
Mail list logo