linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: 廖崇榮 <kt.liao@emc.com.tw>
To: 'Kai-Heng Feng' <kai.heng.feng@canonical.com>
Cc: linux-input@vger.kernel.org
Subject: RE: ASUS G752VS Touchpad does not work
Date: Thu, 4 May 2017 17:47:15 +0800	[thread overview]
Message-ID: <005e01d2c4bb$6961c7f0$3c2557d0$@emc.com.tw> (raw)
In-Reply-To: <CAAd53p57p7nj2AEoUK-wrEETZEsQweVAmhXMGqEM6JbZtbXAZQ@mail.gmail.com>

Hi Kai-Heng

-----Original Message-----
From: Kai-Heng Feng [mailto:kai.heng.feng@canonical.com] 
Sent: Thursday, May 04, 2017 3:59 PM
To: kt.liao@emc.com.tw; dusonlin@emc.com.tw
Cc: linux-input@vger.kernel.org
Subject: ASUS G752VS Touchpad does not work

Hi KT Liao, Duson Lin,

A user reported that the touchpad on ASUS G752VS does not work [1], it's an ELAN touchapd.

I did the following change, the touchpad correctly loads elan-i2c instead of hid-multitouch, but it's still not working.

[KT] I check the touchpad of this model, it's MS precision touchpad.
It must use "hid-multitouch", not "elan-i2c".



Thanks.

[1] https://bugs.launchpad.net/bugs/1653456

--

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index da62a7695e77..acddb407e766 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -2377,6 +2377,7 @@ static const struct hid_device_id hid_ignore_list[] = {
        { HID_USB_DEVICE(USB_VENDOR_ID_DELORME,
USB_DEVICE_ID_DELORME_EM_LT20) },
        { HID_I2C_DEVICE(USB_VENDOR_ID_ELAN, 0x0400) },
        { HID_I2C_DEVICE(USB_VENDOR_ID_ELAN, 0x0401) },
+       { HID_I2C_DEVICE(USB_VENDOR_ID_ELAN, 0x3043) },
        { HID_USB_DEVICE(USB_VENDOR_ID_ESSENTIAL_REALITY,
USB_DEVICE_ID_ESSENTIAL_REALITY_P5) },
        { HID_USB_DEVICE(USB_VENDOR_ID_ETT, USB_DEVICE_ID_TC5UH) },
        { HID_USB_DEVICE(USB_VENDOR_ID_ETT, USB_DEVICE_ID_TC4UM) }, diff --git a/drivers/input/mouse/elan_i2c_core.c
b/drivers/input/mouse/elan_i2c_core.c
index a26f44c28d82..bf661ce5dccc 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1235,6 +1238,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
        { "ELAN0600", 0 },
        { "ELAN0605", 0 },
        { "ELAN1000", 0 },
+       { "ELAN1203", 0 },
        { }
 };
 MODULE_DEVICE_TABLE(acpi, elan_acpi_id);


  reply	other threads:[~2017-05-04  9:56 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-04  7:58 ASUS G752VS Touchpad does not work Kai-Heng Feng
2017-05-04  9:47 ` 廖崇榮 [this message]
2017-05-04  9:54   ` Kai-Heng Feng
2017-05-05  3:25     ` 廖崇榮
     [not found]       ` <CAB4CAwdV0fUOARAZ13TY00s2kxVCw+QzOKd9k2P0m7fBPmhY0w@mail.gmail.com>
     [not found]         ` <005601d2c554$64578df0$2d06a9d0$@emc.com.tw>
2017-05-05  6:41           ` Chris Chiu
2017-05-05  7:42             ` Kai-Heng Feng
2017-05-05 13:05               ` Chris Chiu
2017-05-08  6:49                 ` Kai-Heng Feng
2017-05-23  9:31                   ` Aljoša
2017-05-29 11:04                   ` Aljoša
2017-06-01 12:22                     ` 廖崇榮
2017-06-01 12:58                       ` Chris Chiu
2017-06-01 16:42                         ` Aljoša
2017-06-05 10:39                         ` Aljoša
2017-06-06  1:59                           ` 廖崇榮
2017-06-07  9:30                             ` Chris Chiu
2017-06-08  8:55                               ` Kai-Heng Feng
2017-06-19 18:38                                 ` Aljoša
     [not found]                                 ` <ef1052e44792273269cd51f48e7f2c99@cromalternativemoney.org>
2017-06-20  4:07                                   ` Chris Chiu
     [not found]                                     ` <783da09eba0db262a9b57ccfef48a70e@cromalternativemoney.org>
2017-06-20 10:06                                       ` Kai-Heng Feng
2017-06-26  6:44                                         ` Aljoša
2017-07-03  9:03                                         ` Aljoša
2017-07-03 10:30                                           ` 廖崇榮
2017-07-04  9:06                                             ` Aljoša
2017-07-06  8:40                                             ` Aljoša
2017-07-11 15:35                                             ` Aljoša
2017-09-22 15:49                                         ` Aljoša

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='005e01d2c4bb$6961c7f0$3c2557d0$@emc.com.tw' \
    --to=kt.liao@emc.com.tw \
    --cc=kai.heng.feng@canonical.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).