Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753552AbcD2NnU (ORCPT ); Fri, 29 Apr 2016 09:43:20 -0400 Received: from mail-lf0-f53.google.com ([209.85.215.53]:35617 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753218AbcD2NnT (ORCPT ); Fri, 29 Apr 2016 09:43:19 -0400 Date: Fri, 29 Apr 2016 15:43:20 +0200 From: Johan Hovold To: Grigori Goronzy Cc: Johan Hovold , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 12/13] USB: ch341: get rid of default configuration Message-ID: <20160429134320.GP22229@localhost> References: <1460754856-27908-1-git-send-email-greg@chown.ath.cx> <1460754856-27908-13-git-send-email-greg@chown.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460754856-27908-13-git-send-email-greg@chown.ath.cx> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 219 Lines: 8 On Fri, Apr 15, 2016 at 11:14:15PM +0200, Grigori Goronzy wrote: > If the serial port hasn't been opened yet, no baud rate should be > set and RTS/DTR need to be deasserted. But what about reset_resume? Thanks, Johan