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

2019-04-17 Thread Andy Shevchenko
On Mon, Apr 15, 2019 at 04:09:55PM -0700, Life is hard, and then you die wrote: > On Mon, Apr 15, 2019 at 12:03:46PM +0300, Andy Shevchenko wrote: > > On Mon, Apr 15, 2019 at 01:13:00AM -0700, Ronald Tschalär wrote: > > > +static void > > > +applespi_remap_fn_key(struct keyboard_protocol *keyboard

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

2019-04-16 Thread Life is hard, and then you die
Hi Andy, On Mon, Apr 15, 2019 at 12:03:46PM +0300, Andy Shevchenko wrote: > On Mon, Apr 15, 2019 at 01:13:00AM -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, a

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

2019-04-16 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

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

2019-04-16 Thread Andy Shevchenko
On Mon, Apr 15, 2019 at 01:13:00AM -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 hence has bee