roadrunner2

Results 168 comments of roadrunner2

Yes, this even more of an issue on the 15" models. However, palm detection is (mostly) up to the higher level drivers, in particular libinput or Xorg's synaptics driver. In...

@Maximus- Try the following patch to see if that fixes your mt-initialization (I'll be pushing the full proper patches in a few days): [applespi-init.patch.txt](https://github.com/cb22/macbook12-spi-driver/files/945534/applespi-init.patch.txt) Also, can you show me your...

@Maximus- Thanks for the DSDT - looks like the relevant parts are the same as for the newer MacBook(Pro)'s, so that good.

@Maximus- If you have a moment, could you per chance try out #14? In particular to verify caps-lock led now works (and of course that initialization and speed still good)

@Maximus- Thanks!

@Maximus- Interesting to hear you're working on something, because so am I 😃 Specifically, I am close to having something working in the applespi driver, where essentially I detect that...

@john-morton, @Maximus- see #29 for a solution for now (pending the better solution in the core).

@sergioabril The `spi_pxa2xx_platform` module may be built in, or not build at all - run this to see: ``` grep PXA2XX /boot/config-`uname -r` ``` If you see `CONFIG_SPI_PXA2XX=y` then it's...

@sergioabril The `intremap=nosid` boot param is definitely needed, in case you don't have that; also, make sure you do *not* have `noapic` in your boot params - double check this...

@sergioabril Could you post the output here from the `ls -l /sys/bus/acpi/devices/APP000D:00/` command? And you have the `intel_lpss_pci` module loaded too, right? Then, can you also post the output here...