Re: [PATCH v7 1/5] Input: elan_i2c: Export the device id whitelist

2019-06-21 Thread Jeffrey Hugo
On Thu, Jun 20, 2019 at 10:34 PM Dmitry Torokhov wrote: > > Hi Jeffrey, > > On Thu, Jun 20, 2019 at 7:33 AM Jeffrey Hugo wrote: > > #ifdef CONFIG_OF > > -static const struct of_device_id elan_of_match[] = { > > - { .compatible = "elan,ekth3000" }, > > - { /* sentinel */ } > > -}; > >

Re: [PATCH v7 1/5] Input: elan_i2c: Export the device id whitelist

2019-06-20 Thread Dmitry Torokhov
Hi Jeffrey, On Thu, Jun 20, 2019 at 7:33 AM Jeffrey Hugo wrote: > #ifdef CONFIG_OF > -static const struct of_device_id elan_of_match[] = { > - { .compatible = "elan,ekth3000" }, > - { /* sentinel */ } > -}; I think OF IDs should stay in this file since we agreed HID will not be chec