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 3D82FC4332F for ; Fri, 23 Dec 2022 14:50:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236301AbiLWOuc (ORCPT ); Fri, 23 Dec 2022 09:50:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230390AbiLWOub (ORCPT ); Fri, 23 Dec 2022 09:50:31 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B01FE379EF for ; Fri, 23 Dec 2022 06:50:30 -0800 (PST) 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 535A961221 for ; Fri, 23 Dec 2022 14:50:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52D81C433EF; Fri, 23 Dec 2022 14:50:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671807029; bh=XnHE831GpXAHuhS0ktZ/tRnCrV9EYuGVPDk7bjHINmk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0D8ZFAcddPLbTAGjmNNL9pt7ByUxlI8PrTVDQxWPd68i5gGjG3cBWEXcpp4xiCQvz 5oS1TWYDpZL7Ton89g3Q5cIsaMfSmnkaev+Fk6+qk9AkiwH02J565L2XHFpZckwFSy 3RKvEMUL2yzdzN7fB4HGox/sd1I6v/Az6P4adHH8= Date: Fri, 23 Dec 2022 15:50:26 +0100 From: Greg KH To: dima.pasechnik@cs.ox.ac.uk Cc: Alan Stern , linux-usb@vger.kernel.org Subject: Re: usb 1-3: Product: BBC micro:bit CMSIS-DAP not recognised 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 Tue, Dec 20, 2022 at 01:08:59PM +0000, dima.pasechnik@cs.ox.ac.uk wrote: > On Mon, Dec 19, 2022 at 06:36:47PM -0500, Alan Stern wrote: > > > > It might help if you post the output of "lsusb -v" for this device. > Please see attached; I also attached the output for an older version of > this board (V1). The one we talk about is V2. Both versions have the > same VID, and, weirdly, the same PID (internally they aren't binary > compatible, even) That's horrible, someone should talk to the vendor here and get them to at least bump the device id. Anyway, I don't see a "serial" device here, just use the cdc-acm driver and all should be ok, right? Is there any missing functionality that you feel is required that only the usb-serial api can provide? thanks, greg k-h