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

2019-03-19 Thread Andy Shevchenko
On Tue, Feb 26, 2019 at 11:29:58PM -0800, Life is hard, and then you die wrote: > On Tue, Feb 26, 2019 at 11:20:59AM +0200, Andy Shevchenko wrote: > > On Thu, Feb 21, 2019 at 02:56:09AM -0800, Ronald Tschalär wrote: > > > +config KEYBOARD_APPLESPI > > > + tristate "Apple SPI keyboard and trackpad"

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

2019-02-26 Thread Life is hard, and then you die
On Tue, Feb 26, 2019 at 11:20:59AM +0200, Andy Shevchenko wrote: > On Thu, Feb 21, 2019 at 02:56:09AM -0800, 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 previousl

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

2019-02-26 Thread Andy Shevchenko
On Thu, Feb 21, 2019 at 02:56:09AM -0800, 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

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

2019-02-26 Thread Andy Shevchenko
On Mon, Feb 25, 2019 at 12:05:29AM -0800, Life is hard, and then you die wrote: > > On Thu, Feb 21, 2019 at 02:56:09AM -0800, 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 U

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

2019-02-25 Thread Life is hard, and then you die
On Thu, Feb 21, 2019 at 02:56:09AM -0800, 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 b

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

2019-02-21 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