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