From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ellen Wang Subject: Re: [PATCH v2] HID: cp2112: fix I2C_SMBUS_BYTE write Date: Tue, 14 Jul 2015 15:54:39 -0700 Message-ID: <55A5932F.90505@cumulusnetworks.com> References: <1436826234-2447-1-git-send-email-ellen@cumulusnetworks.com> <20150714114917.GG1517@katana> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-input-owner@vger.kernel.org To: Jiri Kosina , Wolfram Sang Cc: borneo.antonio@gmail.com, dbarksdale@uplogix.com, linux-input@vger.kernel.org, linux-i2c@vger.kernel.org List-Id: linux-i2c@vger.kernel.org On 07/14/2015 05:54 AM, Jiri Kosina wrote: > On Mon, 13 Jul 2015, Ellen Wang wrote: > >> When doing an I2C_SMBUS_BYTE write (one byte write, no address), >> the data to be written is in "command" not "data->byte". >> >> Signed-off-by: Ellen Wang >> --- >> Forgot signed-off-by tag last time, sorry. > > Applied to for-4.3/cp2112. Would it be possible to consider it for stable, as well as the other recent commits (6debce6f4e787a8eb4cec94e7afa85fb4f40db27 and 5ddfb12e90c73cf86881345be422e09c367f6981)? Thanks!