From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752791AbcADSty (ORCPT ); Mon, 4 Jan 2016 13:49:54 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34591 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456AbcADStw (ORCPT ); Mon, 4 Jan 2016 13:49:52 -0500 From: Mathieu OTHACEHE To: johan@kernel.org, gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Mathieu OTHACEHE Subject: [PATCH v2 0/4] USB: mxu11x0: fixes and follow ups Date: Mon, 4 Jan 2016 19:49:35 +0100 Message-Id: <1451933379-21994-1-git-send-email-m.othacehe@gmail.com> X-Mailer: git-send-email 2.6.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Here are the follow up commits proposed during last Johan review of the new mxu11x0 driver. I also patched a memory leak on usb_serial private data. In v2, I fixed the trivial issues reported by Johan in commits 1/4 and 4/4. About commit 2/4, I was wrong in last cover-letter message. The exact command order sniffed on Windows during opening is : SET_CONFIG (set_termios) -> OPEN_PORT -> START_PORT To be compliant, commit 2/4 only deletes duplicated OPEN_PORT and START_PORT commands. The new commit 3/4 deletes the duplicated set_termios in open callback. Thanks, Mathieu Mathieu OTHACEHE (4): USB: mxu11x0: fix memory leak on usb_serial private data USB: mxu11x0: clean device control commands USB: mxu11x0: remove duplicated set_termios call USB: mxu11x0: move firmware download and endpoint testing to probe callback drivers/usb/serial/mxu11x0.c | 171 ++++++++++++++++++++++++++----------------- 1 file changed, 104 insertions(+), 67 deletions(-) -- 2.6.4