commit | 50e9efd60b213ce43ad6979bfc18e25eec2d8413 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Sun Jun 12 06:39:52 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Jul 07 15:02:40 2011 -0300 |
tree | ab833483b2a5ee1e780694bf97628f09dd010cd9 | |
parent | 227690df75382e46a4f6ea1bbc5df855a674b47f [diff] |
[media] pvrusb2: fix g/s_tuner support The tuner-core subdev requires that the type field of v4l2_tuner is filled in correctly. This is done in v4l2-ioctl.c, but pvrusb2 doesn't use that yet, so we have to do it manually based on whether the current input is radio or not. Tested with my pvrusb2. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Mike Isely <isely@pobox.com> Cc: stable@kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>