Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I install it? #2

Open
t3ddo opened this issue Dec 8, 2017 · 4 comments
Open

How can I install it? #2

t3ddo opened this issue Dec 8, 2017 · 4 comments

Comments

@t3ddo
Copy link

t3ddo commented Dec 8, 2017

Hi. How can I install it? And is it compatible with asus gl503vm? Thanks

@mishurov
Copy link
Owner

mishurov commented Dec 8, 2017

There're loads of instructions on the internet how to compile and install a module for Linux kernel. I don't know about compatibility, I've tested only on my laptop.

@t3ddo
Copy link
Author

t3ddo commented Dec 9, 2017

This is my devive
I: Bus=0018 Vendor=04f3 Product=3090 Version=0100
N: Name="ELAN1200:00 04F3:3090 Touchpad"
P: Phys=i2c-ELAN1200:00
S: Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3090.0001/input/input13
U: Uniq=
H: Handlers=mouse0 event10
B: PROP=5
B: EV=b
B: KEY=e520 10000 0 0 0 0
B: ABS=260800000000003

@mishurov
Copy link
Owner

mishurov commented Dec 10, 2017

The driver handles 04F3:3022, your vendor and device ids are 04F3:3090 thus the driver won't work with your hardware by default. You can try manually change the device id from 3022 to 3090 in the source code of the driver and compile it and try. I really don't know whether it has the same protocol for hid reports.

There's also a xorg patch for the synaptics driver, it's hardware agnostic in a way. If you use xorg and synaptics, you can try it. But it's sort of tricky to apply and compile. I can post the steps explaining how to do that if it's needed.

@RR1991
Copy link

RR1991 commented Jan 22, 2018

So I learned how to compile and apply a module, thanks. And thanks for your work. I have the ELAN1200:00 04F3:3044 Touchpad. It seems to have improved accuracy, and reduced random dragging or selecting when moving the cursor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants