Re: [PATCH v3 resend 0/1] Input: add support HiDeep touchscreen.

2017-11-10 Thread Dmitry Torokhov
On Wed, Nov 08, 2017 at 10:38:04AM +0900, Anthony Kim wrote: > Hi All, > > I remaked patch for dmitry's comment. > Please refer as follow. > http://www.spinics.net/lists/linux-input/msg53799.html > > I changed our fw binary to big endian format and confirmed that our driver > code works well. Ap

[PATCH v3 resend 0/1] Input: add support HiDeep touchscreen.

2017-11-07 Thread Anthony Kim
Hi All, I remaked patch for dmitry's comment. Please refer as follow. http://www.spinics.net/lists/linux-input/msg53799.html I changed our fw binary to big endian format and confirmed that our driver code works well. - v3 - Reverted code for converts to big endian to previous version. - Chan