Am 06.02.2013 13:14, schrieb Hans Verkuil:
> From: Hans Verkuil
>
> The bytesperline calculation was incorrect: it used the old width instead of
> the provided width. Fixed.
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/usb/em28xx/em28xx-video.c |2 +-
> 1 file changed, 1 insertion(+
From: Hans Verkuil
The bytesperline calculation was incorrect: it used the old width instead of
the provided width. Fixed.
Signed-off-by: Hans Verkuil
---
drivers/media/usb/em28xx/em28xx-video.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/em28xx/em2
Compared to the previous patch I've removed the calculation change (I still
think it is wrong, but this needs to be considered in a wider perspective).
But the more obvious problem where the current width instead of the one
provided by the application is used still needed to be fixed, which is
don
Em Tue, 29 Jan 2013 19:21:50 +0100
Hans Verkuil escreveu:
> On Tue January 29 2013 18:51:46 Frank Schäfer wrote:
> > Am 29.01.2013 10:49, schrieb Hans Verkuil:
> > > This was part of my original em28xx patch series. That particular patch
> > > combined two things: this fix and the change where TR
On Tue January 29 2013 18:51:46 Frank Schäfer wrote:
> Am 29.01.2013 10:49, schrieb Hans Verkuil:
> > This was part of my original em28xx patch series. That particular patch
> > combined two things: this fix and the change where TRY_FMT would no
> > longer return -EINVAL for unsupported pixelformat
Am 29.01.2013 10:49, schrieb Hans Verkuil:
> This was part of my original em28xx patch series. That particular patch
> combined two things: this fix and the change where TRY_FMT would no
> longer return -EINVAL for unsupported pixelformats. The latter change was
> rejected (correctly), but we all f
On Tue, Jan 29, 2013 at 4:49 AM, Hans Verkuil wrote:
> This was part of my original em28xx patch series. That particular patch
> combined two things: this fix and the change where TRY_FMT would no
> longer return -EINVAL for unsupported pixelformats. The latter change was
> rejected (correctly), b
This was part of my original em28xx patch series. That particular patch
combined two things: this fix and the change where TRY_FMT would no
longer return -EINVAL for unsupported pixelformats. The latter change was
rejected (correctly), but we all forgot about the second part of the patch
which fixe