Re: [PATCH v7 2/2] Input: add Apple SPI keyboard and trackpad driver.

2019-07-17 Thread Life is hard, and then you die
Hi Dmitry, thanks for taking a look at this! On Tue, Jul 16, 2019 at 08:47:44PM +0200, Dmitry Torokhov wrote: > Hi Ronald, > > On Fri, Apr 19, 2019 at 01:19:26AM -0700, Ronald Tschalär wrote: > > The keyboard and trackpad on recent MacBook's (since 8,1) and > > MacBookPro's (13,* and 14,*) ar

Re: [PATCH v7 2/2] Input: add Apple SPI keyboard and trackpad driver.

2019-07-16 Thread Dmitry Torokhov
Hi Ronald, On Fri, Apr 19, 2019 at 01:19:26AM -0700, Ronald Tschalär wrote: > The keyboard and trackpad on recent MacBook's (since 8,1) and > MacBookPro's (13,* and 14,*) are attached to an SPI controller instead > of USB, as previously. The higher level protocol is not publicly > documented and h

[PATCH v7 2/2] Input: add Apple SPI keyboard and trackpad driver.

2019-04-20 Thread Ronald Tschalär
The keyboard and trackpad on recent MacBook's (since 8,1) and MacBookPro's (13,* and 14,*) are attached to an SPI controller instead of USB, as previously. The higher level protocol is not publicly documented and hence has been reverse engineered. As a consequence there are still a number of unknow