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 EF67BC4332F for ; Thu, 22 Dec 2022 21:25:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230408AbiLVVZD (ORCPT ); Thu, 22 Dec 2022 16:25:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230256AbiLVVY5 (ORCPT ); Thu, 22 Dec 2022 16:24:57 -0500 Received: from netrider.rowland.org (netrider.rowland.org [192.131.102.5]) by lindbergh.monkeyblade.net (Postfix) with SMTP id 5FB0F13F2F for ; Thu, 22 Dec 2022 13:24:56 -0800 (PST) Received: (qmail 131630 invoked by uid 1000); 22 Dec 2022 16:24:55 -0500 Date: Thu, 22 Dec 2022 16:24:55 -0500 From: Alan Stern To: Dima Pasechnik Cc: dima.pasechnik@cs.ox.ac.uk, Greg KH , linux-usb@vger.kernel.org Subject: Re: usb 1-3: Product: BBC micro:bit CMSIS-DAP not recognised Message-ID: References: <35B854FE-1F32-47FD-8ED1-CDE033327531@cs.ox.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <35B854FE-1F32-47FD-8ED1-CDE033327531@cs.ox.ac.uk> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org A bit off to the side from the main point of this thread, but... On Thu, Dec 22, 2022 at 10:32:09AM +0000, Dima Pasechnik wrote: > > > On 20 December 2022 19:57:05 WET, Alan Stern wrote: > >> USB Interfaces: MSD, CDC, HID, WebUSB > > > >Which agrees with the information on the web site. I have no idea what > >WebUSB is supposed to be. > > WebUSB is a JavaScript API, supported by Chromium -derived browsers (Firefox not there yet) > > https://en.wikipedia.org/wiki/WebUSB The Wikipedia article agrees with you that WebUSB is a JavaScript API. As such, it is used for communication between web browsers and JavaScript programs. Not for communication between programs and USB devices. So I don't understand why a USB device needs to be concerned about it. Alan Stern