pfps / yoga-laptop

Systems and information to make Lenovo Yoga laptops work better
GNU General Public License v3.0
156 stars 30 forks source link

Add another input to orientation #52

Closed midi1996 closed 1 year ago

midi1996 commented 8 years ago

I successfully made the orientation work with my Atmel touch panel (by replacing "ELAN Touchscreen" with "Atmel maXtouch ...") but I have also a Wacom digitizer, if I replace Elan with wacom's name it works too. Is there a way to add two input devices to the orientation?

pfps commented 8 years ago

There isn't an obvious way to have laptop orientation rotate the orientation of two touchscreens (or a touchscreen and a touchpad for that matter) without doing some programming. I don't think that the programming would be very hard - just look for the place where the touchscreen is being rotated and duplicate that call for the other device.

benklop commented 7 years ago

Chek out #56, it adds the ability to rotate up to 5 devices.