From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 363E5291D for ; Sat, 28 Oct 2023 10:23:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="X/iIJVX7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36144C433C7; Sat, 28 Oct 2023 10:23:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698488584; bh=Ybc/3OKDFGr5Oyuw6CaiBiWX3vORQK3q2t4/NJUbrXs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X/iIJVX7lQLpJrPONMym5FcssbOZKkCH7AvDEiJF8Qqgc48y1q8cDV9Czrv3Sv8ki 55Q8RFG+SNz0Bp2SfgGtMSgAcWZvuxdRxuRHuuDHnMhklE2nLQj+tC1G5eXQAdppgN WumCyYuewnPDjHGgu6N5QRmaV5Cwy/zNzbqRTF+4= Date: Sat, 28 Oct 2023 12:23:01 +0200 From: Greg Kroah-Hartman To: Bagas Sanjaya Cc: LihaSika , Linux USB , Linux USB Storage , Linux Kernel Mailing List , Alan Stern , Milan Svoboda , Matthieu Castet Subject: Re: [PATCH] usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibility Message-ID: <2023102848-esteemed-reptile-851f@gregkh> References: <055de764-c422-4c22-a79b-dd4db56122ce@gmail.com> <2023102704-stable-lid-c86a@gregkh> <7484f7c8-a49c-4111-83f0-bb6db2906fae@gmail.com> <2023102729-spent-ninja-7e39@gregkh> <037e5af2-3afd-4a37-a4d7-6dc87af605c7@gmail.com> <21c2b8ee-7753-413e-98f9-d1401edf5c73@gmail.com> <2023102720-emotion-overlying-9bb4@gregkh> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Oct 28, 2023 at 02:02:37PM +0700, Bagas Sanjaya wrote: > On Fri, Oct 27, 2023 at 08:28:04PM +0300, LihaSika wrote: > > Change lower bcdDevice value for "Super Top USB 2.0 SATA BRIDGE" to match > > 1.50. I have such an older device with bcdDevice=1.50 and it will not work > > otherwise. > > What about below description? > > ``` > Some old USB hard drives using Super Top USB 2.0 SATA bridge have lower > minimum bcdDevice value than currently allowed (1.60). Such devices > cannot be used by ums-cypress driver since their bcdDevice is out of range. > > Lower minimum bcdDevice to fix that. > ``` > > > > > Cc: stable@vger.kernel.org > > Signed-off-by: Liha Sikanen > > Is your intended author name in your From: header or Signed-off-by: trailer? > > Also, don't forget to add Fixes: tag; that is: > > Fixes: a9c143c82608 ("usb-storage: restrict bcdDevice range for Super Top in Cypress ATACB") > > When above reviews are addressed, resend as v2. Make sure that the patch > subject begins with `[PATCH v2]`. There's no need, I can take this as-is, thanks. greg k-h