Re: [PATCH v3] input: bcm5974 - Add driver for Apple Magic Trackpad 2

2018-06-08 Thread Marek Wyborski
Hello Henrik! I think you have been absolutely right about the MT2 support and that it should be in hid-magicmouse and not in bcm5974. The more i am working on the driver, the more i see your awesome work for multitouch in the kernel and in xf86-mtrack as well. So i try to keep close to the event

Re: [PATCH v3] input: bcm5974 - Add driver for Apple Magic Trackpad 2

2018-03-09 Thread Henrik Rydberg
Hi Stephan, I would like to have Touchpad 2 properly supported. You will find proper prior support for Magic Trackpads in drivers/hid/hid-magicmouse.c. Henrik

Re: [PATCH v3] input: bcm5974 - Add driver for Apple Magic Trackpad 2

2018-03-09 Thread Stephan Mueller
Am Dienstag, 27. Februar 2018, 17:37:45 CET schrieb Stephan Mueller: Hi Jiri, Dimity, Henrik, > Am Sonntag, 21. Januar 2018, 23:06:55 CET schrieb Stephan Müller: > > Hi Jiri, Dimity, Henrik, > > > Hi, > > > > Changes v3: > > * port to 4.15-rc8 > > * small code cleanups (isolation of type casts

Re: [PATCH v3] input: bcm5974 - Add driver for Apple Magic Trackpad 2

2018-02-27 Thread Stephan Mueller
Am Sonntag, 21. Januar 2018, 23:06:55 CET schrieb Stephan Müller: Hi Jiri, Dimity, Henrik, > Hi, > > Changes v3: > * port to 4.15-rc8 > * small code cleanups (isolation of type casts to functions pertaining > to the Apple Magic Trackpad 2 > * clean up all checkpatch.pl errors and warnings (exc

[PATCH v3] input: bcm5974 - Add driver for Apple Magic Trackpad 2

2018-01-21 Thread Stephan Müller
Hi, Changes v3: * port to 4.15-rc8 * small code cleanups (isolation of type casts to functions pertaining to the Apple Magic Trackpad 2 * clean up all checkpatch.pl errors and warnings (except those where the patch uses the structure of existing code fragments) * updated horizontal and vertica