Re: [PATCH] iio: accel: mxc4005: add support for mxc6655

2020-05-31 Thread Christian Oder
i2c-0/i2c-MXC6655:00 E: SUBSYSTEM=i2c E: MODALIAS=acpi:MXC6655:MXC6655: [3] https://github.com/systemd/systemd/commit/5e0676c2cad60b1ea029b9bfb9737e1967abb93a On Sun, May 31, 2020 at 12:30 PM Jonathan Cameron wrote: > > On Fri, 29 May 2020 22:05:49 +0200 > Christian Oder wrote: > >

[PATCH] iio: accel: mxc4005: add support for mxc6655

2020-05-29 Thread Christian Oder
The mxc6655 is fully working with the existing mxc4005 driver. Add support for it. Signed-off-by: Christian Oder --- drivers/iio/accel/mxc4005.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/iio/accel/mxc4005.c b/drivers/iio/accel/mxc4005.c index 3d5bea651923..3b8614352cb4

[PATCH] platform/x86: touchscreen_dmi: Update Hi10 Air filter

2019-06-12 Thread Christian Oder
Turns out the Hi10 Air is built by multiple companies so using Hampoo as a filter is not enough to cover all variants. This has been verified as working on the Hampoo and Morshow version. Signed-off-by: Christian Oder --- drivers/platform/x86/touchscreen_dmi.c | 3 ++- 1 file changed, 2

[PATCH v2] platform/x86: touchscreen_dmi: Add info for the CHUWI Hi10 Air tablet

2019-03-03 Thread Christian Oder
Add touchscreen info for the CHUWUI Hi10 Air tablet. Signed-off-by: Christian Oder Reviewed-by: Hans de Goede --- Changes in v2: - added review tag drivers/platform/x86/touchscreen_dmi.c | 27 ++ 1 file changed, 27 insertions(+) diff --git a/drivers/platform/x86