Bug 84491
Summary: | Elantech touchpad does not work on Asus TransformerBook Flip 500 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Robert Roth (evfool) |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | NEW --- | ||
Severity: | normal | CC: | gmoutso, mirh, ulrik_opensource-kernel |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.17.0-0.rc4.git4.1.fc22.x86_64 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
ver_linux-output
dmesg input related info /proc/modules /proc/cpuinfo lspci -vvv dmesg dump on 3.19 dmesg dump on 3.16 |
Description
Robert Roth
2014-09-13 20:30:48 UTC
Created attachment 150061 [details]
dmesg input related info
Created attachment 150071 [details]
/proc/modules
Created attachment 150081 [details]
/proc/cpuinfo
Created attachment 150091 [details]
lspci -vvv
Same here. Model Asus TP500LN. Windows gives ID hardware ETD0108. I have tried ubuntu mainline kernels 3.16, 3.17, 3.19. I can use the mouse with proto=imps but only as a point and left-click. Lost sync at byte 6 also appears. Created attachment 170321 [details]
dmesg dump on 3.19
Created attachment 170331 [details]
dmesg dump on 3.16
- possible duplicate https://bugzilla.kernel.org/show_bug.cgi?id=48161 - tried removing hid modules (saw somewhere on the net touchscreen and touchpad might interfere on other models): no difference - tried patch for v7 as described in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/ A workaround has already been found for this: echo 1 > /sys/devices/platform/i8042/serio4/reg_07 The kernel drivers writes this 1 to reg_07 during initialisation, but magically it changes back to 0. This workaround seems to work until a suspend2ram/disk. |