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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A4C2C433F5 for ; Tue, 17 May 2022 16:00:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350746AbiEQQAD (ORCPT ); Tue, 17 May 2022 12:00:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350801AbiEQQAB (ORCPT ); Tue, 17 May 2022 12:00:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1B9F50B33 for ; Tue, 17 May 2022 08:59:52 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3BF3F61230 for ; Tue, 17 May 2022 15:59:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A12B7C385B8; Tue, 17 May 2022 15:59:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652803191; bh=/bzljHkqaTY2g0JCQTZ6N8gzEB/maTZKWcnJOGKmsCk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QDOxogjsuT1iuEhvBkmxoe83pLyzFX/r6guVy8JZ63UdwJ6MiVXnML5ZISRkZiBv5 3civAPjqt7Nkjn6VQr1lIG5LCWKTpHjn8JAa0LrPpBgghFb+lO+YCNrmddL2TPDKcL i8kSVSQRiwOqS7j8E5BSbQU3csQHGcp2SJiT1RUf1ixOTI1+4m4KrHjpcd0j7byJHL pSU8IpPI3wHtViMyq4sA+B7wjpTprgKUdFXxgxKuOLie7N+9c2qMp128k2F/cUq5fH LLZlYNnJB0weNqVG9RyOazvfnaslGj91SnXoAwsEs7eDWujqfPPKaj5Y6R0CBUMXkI JPF8rltxE7cPA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1nqzbz-0003Eb-Cc; Tue, 17 May 2022 17:59:52 +0200 Date: Tue, 17 May 2022 17:59:51 +0200 From: Johan Hovold To: Gary van der Merwe Cc: linux-usb@vger.kernel.org Subject: Re: Bug report: pl2303 unknown device type - Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, May 16, 2022 at 07:48:51PM +0200, Gary van der Merwe wrote: > We have a Cashino PTP-lil/BT24 Slip printer[1]. When configured in > serial mode, it uses a pl2303 chip. This has not detected by the > kernel since 5.13. The bcdUSB is 1.01, and the driver was changed to > only allow 1.10 and 2.00 [2] Please consider adding 1.01 as an > allowed pl2303 bcdUSB. Heh. USB 1.01? I'll add a workaround to continue treating this as 1.10 (and an HX device). Can I credit you using name and email in the commit message for reporting this? Johan