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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 45D0FC49EA7 for ; Fri, 25 Jun 2021 11:18:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D13A6147F for ; Fri, 25 Jun 2021 11:18:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231304AbhFYLUr (ORCPT ); Fri, 25 Jun 2021 07:20:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:42024 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230020AbhFYLUq (ORCPT ); Fri, 25 Jun 2021 07:20:46 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4C2BD61477; Fri, 25 Jun 2021 11:18:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1624619905; bh=dWG1GvoDepjPKlIWDGyprUtVAq5HbbJ4vQlvPebWU9o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cCluLzg3zdPravk3DqI5m36aoEedfsFPXNxvm/ZYCC9k0BYvIkKBHzk1fVyJmSuFb 28QuLna03RftAuser5A1xffM/8+KL+JEbJkOiP9WkuUY3jJ4s8tr51eWf+SiCpf3+b +ATwnw0WNtN/Dc9lXBeJzeuICwl91RKzrWqcpaig= Date: Fri, 25 Jun 2021 13:18:23 +0200 From: Greg KH To: Laurentiu-Cristian Duca Cc: linux-usb@vger.kernel.org Subject: Re: Question about usb3 host code 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 Fri, Jun 25, 2021 at 01:46:09PM +0300, Laurentiu-Cristian Duca wrote: > Hello linux-usb community, > > I am new to linux-usb code and I hope that my question is not silly. > I am interested in real-time usb. > > I know that on USB3, the gadget can initiate transactions It can? What do you mean by this exactly? USB works in the "host asks a gadget if it has data" method. The gadget can not talk to the host unless it is asked. thanks, greg k-h