Re: [PATCH] HID: i2c-hid: retrieve the GPIO parameters only when unset

2016-11-21 Thread kbuild test robot
Hi Benjamin, [auto build test ERROR on hid/for-next] [also build test ERROR on next-20161117] [cannot apply to v4.9-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Benjamin-Tissoires/HID-i2c

[PATCH] HID: i2c-hid: retrieve the GPIO parameters only when unset

2016-11-21 Thread Benjamin Tissoires
Instead of forcing the level triggers of the IRQ, we can count on ACPI or OF to set it up for us. This way, if some vendor decides to not follow the spec, well we can handle those case (I have been requested this once already). Signed-off-by: Benjamin Tissoires --- Hi Jiri, I have been request