All of lore.kernel.org
 help / color / mirror / Atom feed
* ASUS G752VS Touchpad does not work
@ 2017-05-04  7:58 Kai-Heng Feng
  2017-05-04  9:47 ` 廖崇榮
  0 siblings, 1 reply; 27+ messages in thread
From: Kai-Heng Feng @ 2017-05-04  7:58 UTC (permalink / raw)
  To: kt.liao, dusonlin; +Cc: linux-input

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.

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);

^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2017-09-22 15:55 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-04  7:58 ASUS G752VS Touchpad does not work Kai-Heng Feng
2017-05-04  9:47 ` 廖崇榮
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

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.