-
Notifications
You must be signed in to change notification settings - Fork 30
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
Testing on Yoga 2 11'' #37
Comments
-----BEGIN PGP SIGNED MESSAGE----- It does look as if you are close to getting the sensing to work. Try moving You should also try out the generic_buffer program. You also do not appear to have an ELAN Touchscreen. You will have to figure The sensor can probably be found via To find out your touchscreen name use Let me know how your investigations progress. peter On 05/02/2015 04:16 AM, Aradan wrote:
iQEcBAEBCAAGBQJVRNK/AAoJECjN6+QThfjz+rEH/3BLce/XInwO1kz5mjgjmrEd |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
...
I just noticed that you already said that nothing changes if you rotate your
screen.
Try generic_buffer first to see if its output changes. If not, and your
sensor is not the one in the Yoga 2 Pro, then it is an almost certainty that
you need a quirk.
You can apply a quirk locally, but it is not trivial. You will need to find
out which sensor you have and whether the "standard" quirk for HID drivers
is what you need. Then you will have to patch and install the
hid-sensor-hub driver. (Get a current driver to patch, not the one in this
system.) This is not for the faint of heart, and someone said that their
sensor was put into a non-recoverable state.
peter
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAEBCAAGBQJVRNUcAAoJECjN6+QThfjzo7YIAMReL8EEuNgfnE0OWKQvpA5m
MK3Nd+i47Fm0F3xuWEsYZEXaJBT0neDPCJmrqJzlMmqHCGNC4aMz7Gt9Cdr4zVAD
lC0idEBdvwIjNdelYD1stC54Kc6SUYmdOah88qy+yG83rlQ8U40QogU3qa8qNQ0+
OLWcoRvJX9R6Bxos9ysBefYyTcS4P1xb3jO7HRqSgTJBWg05HbMHjJBqcGInyHQX
vZr4//f2sep5rmhNTexZ3Zsx/V0r6Ot69o01/FrmnO2D6pQhQHKkmce8yt/esKAy
DKAtyDQXGV8dMHC4Inq9Ar7AV5Ky3/rF3dbptHk5QRKhQ0TPKJxoP8uLoeDnQYo=
=5c7x
-----END PGP SIGNATURE-----
|
Thanks for the help :)
Also, it seems the sensors are not present when I use lsusb (I cannot see anything from Texas )
The maXTouch stuff is the one. I thought that the newest kernels were going to have everything already implemented, which seems not to be the case. What I don't know is how to detect the accelerometer or sensors for the light. But according to your reply, it is a difficult task.
I will try to search a little more about this, but does not look easy Cheers |
Hi @pfps , And... I'm not quite far from make it working: |
Cool, will it work on the small Yoga 2? Because the sensors are not from Texas. BTW, I was using Arch, I hope it works when the new kernel goes out |
@davidcortesortuno I had support for sensors made by ITE used in yoga 2 11 and yoga 3 14 (and maybe other ;)) |
Hi, how can I test your patch? Since the gyroscope is not working on my Windows partition and I think it is a software rather than a hardware related stuff. I would like to check if it at least working. |
Hi all, 4.3 rc1 have been released and I tested my yoga 3 14 with success \o/ I don't know for yoga 2 11 but I think it should work :) |
I installed kernel 4.3 rc1 in Arch Linux and it is working! Thanks for submitting the patch. I hope I can use the light sensor in the future :) and also that the new kernel comes up soon |
Hi, just to let you know, after this kernel patch it is possible to use screen rotation and ambient light sensors with |
Hi, I was trying to test this in a Yoga 2 device with the 3.19 kernel (I'm using Manjaro). How does the orientation script is supposed to work? When I execute it (after running make) I get this
But nothing changes if I rotate my screen. I didn't install the drivers since I'm using a new kernel, or should I?
Regards
The text was updated successfully, but these errors were encountered: