linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Trilok Soni <soni.trilok@gmail.com>
Cc: linux-input@vger.kernel.org
Subject: Re: private ioctls in input driver
Date: Mon, 28 Sep 2009 10:02:00 -0700	[thread overview]
Message-ID: <20090928170200.GA21455@core.coreip.homeip.net> (raw)
In-Reply-To: <5d5443650909250151h55b0eeefx7ce91f32bb287e3b@mail.gmail.com>

On Fri, Sep 25, 2009 at 02:21:40PM +0530, Trilok Soni wrote:
> Hi Dmitry,
> 
> On Fri, Sep 25, 2009 at 9:32 AM, Dmitry Torokhov
> <dmitry.torokhov@gmail.com> wrote:
> > Hi Trilok,
> >
> > On Thu, Sep 24, 2009 at 05:21:09PM +0530, Trilok Soni wrote:
> >> Hi Dmitry,
> >>
> >> Is there any way of creating private ioctls in the input driver? I see
> >> that all the input framework handled
> >> by the framework itself and there is no way to call private ioctls if
> >> it doesn't match the standard ones.
> >>
> >
> > You are right, event devices only allow standard ioctl. What kind of
> > ictl are you considering? Normally device-specific controls are done via
> > sysfs attached to the parent device (see atkbd, psmouse, etc).
> 
> sysfs might good for purpose when you can associate one file per
> value, so for more data we can't simply create one file per the data.
> Say five fingers touch data (I know we have MT_* support but here it
> is just for example) , say id, x, y, z etc., per finger, then we can't
> create one file for each of them.

Maybe use configfs if sysfs is not suitable? I am not sure.

I would like to not-have driver-specific ioctls in evdev/input core but
rather keep them with device/driver itself. Input core should only have
stuff that makes sense for multiple devices.

-- 
Dmitry

  reply	other threads:[~2009-09-28 17:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-24 11:51 private ioctls in input driver Trilok Soni
2009-09-25  4:02 ` Dmitry Torokhov
2009-09-25  8:51   ` Trilok Soni
2009-09-28 17:02     ` Dmitry Torokhov [this message]
2009-09-28 17:05       ` Trilok Soni
2009-09-29  2:50         ` Barry Song
2009-09-29  3:37           ` Dmitry Torokhov

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=20090928170200.GA21455@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=soni.trilok@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).