[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45cc95260905250152h5fe350b8kbdc2333cfea3c393@mail.gmail.com>
Date: Mon, 25 May 2009 09:52:27 +0100
From: Mohamed Ikbel Boulabiar <boulabiar@...il.com>
To: Kim Kyuwon <q1.kim@...sung.com>
Cc: Jonathan Cameron <jic23@....ac.uk>, felipe.balbi@...ia.com,
Kim Kyuwon <chammoru@...il.com>,
Trilok Soni <soni.trilok@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
"linux-input@...r.kernel.org" <linux-input@...r.kernel.org>,
Kyungmin Park <kyungmin.park@...sung.com>,
Jean Delvare <khali@...ux-fr.org>,
"Zhang, Xing Z" <xing.z.zhang@...el.com>,
"Gross, Mark" <mark.gross@...el.com>,
jketreno <jketreno@...ux.intel.com>,
"Trisal, Kalhan" <kalhan.trisal@...el.com>
Subject: Re: [RFC] Add Input IOCTL for accelerometer devices
Hi,
I haven't read all documents cited here (IIO, ...), but it seems that
there is a big attention made on performance.
Can we think also in the way information can be shown for a device.
To be concrete, I actually work on some multi-touch tablets, and it is
useful to create 2 or more "views" of the device.
A device file that emulate a mouse when only one contact is on the
tablet, and another showing more general information about all
contacts.
The first is used by simple applications, the other by more advanced
ones that can treat complex multi-touch events.
This is only one use case, but like in the databases, maybe simple
user (or predefined config. by other users) can propose other "views"
of a device.
Then maybe we would need a configurator (or text configuration files)
for creating these views.
I am not also very convinced why events matching are "cabled" inside
driver source code.
The matching between information sent by device and system events
(ABS_X, ...) is inside source code and any modification needs
recompilation.
What if someone should switch between 2 different matching ?
---
ikbel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists