Re: [PATCH 1/3] HID: extend autodetect to handle I2C sensors as well

2013-02-11 Thread Benjamin Tissoires
On Mon, Feb 11, 2013 at 11:31 AM, Mika Westerberg wrote: > Since the advent of HID over I2C protocol, it is possible to have sensor > hubs behind I2C bus as well. We can autodetect this in a same way than USB > sensor hubs. > > Signed-off-by: Mika Westerberg Reviewed-by: Benjamin Tissoires Chee

[PATCH 1/3] HID: extend autodetect to handle I2C sensors as well

2013-02-11 Thread Mika Westerberg
Since the advent of HID over I2C protocol, it is possible to have sensor hubs behind I2C bus as well. We can autodetect this in a same way than USB sensor hubs. Signed-off-by: Mika Westerberg --- drivers/hid/hid-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver