Re: [PATCH] platform/chrome: Add support for Acer C720

2014-06-04 Thread Benson Leung
Hi Mika, On Wed, Jun 4, 2014 at 1:37 AM, Mika Westerberg wrote: > Do you mind including $subject patch (with your suggested change above) > with your patch series once v3.16-rc1 is released? Please let me know if > you want me to do the change and send the patch myself. I'll include your Acer C

Re: [PATCH] platform/chrome: Add support for Acer C720

2014-06-04 Thread Mika Westerberg
On Tue, Jun 03, 2014 at 12:46:00PM -0700, Benson Leung wrote: > Hi Mika! > > Thanks for putting this patch together. It looks like this does the > job of distinguishing the two busses apart. Thanks! > > > On Tue, Jun 3, 2014 at 6:02 AM, Mika Westerberg > wrote: > > Acer C720 has touchpad and li

Re: [PATCH] platform/chrome: Add support for Acer C720

2014-06-03 Thread Benson Leung
Hi Mika! Thanks for putting this patch together. It looks like this does the job of distinguishing the two busses apart. Thanks! On Tue, Jun 3, 2014 at 6:02 AM, Mika Westerberg wrote: > Acer C720 has touchpad and light sensor connected to a separate I2C buses. > Since the designware I2C host co

[PATCH] platform/chrome: Add support for Acer C720

2014-06-03 Thread Mika Westerberg
Acer C720 has touchpad and light sensor connected to a separate I2C buses. Since the designware I2C host controller driver has two instances on this particular machine we need a way to match the correct instance. Add support for this and then register both C720 touchpad and light sensor. This code