-
Notifications
You must be signed in to change notification settings - Fork 11
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
Doesn't work on Surface Pro X #6
Comments
No. I believe Surface Pro X uses a different SoC from Yoga C630 one. I'm about to receive Lenovo Flex 5G, which should use a same (almost?) SoC as Surface Pro X. After I get the CD image work on Flex 5G, you then stand a better chance to have the installer work on the Surface. |
The device uses a somewhat special method of handling input: Similar to the Surface Laptops and Surface Book 3, the Surface Pro X routs its HID input devices over the Surface Aggregator Module (SAM). SAM is connected to the SoC via a UART and the main issue right now is getting the UART driver to work. See Sonicadvance1/linux#27 for an all-over-the-place discussion on the Surface Pro X and what's needed to get it working with Linux. |
Will inventing a new device tree

.dts
file enough to get it working?The text was updated successfully, but these errors were encountered: