From: Chase Douglas <chase.douglas@canonical.com>
To: jkosina@suze.cz
Cc: Stephane Chatty <chatty@lii-enac.fr>,
linux-input@vger.kernel.org, chatty@enac.fr
Subject: Re: [PATCH] Fix for the multitouch panel of the Asus T91MT
Date: Tue, 17 Aug 2010 21:37:27 -0400 [thread overview]
Message-ID: <1282095447.20340.26.camel@mini> (raw)
In-Reply-To: <20100716094611.C9A089520B@smtp.lii-enac.fr>
On Fri, 2010-07-16 at 11:46 +0200, Stephane Chatty wrote:
> Fixed bug in management of the multitouch panel of the Asus T91MT: it was
> erroneously added to the ignore list instead of the black list.
>
> Signed-off-by: Stephane Chatty <chatty@enac.fr>
>
>
> diff -rupN a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
> --- a/drivers/hid/hid-core.c 2010-07-05 05:22:50.000000000 +0200
> +++ b/drivers/hid/hid-core.c 2010-07-16 13:38:24.266220496 +0200
> @@ -1280,6 +1280,7 @@ static const struct hid_device_id hid_bl
> { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS) },
> { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY) },
> { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY) },
> + { HID_USB_DEVICE(USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUS_T91MT)},
> { HID_USB_DEVICE(USB_VENDOR_ID_BELKIN, USB_DEVICE_ID_FLIP_KVM) },
> { HID_USB_DEVICE(USB_VENDOR_ID_BTC, USB_DEVICE_ID_BTC_EMPREX_REMOTE) },
> { HID_USB_DEVICE(USB_VENDOR_ID_CANDO, USB_DEVICE_ID_CANDO_MULTI_TOUCH) },
> @@ -1553,7 +1554,6 @@ static const struct hid_device_id hid_ig
> { HID_USB_DEVICE(USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_24) },
> { HID_USB_DEVICE(USB_VENDOR_ID_AIRCABLE, USB_DEVICE_ID_AIRCABLE1) },
> { HID_USB_DEVICE(USB_VENDOR_ID_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232) },
> - { HID_USB_DEVICE(USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUS_T91MT)},
> { HID_USB_DEVICE(USB_VENDOR_ID_ASUSTEK, USB_DEVICE_ID_ASUSTEK_LCM)},
> { HID_USB_DEVICE(USB_VENDOR_ID_ASUSTEK, USB_DEVICE_ID_ASUSTEK_LCM2)},
> { HID_USB_DEVICE(USB_VENDOR_ID_AVERMEDIA, USB_DEVICE_ID_AVER_FM_MR800) },
Jiri,
What's the status of this patch? (Note that this is the second time I'm
asking as I haven't received any response yet :).
Thanks,
-- Chase
prev parent reply other threads:[~2010-08-18 1:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-16 9:46 [PATCH] Fix for the multitouch panel of the Asus T91MT Stephane Chatty
2010-07-30 12:39 ` Chase Douglas
2010-08-18 1:37 ` Chase Douglas [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=1282095447.20340.26.camel@mini \
--to=chase.douglas@canonical.com \
--cc=chatty@enac.fr \
--cc=chatty@lii-enac.fr \
--cc=jkosina@suze.cz \
--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 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.