Re: [PATCH] HID: make sensor autodetection independent of underlying bus

2013-02-25 Thread Jiri Kosina
On Thu, 21 Feb 2013, Benjamin Tissoires wrote: > > Instead of limiting HID sensors to USB and I2C busses we can just make > > everything that has usage page of HID_UP_SENSOR to be included in > > HID_GROUP_SENSOR_HUB group. This allows the sensor-hub to work over > > bluetooth (and other transport

Re: [PATCH] HID: make sensor autodetection independent of underlying bus

2013-02-21 Thread Benjamin Tissoires
On Tue, Feb 19, 2013 at 10:22 AM, Mika Westerberg wrote: > Instead of limiting HID sensors to USB and I2C busses we can just make > everything that has usage page of HID_UP_SENSOR to be included in > HID_GROUP_SENSOR_HUB group. This allows the sensor-hub to work over > bluetooth (and other transpo

[PATCH] HID: make sensor autodetection independent of underlying bus

2013-02-19 Thread Mika Westerberg
Instead of limiting HID sensors to USB and I2C busses we can just make everything that has usage page of HID_UP_SENSOR to be included in HID_GROUP_SENSOR_HUB group. This allows the sensor-hub to work over bluetooth (and other transports) as well. Reported-by: Alexander Holler Signed-off-by: Mika