commit | 43266ad2b47db87b91f3198afa5ad61a4206c253 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Wed Jun 26 05:52:16 2019 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue Jul 23 08:43:25 2019 -0400 |
tree | 0e9ea7ccd4cfb9e565a8e02927027e07d4394349 | |
parent | 999a4312e871d9674f2ac8734820b8a242a0783f [diff] |
media: input/touchscreen/sur40: use COLORSPACE_RAW This driver set the colorspace to SRGB, but that makes no sense for a touchscreen. Use RAW instead. This also ensures consistency with the v4l_pix_format_touch() call that's used in v4l2-ioctl.c. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Acked-by: Florian Echtler <floe@butterbrot.org> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>