[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110208181204.GF4476@core.coreip.homeip.net>
Date: Tue, 8 Feb 2011 10:12:04 -0800
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Henrik Rydberg <rydberg@...omail.se>
Cc: Anton Chikin <kverlin@...il.com>, jkosina@...e.cz,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
Anton Chikin <anton.chikin@...aart.com>
Subject: Re: [PATCH] HID: added new driver for Panasonic Elite Panaboard
UB-T780 and UB-T880
On Tue, Feb 08, 2011 at 11:39:23AM +0100, Henrik Rydberg wrote:
>
> > +int xold = 0, yold = 0;
>
> static
>
Not even that. This is an USB device, not a platform one, so it shoudl
be opssible to connect more than one to a box. All state should go into
per-device structure.
This is also does not appear to be a HID driver, really - it does not
use HID infrastucture but does custom parsing.
Calibration - normally we offload this task to userspace (tslib
or other library/driver).
Thanks.
--
Dmitry
--
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