All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] em28xx: solve several issues pointed by v4l2-compliance
@ 2018-09-14 18:22 Mauro Carvalho Chehab
  2018-09-14 18:22 ` [PATCH 1/4] media: em28xx: fix handler for vidioc_s_input() Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2018-09-14 18:22 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab

There are several non-compliance issues on em28xx.  Fix those that
I can hit with a simple grabber board like Terratec AV 350.

I also tested it with a WinTV USB2. There, I got several other compliants
all related to msp3400 driver and step size. Fixing those is more complex,
as it would require some non-trivial changes. So, for now, let's do just
the ones that aren't related to msp3400.

Mauro Carvalho Chehab (4):
  media: em28xx: fix handler for vidioc_s_input()
  media: em28xx: use a default format if TRY_FMT fails
  media: em28xx: fix input name for Terratec AV 350
  media: em28xx: make v4l2-compliance happier by starting sequence on
    zero

 drivers/media/usb/em28xx/em28xx-cards.c | 33 ++++++++-
 drivers/media/usb/em28xx/em28xx-video.c | 91 ++++++++++++++++++++++---
 drivers/media/usb/em28xx/em28xx.h       |  8 ++-
 3 files changed, 118 insertions(+), 14 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-15  0:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-14 18:22 [PATCH 0/4] em28xx: solve several issues pointed by v4l2-compliance Mauro Carvalho Chehab
2018-09-14 18:22 ` [PATCH 1/4] media: em28xx: fix handler for vidioc_s_input() Mauro Carvalho Chehab
2018-09-14 18:22 ` [PATCH 2/4] media: em28xx: use a default format if TRY_FMT fails Mauro Carvalho Chehab
2018-09-14 18:22 ` [PATCH 3/4] media: em28xx: fix input name for Terratec AV 350 Mauro Carvalho Chehab
2018-09-14 18:22 ` [PATCH 4/4] media: em28xx: make v4l2-compliance happier by starting sequence on zero Mauro Carvalho Chehab
2018-09-14 19:08 ` [PATCH 0/4] em28xx: solve several issues pointed by v4l2-compliance Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.