Re: [PATCH] HID: i2c-hid: Add hid-over-i2c name to i2c id table

2016-03-10 Thread Jiri Kosina
On Wed, 9 Mar 2016, Dmitry Torokhov wrote: > >> When using the device tree binding OF compatible = "hid-over-i2c" the > >> i2c id table also needs to have that name in order to auto load this > >> driver, since i2c core reports module alias as i2c: where > >> is compatible string of OF binding st

Re: [PATCH] HID: i2c-hid: Add hid-over-i2c name to i2c id table

2016-03-09 Thread Dmitry Torokhov
On Wed, Mar 9, 2016 at 12:50 PM, Jiri Kosina wrote: > On Tue, 8 Mar 2016, Dmitry Torokhov wrote: > >> When using the device tree binding OF compatible = "hid-over-i2c" the >> i2c id table also needs to have that name in order to auto load this >> driver, since i2c core reports module alias as i2c:

Re: [PATCH] HID: i2c-hid: Add hid-over-i2c name to i2c id table

2016-03-09 Thread Jiri Kosina
On Tue, 8 Mar 2016, Dmitry Torokhov wrote: > When using the device tree binding OF compatible = "hid-over-i2c" the > i2c id table also needs to have that name in order to auto load this > driver, since i2c core reports module alias as i2c: where > is compatible string of OF binding stripped of ma

Re: [PATCH] HID: i2c-hid: Add hid-over-i2c name to i2c id table

2016-03-09 Thread Benjamin Tissoires
On Mar 08 2016 or thereabouts, Dmitry Torokhov wrote: > When using the device tree binding OF compatible = "hid-over-i2c" the > i2c id table also needs to have that name in order to auto load this > driver, since i2c core reports module alias as i2c: where > is compatible string of OF binding stri

Re: [PATCH] HID: i2c-hid: Add hid-over-i2c name to i2c id table

2016-03-09 Thread Andrew Duggan
On Tue, Mar 8, 2016 at 11:25 AM, Dmitry Torokhov wrote: > When using the device tree binding OF compatible = "hid-over-i2c" the > i2c id table also needs to have that name in order to auto load this > driver, since i2c core reports module alias as i2c: where > is compatible string of OF binding s

[PATCH] HID: i2c-hid: Add hid-over-i2c name to i2c id table

2016-03-08 Thread Dmitry Torokhov
When using the device tree binding OF compatible = "hid-over-i2c" the i2c id table also needs to have that name in order to auto load this driver, since i2c core reports module alias as i2c: where is compatible string of OF binding stripped of manufacturer's prefix. Signed-off-by: Benson Leung S

Re: [PATCH] HID: i2c-hid: Add hid-over-i2c name to i2c id table.

2014-10-23 Thread Benjamin Tissoires
On Oct 14 2014 or thereabouts, Dmitry Torokhov wrote: > On Tue, Oct 14, 2014 at 02:44:01PM -0700, Benson Leung wrote: > > When using the device tree binding of compatible = "hid-over-i2c" > > the i2c id table also needs to have that name in order to > > auto load this driver. > > > > Signed-off-by

Re: [PATCH] HID: i2c-hid: Add hid-over-i2c name to i2c id table.

2014-10-14 Thread Dmitry Torokhov
On Tue, Oct 14, 2014 at 02:44:01PM -0700, Benson Leung wrote: > When using the device tree binding of compatible = "hid-over-i2c" > the i2c id table also needs to have that name in order to > auto load this driver. > > Signed-off-by: Benson Leung > --- > drivers/hid/i2c-hid/i2c-hid.c | 1 + > 1

[PATCH] HID: i2c-hid: Add hid-over-i2c name to i2c id table.

2014-10-14 Thread Benson Leung
When using the device tree binding of compatible = "hid-over-i2c" the i2c id table also needs to have that name in order to auto load this driver. Signed-off-by: Benson Leung --- drivers/hid/i2c-hid/i2c-hid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/dri