Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-21 Thread Alexander Holler
Am 21.02.2013 11:34, schrieb Benjamin Tissoires: Hi, Sorry for coming this late in the discussion (I was sick at the beginning of the week, preventing me to answer mails). On Mon, Feb 18, 2013 at 1:13 PM, Alexander Holler hol...@ahsoftware.de wrote: Hmm, what happens with Bluetooth

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-18 Thread Jiri Kosina
On Mon, 11 Feb 2013, Benjamin Tissoires wrote: We now have two transport mediums: USB and I2C, where sensor hubs can exists. So instead of constraining the driver to only these two we let it to match any HID bus as long as the group is HID_GROUP_SENSOR_HUB. Signed-off-by: Mika

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-18 Thread Alexander Holler
Am 11.02.2013 11:31, schrieb Mika Westerberg: We now have two transport mediums: USB and I2C, where sensor hubs can exists. So instead of constraining the driver to only these two we let it to match any HID bus as long as the group is HID_GROUP_SENSOR_HUB. Signed-off-by: Mika Westerberg

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-18 Thread Mika Westerberg
On Mon, Feb 18, 2013 at 12:03:04PM +0100, Alexander Holler wrote: Am 11.02.2013 11:31, schrieb Mika Westerberg: We now have two transport mediums: USB and I2C, where sensor hubs can exists. So instead of constraining the driver to only these two we let it to match any HID bus as long as the

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-18 Thread Alexander Holler
Am 18.02.2013 12:12, schrieb Mika Westerberg: On Mon, Feb 18, 2013 at 12:03:04PM +0100, Alexander Holler wrote: Am 11.02.2013 11:31, schrieb Mika Westerberg: We now have two transport mediums: USB and I2C, where sensor hubs can exists. So instead of constraining the driver to only these two we

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-18 Thread Mika Westerberg
On Mon, Feb 18, 2013 at 12:22:58PM +0100, Alexander Holler wrote: Am 18.02.2013 12:12, schrieb Mika Westerberg: On Mon, Feb 18, 2013 at 12:03:04PM +0100, Alexander Holler wrote: Am 11.02.2013 11:31, schrieb Mika Westerberg: We now have two transport mediums: USB and I2C, where sensor hubs can

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-18 Thread Alexander Holler
Am 18.02.2013 12:33, schrieb Mika Westerberg: On Mon, Feb 18, 2013 at 12:22:58PM +0100, Alexander Holler wrote: Am 18.02.2013 12:12, schrieb Mika Westerberg: On Mon, Feb 18, 2013 at 12:03:04PM +0100, Alexander Holler wrote: Am 11.02.2013 11:31, schrieb Mika Westerberg: We now have two

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-18 Thread Mika Westerberg
On Mon, Feb 18, 2013 at 12:37:52PM +0100, Alexander Holler wrote: Am 18.02.2013 12:33, schrieb Mika Westerberg: On Mon, Feb 18, 2013 at 12:22:58PM +0100, Alexander Holler wrote: Am 18.02.2013 12:12, schrieb Mika Westerberg: On Mon, Feb 18, 2013 at 12:03:04PM +0100, Alexander Holler wrote: Am

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-18 Thread Alexander Holler
Am 18.02.2013 12:54, schrieb Mika Westerberg: On Mon, Feb 18, 2013 at 12:37:52PM +0100, Alexander Holler wrote: Am 18.02.2013 12:33, schrieb Mika Westerberg: On Mon, Feb 18, 2013 at 12:22:58PM +0100, Alexander Holler wrote: Am 18.02.2013 12:12, schrieb Mika Westerberg: On Mon, Feb 18, 2013

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-12 Thread Mika Westerberg
On Mon, Feb 11, 2013 at 03:54:05PM +, Pandruvada, Srinivas wrote: So finally we can use HID sensor hub over I2C. Did you try with any I2C sensor hub? Yes, we have I2C HID sensor hub here and I tested with it. However, I'm not that familiar how it should be used except that I can see the

[PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-11 Thread Mika Westerberg
We now have two transport mediums: USB and I2C, where sensor hubs can exists. So instead of constraining the driver to only these two we let it to match any HID bus as long as the group is HID_GROUP_SENSOR_HUB. Signed-off-by: Mika Westerberg mika.westerb...@linux.intel.com ---

Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

2013-02-11 Thread Benjamin Tissoires
On Mon, Feb 11, 2013 at 11:31 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: We now have two transport mediums: USB and I2C, where sensor hubs can exists. So instead of constraining the driver to only these two we let it to match any HID bus as long as the group is