Re: [PATCH v2 05/06] input synaptics-rmi4: Add firmware update support
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-07-31 17:53:27
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-07-31 17:53:27
Hi Christopher, On Wed, Mar 12, 2014 at 06:53:56PM -0700, Christopher Heiny wrote:
Add support for updating firmware on RMI4 devices with V5 bootloader.
I am wondering why F34 is not following the staindard RMI function implementation. By that I mean that it does not declare itself as struct rmi_function_handler and does not rely on RMI core to bind itself to the device if device supports it. By the way, isn't rmi_extract_u32() is the same as le32_to_cpup()? Thanks. -- Dmitry