Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp802358pxb; Wed, 29 Sep 2021 09:57:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwdnsNO8ekOx7IQl7mlU9tDzFGhNIj44vMeQ7hgdcZ6bpNNoY63CQuwd9TPQYbikXacbsfQ X-Received: by 2002:a63:1e16:: with SMTP id e22mr830878pge.153.1632934672099; Wed, 29 Sep 2021 09:57:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632934672; cv=none; d=google.com; s=arc-20160816; b=kNLoYBXUnTCbSGd7idWpTNy2bf2IxLrjbYr8dT62Jz84UlWea5PwUgp1IJGg5dHx3l WQrhAdg3U2c1uPzc06oqgTcFl8/9fn8/aeSh29Ku92J45H39Nc6ZAY0ibmzEXwlASYXc 8EJpJxxp8pUt0ns09bCg528qQSaWcikt0ctTayDf0FoTmSJtDvTI5fCQ9L6hQg9/K5C1 JsmU0mQ+8xYyswqiMEtEtdU0JLLViVRapq1xZi9F5/BjLyd/Q5zoq0A0+tK7Qb7pZ7Bn d0518WcWbaBsSWSrDEFi6ve2A/7OMXeX8SFLuJ2ydiXspO0/7+NboGI3AnLm2INtYY73 TpBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=5gAoeTpW93EO1VdkMo8fJCc1xnKORI62V1hT2BYC9kU=; b=c0ykTfkXf30mQ74OwVhmKJkoPvQBZF0ZXogX5pZcH2U6IPHw5IhSaVPOX9Zq6YAbO4 fq0k1duytwMP9AxUHESdJ+lRLcXOyt88geqUvfhqJoDcdgvRDQBWU6D5nBQrPkhoJmBz IEUrbLGcd9W6fUJGkRz4CN8PufS8cbL+8p4AI2TM9q2W0Gt//FhIxhnPy9UorYRAgzVg SicCvbW+QxNT1qFFX2qSYYHE4qBcj7LXaSUj/V61SQfBY+rlRNwT+t18lY6DhS3IDsJZ YFYjD9R/Sypmfiyq0KDXp9j1DV4nGLb3llHtT7fpCelDdw8tpxL05UHXgtjrHGgeQ5XF GkAg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d8si348432pgq.172.2021.09.29.09.57.39; Wed, 29 Sep 2021 09:57:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344971AbhI2PDd (ORCPT + 99 others); Wed, 29 Sep 2021 11:03:33 -0400 Received: from netrider.rowland.org ([192.131.102.5]:56157 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1344958AbhI2PDc (ORCPT ); Wed, 29 Sep 2021 11:03:32 -0400 Received: (qmail 429498 invoked by uid 1000); 29 Sep 2021 11:01:51 -0400 Date: Wed, 29 Sep 2021 11:01:51 -0400 From: Alan Stern To: Yinbo Zhu Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Patchwork Bot Subject: Re: [PATCH v2] usb: ohci: add check for start frame in host controller functional states Message-ID: <20210929150151.GB428239@rowland.harvard.edu> References: <1632910167-23554-1-git-send-email-zhuyinbo@loongson.cn> <20210929145905.GA428239@rowland.harvard.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210929145905.GA428239@rowland.harvard.edu> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 29, 2021 at 10:59:05AM -0400, Alan Stern wrote: > On Wed, Sep 29, 2021 at 06:09:27PM +0800, Yinbo Zhu wrote: > > The pm states of ohci controller include UsbOperational, UsbReset, UsbSuspend > > Those aren't really PM states. The specification calls them "USB > states". > > > , and UsbResume. Among them, only the UsbOperational state supports launching > --^ > > This comma should come directly after the word "launching", with no Sorry, I meant the word "UsbSuspend", not "launching". Alan Stern