From: Michael Gebetsroither <michael@mgeb.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Wanlong Gao <gaowanlong@cn.fujitsu.com>, linux-input@vger.kernel.org
Subject: Re: [PATCH] usbtouchscreen: add elo intellitouch 2700 support
Date: Tue, 08 Nov 2011 17:54:27 +0100 [thread overview]
Message-ID: <4EB95EC3.8070205@mgeb.org> (raw)
In-Reply-To: <20111105065631.GB31111@core.coreip.homeip.net>
On 2011-11-05 07:56, Dmitry Torokhov wrote:
> On Fri, Nov 04, 2011 at 08:45:21AM +0800, Wanlong Gao wrote:
>>>
>>> static struct usbtouch_device_info usbtouch_dev_info[] = {
>>> +#ifdef CONFIG_TOUCHSCREEN_USB_ELO
>>> + [DEVTYPE_ELO] = {
>>> + .min_xc = 0x0,
>>> + .max_xc = 0x0fff,
>>> + .min_yc = 0x0,
>>> + .max_yc = 0x0fff,
>>> + .max_press = 0xff,
>>> + .rept_size = 8,
>>> + .read_data = elo_read_data,
>>> + },
>>> +#endif
>>
>>
>> Maybe you can move this *dev_info* to end to be consistent with the order of *enum*?
>>
>
> I did that locally and applied to my 3.3 queue; thanks everyone.
Thx dimitry!
Kind Regards,
Michael Gebetsroither
prev parent reply other threads:[~2011-11-08 16:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-03 10:15 Add support for elo intellitouch 2700 touchscreen to usbtouchscreen.c Michael Gebetsroither
2011-11-03 10:15 ` [PATCH] usbtouchscreen: add elo intellitouch 2700 support Michael Gebetsroither
2011-11-04 0:45 ` Wanlong Gao
2011-11-05 6:56 ` Dmitry Torokhov
2011-11-08 16:54 ` Michael Gebetsroither [this message]
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=4EB95EC3.8070205@mgeb.org \
--to=michael@mgeb.org \
--cc=dmitry.torokhov@gmail.com \
--cc=gaowanlong@cn.fujitsu.com \
--cc=linux-input@vger.kernel.org \
/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).