Re: [PATCH v2] HID: i2c-hid: add ACPI support

2013-01-18 Thread Jiri Kosina
On Thu, 17 Jan 2013, Benjamin Tissoires wrote: > >> > The HID over I2C protocol specification states that when the device is > >> > enumerated from ACPI the HID descriptor address can be obtained by > >> > executing "_DSM" for the device with function 1. Enable this. > >> > > >> > Signed-off-by: M

Re: [PATCH v2] HID: i2c-hid: add ACPI support

2013-01-17 Thread Benjamin Tissoires
On Wed, Jan 9, 2013 at 9:52 AM, Jiri Kosina wrote: > On Wed, 9 Jan 2013, Benjamin Tissoires wrote: > >> wrote: >> > The HID over I2C protocol specification states that when the device is >> > enumerated from ACPI the HID descriptor address can be obtained by >> > executing "_DSM" for the device w

Re: [PATCH v2] HID: i2c-hid: add ACPI support

2013-01-09 Thread Jiri Kosina
On Wed, 9 Jan 2013, Benjamin Tissoires wrote: > wrote: > > The HID over I2C protocol specification states that when the device is > > enumerated from ACPI the HID descriptor address can be obtained by > > executing "_DSM" for the device with function 1. Enable this. > > > > Signed-off-by: Mika We

Re: [PATCH v2] HID: i2c-hid: add ACPI support

2013-01-09 Thread Benjamin Tissoires
Hi Mika, On Wed, Jan 9, 2013 at 3:43 PM, Mika Westerberg wrote: > The HID over I2C protocol specification states that when the device is > enumerated from ACPI the HID descriptor address can be obtained by > executing "_DSM" for the device with function 1. Enable this. > > Signed-off-by: Mika Wes

[PATCH v2] HID: i2c-hid: add ACPI support

2013-01-09 Thread Mika Westerberg
The HID over I2C protocol specification states that when the device is enumerated from ACPI the HID descriptor address can be obtained by executing "_DSM" for the device with function 1. Enable this. Signed-off-by: Mika Westerberg --- Changes to previous version: * platform data is embed