Hi!
> > This bit me while trying to use absolute exposure time on Nokia N900:
> >
> > Can someone apply it to libv4l2 tree? Could I get some feedback on the
> > other patches? Is this the way to submit patches to libv4l2?
>
> Yes, it is. But I do need a Signed-off-by from you.
Ping? Can I get y
Hi!
> > This bit me while trying to use absolute exposure time on Nokia N900:
> >
> > Can someone apply it to libv4l2 tree? Could I get some feedback on the
> > other patches? Is this the way to submit patches to libv4l2?
>
> Yes, it is. But I do need a Signed-off-by from you.
Ok, that should b
Fix integer overflow with EXPOSURE_ABSOLUTE. This is problem for
example with Nokia N900.
Signed-off-by: Pavel Machek
diff --git a/lib/libv4l2/libv4l2.c b/lib/libv4l2/libv4l2.c
index e795aee..189fc06 100644
--- a/lib/libv4l2/libv4l2.c
+++ b/lib/libv4l2/libv4l2.c
@@ -1776,7 +1776,7 @@ int v4l2_s
On Tue 2017-05-09 08:32:20, Hans Verkuil wrote:
> On 05/09/2017 08:29 AM, Hans Verkuil wrote:
> > On 05/09/2017 12:28 AM, Pavel Machek wrote:
> >> Hi!
> >>
> >> This bit me while trying to use absolute exposure time on Nokia N900:
> >>
> >> Can someone apply it to libv4l2 tree? Could I get some fee
On 05/09/2017 08:29 AM, Hans Verkuil wrote:
> On 05/09/2017 12:28 AM, Pavel Machek wrote:
>> Hi!
>>
>> This bit me while trying to use absolute exposure time on Nokia N900:
>>
>> Can someone apply it to libv4l2 tree? Could I get some feedback on the
>> other patches? Is this the way to submit patch
On 05/09/2017 12:28 AM, Pavel Machek wrote:
> Hi!
>
> This bit me while trying to use absolute exposure time on Nokia N900:
>
> Can someone apply it to libv4l2 tree? Could I get some feedback on the
> other patches? Is this the way to submit patches to libv4l2?
Yes, it is. But I do need a Signed
Hi!
This bit me while trying to use absolute exposure time on Nokia N900:
Can someone apply it to libv4l2 tree? Could I get some feedback on the
other patches? Is this the way to submit patches to libv4l2?
Thanks,
Pavel
commit 0484