Re: [PATCH] ims-pcu: Add commands supported by the new version of the FW

2013-12-27 Thread Dmitry Torokhov
On Fri, Dec 27, 2013 at 08:54:10AM -0800, Andrey Smirnov wrote: > Sorry for the spam, sent the first version of the reply in non plain/text. > > >> +static ssize_t ims_pcu_ofn_reg_data_show(struct device *dev, > >> + struct device_attribute *dattr, > >> +

Re: [PATCH] ims-pcu: Add commands supported by the new version of the FW

2013-12-27 Thread Andrey Smirnov
Sorry for the spam, sent the first version of the reply in non plain/text. >> +static ssize_t ims_pcu_ofn_reg_data_show(struct device *dev, >> + struct device_attribute *dattr, >> + char *buf) >> +{ >> + struct

Re: [PATCH] ims-pcu: Add commands supported by the new version of the FW

2013-12-27 Thread Andrey Smirnov
Sorry for the spam, sent the first version of the reply in non plain/text. +static ssize_t ims_pcu_ofn_reg_data_show(struct device *dev, + struct device_attribute *dattr, + char *buf) +{ + struct usb_interface

Re: [PATCH] ims-pcu: Add commands supported by the new version of the FW

2013-12-27 Thread Dmitry Torokhov
On Fri, Dec 27, 2013 at 08:54:10AM -0800, Andrey Smirnov wrote: Sorry for the spam, sent the first version of the reply in non plain/text. +static ssize_t ims_pcu_ofn_reg_data_show(struct device *dev, + struct device_attribute *dattr, +

Re: [PATCH] ims-pcu: Add commands supported by the new version of the FW

2013-12-26 Thread Dmitry Torokhov
Hi Andrey, On Sat, Dec 21, 2013 at 11:16:48AM -0800, Andrey Smirnov wrote: > New version of the PCU firmware supports two new commands: > - IMS_PCU_CMD_OFN_SET_CONFIG which allows to write data to the > registers of one finger navigation(OFN) chip present on the device > -

Re: [PATCH] ims-pcu: Add commands supported by the new version of the FW

2013-12-26 Thread Dmitry Torokhov
Hi Andrey, On Sat, Dec 21, 2013 at 11:16:48AM -0800, Andrey Smirnov wrote: New version of the PCU firmware supports two new commands: - IMS_PCU_CMD_OFN_SET_CONFIG which allows to write data to the registers of one finger navigation(OFN) chip present on the device -

[PATCH] ims-pcu: Add commands supported by the new version of the FW

2013-12-21 Thread Andrey Smirnov
New version of the PCU firmware supports two new commands: - IMS_PCU_CMD_OFN_SET_CONFIG which allows to write data to the registers of one finger navigation(OFN) chip present on the device - IMS_PCU_CMD_OFN_GET_CONFIG which allows to read data form the registers of said chip. This commit

[PATCH] ims-pcu: Add commands supported by the new version of the FW

2013-12-21 Thread Andrey Smirnov
New version of the PCU firmware supports two new commands: - IMS_PCU_CMD_OFN_SET_CONFIG which allows to write data to the registers of one finger navigation(OFN) chip present on the device - IMS_PCU_CMD_OFN_GET_CONFIG which allows to read data form the registers of said chip. This commit