Maximilian Luz
Maximilian Luz
Hi, I've used the [`metropolis`](https://github.com/matze/mtheme) beamer theme and adjusted some things. Here are the snippets I used for styling: ```tex % -- theme setup --------------------------------------------------------------- \usetheme[ numbering=fraction, block=fill, titleformat section=smallcaps,...
We might be missing a driver for that. On some devices, there's some HID Type-C switch driver (unfortunately I don't recall the exact name but you might be able to...
> Is this something that's within scope of this project? Yes, definitely. Charging is handled by the EC, so it might be possible that we're missing some driver for that...
You have a typo: `kernal-surface` should be `kernel-surface` (kernel with an _e_).
@Dexudo Sorry for the late reply, somehow missed that. Which Fedora version are you on? We currently only support 35 and 36. @JoseBCN84 I don't think we have packages for...
Unfortunately none that I'm aware of. Any work in this direction would require investigation as to how the touch data is provided to the OS, which will probably require some...
I am by now fairly certain that SL3 and SL4 both use a HID SPI device for touch ([SL3](https://github.com/linux-surface/acpidumps/blob/69d5ecc1954ea5e90829b8e33541308e7451e951/surface_laptop_3_amd/dsdt.dsl#L2740), [SL4](https://github.com/linux-surface/acpidumps/blob/69d5ecc1954ea5e90829b8e33541308e7451e951/surface_laptop_4_amd/dsdt.dsl#L1535)). And I'm very confident that the Surface Pro X also...
@A-johani You'll want to copy the driver from https://github.com/microsoft/surface-duo-oss-kernel.msm-5..4/tree/surfaceduo2/11/2022.519.47/drivers/hid/spi-hid and hook it up to either build in the linux-surface kernel or as external module. For external modules, you could use...
You'll need to adapt the Makefile and change `MODULE_NAME` to `spi-hid`.
That means you're still using the wrong module name somewhere in your Makefile/Kbuild. Did you use the original Makefile from the spi-hid driver as Kbuild?