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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72353C433F5 for ; Wed, 29 Sep 2021 15:01:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 53CD761381 for ; Wed, 29 Sep 2021 15:01:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344980AbhI2PDd (ORCPT ); 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