Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-12-04 Thread Benjamin Tissoires
On Tue, Dec 4, 2012 at 11:31 AM, Jiri Kosina wrote: > On Mon, 3 Dec 2012, Benjamin Tissoires wrote: > >> >> I know that it already have been used by one Nvidia team and by Elan >> >> for internal tests. So I don't know if it's possible to change it now >> >> (though it's not a big deal). >> > >> >

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-12-04 Thread Jiri Kosina
On Mon, 3 Dec 2012, Benjamin Tissoires wrote: > >> I know that it already have been used by one Nvidia team and by Elan > >> for internal tests. So I don't know if it's possible to change it now > >> (though it's not a big deal). > > > > Yes it is possible, as long as the code isn't in Linus' tree

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-12-03 Thread Benjamin Tissoires
On Mon, Dec 3, 2012 at 2:02 PM, Jean Delvare wrote: > Hi Benjamin, > > On Mon, 3 Dec 2012 12:32:03 +0100, Benjamin Tissoires wrote: >> Hi Jean, >> >> On Fri, Nov 30, 2012 at 3:56 PM, Jean Delvare wrote: >> > Hi Benjamin, Jiri, >> > >> > Sorry for the late review. But better late than never I gues

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-12-03 Thread Jean Delvare
Hi Benjamin, On Mon, 3 Dec 2012 12:32:03 +0100, Benjamin Tissoires wrote: > Hi Jean, > > On Fri, Nov 30, 2012 at 3:56 PM, Jean Delvare wrote: > > Hi Benjamin, Jiri, > > > > Sorry for the late review. But better late than never I guess... > > Sure! Thanks for the review. As the driver is already

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-12-03 Thread Benjamin Tissoires
Hi Jean, On Fri, Nov 30, 2012 at 3:56 PM, Jean Delvare wrote: > Hi Benjamin, Jiri, > > Sorry for the late review. But better late than never I guess... Sure! Thanks for the review. As the driver is already in Jiri's tree, I'll do small incremental patches based on this release. I'll try to addr

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-11-30 Thread Jean Delvare
Hi Benjamin, Jiri, Sorry for the late review. But better late than never I guess... On Mon, 12 Nov 2012 15:42:59 +0100, Benjamin Tissoires wrote: > Microsoft published the protocol specification of HID over i2c: > http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx > > This pa

RE: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-11-20 Thread Ramalingam C
J Ding; Jiri Slaby; Shubhrajyoti Datta; > linux-i2c@vger.kernel.org; linux-in...@vger.kernel.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH v3] i2c-hid: introduce HID over i2c specification > implementation > > On Thu, Nov 15, 2012 at 3:04 PM, Benjamin Tissoires > wro

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-11-19 Thread Benjamin Tissoires
On Mon, Nov 19, 2012 at 11:06 AM, Jiri Kosina wrote: > On Mon, 12 Nov 2012, Benjamin Tissoires wrote: > >> Microsoft published the protocol specification of HID over i2c: >> http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx >> >> This patch introduces an implementation of this

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-11-19 Thread Jiri Kosina
On Mon, 12 Nov 2012, Benjamin Tissoires wrote: > Microsoft published the protocol specification of HID over i2c: > http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx > > This patch introduces an implementation of this protocol. > > This implementation does not includes the AC

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-11-16 Thread Benjamin Tissoires
On Thu, Nov 15, 2012 at 3:04 PM, Benjamin Tissoires wrote: > On Thu, Nov 15, 2012 at 2:51 PM, Jiri Kosina wrote: >> On Mon, 12 Nov 2012, Benjamin Tissoires wrote: >> >>> Microsoft published the protocol specification of HID over i2c: >>> http://msdn.microsoft.com/en-us/library/windows/hardware/hh

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-11-15 Thread Benjamin Tissoires
On Thu, Nov 15, 2012 at 2:51 PM, Jiri Kosina wrote: > On Mon, 12 Nov 2012, Benjamin Tissoires wrote: > >> Microsoft published the protocol specification of HID over i2c: >> http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx >> >> This patch introduces an implementation of this

Re: [PATCH v3] i2c-hid: introduce HID over i2c specification implementation

2012-11-15 Thread Jiri Kosina
On Mon, 12 Nov 2012, Benjamin Tissoires wrote: > Microsoft published the protocol specification of HID over i2c: > http://msdn.microsoft.com/en-us/library/windows/hardware/hh852380.aspx > > This patch introduces an implementation of this protocol. > > This implementation does not includes the AC