From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD042C432BE for ; Thu, 26 Aug 2021 11:08:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A61FA61053 for ; Thu, 26 Aug 2021 11:08:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241983AbhHZLIw (ORCPT ); Thu, 26 Aug 2021 07:08:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:55344 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241924AbhHZLIu (ORCPT ); Thu, 26 Aug 2021 07:08:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D06B561053; Thu, 26 Aug 2021 11:08:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629976083; bh=d2qWDVtkg+46Zy5roR3shzf2BhW2pwm9IVc0KCDv3B0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UzbqzUCv4pRt4N7yauho0F62cxUMbBQ4eySW83ImQM8mDbLPrX9CJNjRCByYxZOaN DRLamNsYNNihHp5CRYny9LQiVys+ALnD7gyUrgPRqYnbPK6Ewlfu2hQmPO2WBVsbYy wk3Ss0ROOmCoaFRhBqDTMEzKheaJSs6PbR7846Eex23M3yx5RWvlWn8lFnXQETp1c6 f5JqKMPC2+bINcM1p3Y1q19SJb0pj1df2t/EbhS/nQ+3gdxNl2NXAfLEwXZcNNaJ0F hF/riS5/iQHuc8zXtD/nY+z1LzPcqxLdNj5YjA4LFKZey1ZCEM4cd6kcvFPfuqtoWv o+CKmd0ojuF2A== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1mJDEl-0007k9-Bf; Thu, 26 Aug 2021 13:08:00 +0200 Date: Thu, 26 Aug 2021 13:07:59 +0200 From: Johan Hovold To: Robert Marko Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB: serial: pl2303: fix GL type detection Message-ID: References: <20210826110239.5269-1-robert.marko@sartura.hr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210826110239.5269-1-robert.marko@sartura.hr> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 26, 2021 at 01:02:39PM +0200, Robert Marko wrote: > At least some PL2303GL have a bcdDevice of 0x405 instead of 0x100 as the > datasheet claims. Add it to the list of known release numbers for the > HXN (G) type. > > Fixes: 894758d0571d ("USB: serial: pl2303: tighten type HXN (G) detection") > Signed-off-by: Robert Marko Thanks for the patch, looks good. Could you post the output of lsusb -v for your device as well for completeness? Johan