Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753680AbcD2Nru (ORCPT ); Fri, 29 Apr 2016 09:47:50 -0400 Received: from mail-lf0-f51.google.com ([209.85.215.51]:34724 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752927AbcD2Nrs (ORCPT ); Fri, 29 Apr 2016 09:47:48 -0400 Date: Fri, 29 Apr 2016 15:47:49 +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 13/13] USB: ch341: implement tx_empty callback Message-ID: <20160429134749.GQ22229@localhost> References: <1460754856-27908-1-git-send-email-greg@chown.ath.cx> <1460754856-27908-14-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-14-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: 418 Lines: 15 On Fri, Apr 15, 2016 at 11:14:16PM +0200, Grigori Goronzy wrote: > The status bit was found with USB captures of the Windows driver and > some luck. Tested on CH340G and CH341A. > > v2: unify general status definitions > > Signed-off-by: Grigori Goronzy Looks good too. Thanks for doing all this work, much appreciated. And sorry for the late review, next round will be faster. Thanks, Johan