linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Prajosh Premdas <premdas.prajosh@gmail.com>
To: daniel.ritz@gmx.ch, linux-input@vger.kernel.org, rydberg@euromail.se
Subject: Additional driver for USB touch support
Date: Fri, 23 May 2014 12:55:58 +0200	[thread overview]
Message-ID: <CAAFf3B-1-G9e8+2Ci1MWf2OJfXCWk38e50nOA3piTpAQLM-J7g@mail.gmail.com> (raw)

Hi

I have some USB based touch controllers. These controllers are working
well using the hid_multitouch driver.

I would also like to add some additional protocol support for
diagnostics and re calibration. I am using the touch interface for the
same, whereby the control endpoint is used to send the request and
digitizer end point is used to get the response. (it is a legacy
design so i cannot change it)

My plan is to add the additional driver support to this file
drivers/input/touchscreen/usbtouchscreen.c and disable the default
support for the hid_multitouch by making an entry in the hid-blacklist
array in this file drivers/hid/usbhid/hid-quirks.c

Is there a better idea than this?

-- 
Regards,

Prajosh Premdas

             reply	other threads:[~2014-05-23 10:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-23 10:55 Prajosh Premdas [this message]
2014-05-23 12:51 ` Additional driver for USB touch support Benjamin Tissoires
2014-05-25 21:14   ` Prajosh Premdas

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=CAAFf3B-1-G9e8+2Ci1MWf2OJfXCWk38e50nOA3piTpAQLM-J7g@mail.gmail.com \
    --to=premdas.prajosh@gmail.com \
    --cc=daniel.ritz@gmx.ch \
    --cc=linux-input@vger.kernel.org \
    --cc=rydberg@euromail.se \
    /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).