commit | 594edf39c26e1b7999ea65c644fdbe7da02e0a94 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Wed Nov 11 08:26:12 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Jun 28 10:00:13 2016 -0300 |
tree | f80be2bfc0e0f812ee435f1f409fa13d68bd3ca6 | |
parent | 56967c77d4c22bb31dbf18cc058147f4df433dd7 [diff] |
[media] cec: add compat32 ioctl support The CEC ioctls didn't have compat32 support, so they returned -ENOTTY when used in a 32 bit application on a 64 bit kernel. Since all the CEC ioctls are 32-bit compatible adding support for this API is trivial. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>