linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
From: bnvandana@gmail.com (Vandana BN)
Subject: [Linux-kernel-mentees] [PATCH 0/2] vivid: Support for touch device
Date: Tue, 22 Oct 2019 13:21:39 +0530	[thread overview]
Message-ID: <20191022075141.21069-1-bnvandana@gmail.com> (raw)
Message-ID: <20191022075139.P6nd5D68bjiiIyoY1yntcpngnlsoiQ_551_pCdPYyK8@z> (raw)

This patch adds support for touch devices in the vivid driver.
Current code provides a framework for touch support and passes
compliance tests.
TODO: Add touch emulation.

Thank you.
Regards,
Vandana.

Vandana BN (2):
  v4l2-core: fix touch support in v4l_g_fmt
  vivid: Add touch support

 drivers/media/platform/vivid/Makefile         |   3 +-
 drivers/media/platform/vivid/vivid-core.c     | 134 ++++++++++-
 drivers/media/platform/vivid/vivid-core.h     |  18 ++
 drivers/media/platform/vivid/vivid-ctrls.c    |  11 +
 .../media/platform/vivid/vivid-kthread-cap.c  |   1 -
 .../platform/vivid/vivid-kthread-touch.c      | 211 ++++++++++++++++++
 .../platform/vivid/vivid-kthread-touch.h      |  13 ++
 .../media/platform/vivid/vivid-touch-cap.c    | 160 +++++++++++++
 .../media/platform/vivid/vivid-touch-cap.h    |  18 ++
 drivers/media/v4l2-core/v4l2-ioctl.c          |  33 +--
 10 files changed, 578 insertions(+), 24 deletions(-)
 create mode 100644 drivers/media/platform/vivid/vivid-kthread-touch.c
 create mode 100644 drivers/media/platform/vivid/vivid-kthread-touch.h
 create mode 100644 drivers/media/platform/vivid/vivid-touch-cap.c
 create mode 100644 drivers/media/platform/vivid/vivid-touch-cap.h

-- 
2.17.1

             reply	other threads:[~2019-10-22  7:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-22  7:51 bnvandana [this message]
2019-10-22  7:51 ` [Linux-kernel-mentees] [PATCH 0/2] vivid: Support for touch device Vandana BN
2019-10-22  7:51 ` [Linux-kernel-mentees] [PATCH 1/2] v4l2-core: fix touch support in v4l_g_fmt bnvandana
2019-10-22  7:51   ` Vandana BN
2019-10-22  7:51 ` [Linux-kernel-mentees] [PATCH 2/2] vivid: Add touch support bnvandana
2019-10-22  7:51   ` Vandana BN
2019-11-04 12:45   ` [Linux-kernel-mentees] [PATCH v2] " Vandana BN
2019-11-04 16:00     ` Hans Verkuil
2019-11-08  7:08       ` [Linux-kernel-mentees] [PATCH v3] " Vandana BN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191022075141.21069-1-bnvandana@gmail.com \
    --to=bnvandana@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).