All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet-OfajU3CKLf1/SzgSGea1oA@public.gmane.org>
To: Peter Hutterer <peter.hutterer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: Jiri Kosina <jkosina-AlSwsSmVLrQ@public.gmane.org>,
	linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] HID: add multi-input quirk for NextWindow Touchscreen.
Date: Sat, 19 Dec 2009 23:05:53 +0100	[thread overview]
Message-ID: <87638239ha.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <4B2B0CCE.2020406-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> (Peter Hutterer's message of "Fri, 18 Dec 2009 15:02:06 +1000")

>>>>> "Peter" == Peter Hutterer <peter.hutterer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> writes:

Hi,

 >> I see this:  http://peter.korsgaard.com/nw.png

 Peter> argh. now you made me use vista! ;)

Sorry, I promise it won't happen again ;)

 Peter> For reporting mode 4 and 3, the events are Z/Rx + touch
 Peter> For reporting mode 1 and 9, the events are ABS_X/Y and left button
 Peter> For reporting mode 0 and 8, no events are sent (unsurprisingly)

 Peter> So it seems the only difference between our two models is the default
 Peter> reporting mode - assuming that 4 is the default, we've had this thing
 Peter> for a year without doing much with it but it could well be that
 Peter> someone set it earlier or one of the HP Touchsmart software pieces
 Peter> changed it.

Ok, thanks for checking it all out! Just to be completely sure, the
quirk doesn't cause any problems in mode 1/9, right?

 >> I'm willing to work on getting evdev to handle multi screen touchscreen
 >> setups better if needed, I just need a bit of guidance on how it should
 >> be handled.

 Peter> replying to your email right now.

Thanks.

-- 
Bye, Peter Korsgaard
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Peter Korsgaard <jacmet@sunsite.dk>
To: Peter Hutterer <peter.hutterer@redhat.com>
Cc: Jiri Kosina <jkosina@suse.cz>,
	linux-input@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] HID: add multi-input quirk for NextWindow Touchscreen.
Date: Sat, 19 Dec 2009 23:05:53 +0100	[thread overview]
Message-ID: <87638239ha.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <4B2B0CCE.2020406@redhat.com> (Peter Hutterer's message of "Fri, 18 Dec 2009 15:02:06 +1000")

>>>>> "Peter" == Peter Hutterer <peter.hutterer@redhat.com> writes:

Hi,

 >> I see this:  http://peter.korsgaard.com/nw.png

 Peter> argh. now you made me use vista! ;)

Sorry, I promise it won't happen again ;)

 Peter> For reporting mode 4 and 3, the events are Z/Rx + touch
 Peter> For reporting mode 1 and 9, the events are ABS_X/Y and left button
 Peter> For reporting mode 0 and 8, no events are sent (unsurprisingly)

 Peter> So it seems the only difference between our two models is the default
 Peter> reporting mode - assuming that 4 is the default, we've had this thing
 Peter> for a year without doing much with it but it could well be that
 Peter> someone set it earlier or one of the HP Touchsmart software pieces
 Peter> changed it.

Ok, thanks for checking it all out! Just to be completely sure, the
quirk doesn't cause any problems in mode 1/9, right?

 >> I'm willing to work on getting evdev to handle multi screen touchscreen
 >> setups better if needed, I just need a bit of guidance on how it should
 >> be handled.

 Peter> replying to your email right now.

Thanks.

-- 
Bye, Peter Korsgaard

  parent reply	other threads:[~2009-12-19 22:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-03  5:08 [PATCH] HID: add multi-input quirk for NextWindow Touchscreen Peter Hutterer
2009-12-03  5:08 ` Peter Hutterer
2009-12-03  9:52 ` Jiri Kosina
2009-12-03 12:15 ` Peter Korsgaard
2009-12-03 22:07   ` Peter Hutterer
2009-12-04 12:59     ` Peter Korsgaard
2009-12-04 13:24       ` Peter Hutterer
     [not found]         ` <4B190D88.4090102-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-12-04 13:40           ` Peter Korsgaard
2009-12-04 13:40             ` Peter Korsgaard
2009-12-07  5:46             ` Peter Hutterer
     [not found]               ` <4B1C96C4.5080709-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-12-09  9:42                 ` Peter Korsgaard
2009-12-09  9:42                   ` Peter Korsgaard
2009-12-17 20:30                   ` Peter Korsgaard
2009-12-18  5:02                   ` Peter Hutterer
     [not found]                     ` <4B2B0CCE.2020406-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-12-19 22:05                       ` Peter Korsgaard [this message]
2009-12-19 22:05                         ` Peter Korsgaard
     [not found]                         ` <87638239ha.fsf-uXGAPMMVk8amE9MCos8gUmSdvHPH+/yF@public.gmane.org>
2009-12-20 23:48                           ` Peter Hutterer
2009-12-20 23:48                             ` Peter Hutterer
2009-12-21  7:16                             ` Peter Korsgaard

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=87638239ha.fsf@macbook.be.48ers.dk \
    --to=jacmet-ofaju3cklf1/szgsgea1oa@public.gmane.org \
    --cc=jkosina-AlSwsSmVLrQ@public.gmane.org \
    --cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=peter.hutterer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.