Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp587522imm; Mon, 21 May 2018 10:48:03 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrKZRopTd+DIHBnYQpVumwEQ3eHvzRr7FOX/AQYqJGZMMxbOxCvmZ04fK6v1Jh7FoZ10Kn1 X-Received: by 2002:a63:9b11:: with SMTP id r17-v6mr16068576pgd.297.1526924883465; Mon, 21 May 2018 10:48:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526924883; cv=none; d=google.com; s=arc-20160816; b=DWAASN2qERU+D/hWQvt4eqN9lIg8H5jACkF/3Vrr4ZEvwW87/ImJxx22LfWqZO1mLI l38AVy9zB4OYWIRvTrpRQ0lI4pbgDYw6n3NGCrcp6fmlR9LURgT+jSBsCz43qlvTMfqF N13UyVTlBIzVpj9EHvmO/PRhXqF10Ucp6e1pHvSE42cAM+InR+mI8BWSiQli/4C7D7hO KTh4D81lxW3OgWZw8RJTJA+Xm/NFMGLdLWckeJ2t1TizrkM7NEf62SC1yIfLxplkdo7D KiorYfQNCYGtlKVpJN17oZwLFpu30+bMQMZnmJNwfdEkLSuQ0+cxoLOzbCg2jj3ozuzY ho8w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date:arc-authentication-results; bh=uWz8ILXI/JqHoytCdzh00hFWHyjGwRfaHiltkq1xBbs=; b=JwePeEsGvu+Cl//E7wKnpTt+GCW+UNK5/l8uMn978VJvHS8XJ5QYztL8BYqQ/PlRCY UhhZi32xFSUTFncUtMYlCxaXjNZyp9kP3y4zx4loXkd4kGbIAuIwe9OE/4aDAsJ/u00z K5BMwr/FbO/ddvFAIJMIUz9f/S07vJn9Bei0Y5PKpVfhbt3QXMdw2mIGoMpNQ6aJFvJ2 jyu/AB5k05a0cT03HxelGKhJzAc/uzr1ByvxFrVrVDvJD2NmxNd25+8gI1gJR5ZXppyT dnfYD5ELlFZbJkzTqVZMRNco4JtaABtpf6AdsZzXiNfdBHe72rkhtjxydah5EP3z6kFe UOKA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j4-v6si11531542pgs.544.2018.05.21.10.47.49; Mon, 21 May 2018 10:48:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753322AbeEURrg (ORCPT + 99 others); Mon, 21 May 2018 13:47:36 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:35112 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753097AbeEURre (ORCPT ); Mon, 21 May 2018 13:47:34 -0400 Received: (qmail 2735 invoked by uid 2102); 21 May 2018 13:47:33 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 May 2018 13:47:33 -0400 Date: Mon, 21 May 2018 13:47:33 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Alexander Kappner cc: oneukum@suse.com, , , , Subject: Re: [PATCH v2 0/2] Re: usb-storage: Add quirks to make G-Technology "G-Drive" work In-Reply-To: <1526705416-12573-1-git-send-email-agk@godking.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 May 2018, Alexander Kappner wrote: > v2 of this patch implements the FL_ALWAYS_SYNC flag in the UAS driver, and then > adds the flag as quirks for the device at issue. This allows the G-Drive to work > under both UAS and usb-storage. > > Alexander Kappner (2): > [usb-storage] Add support for FL_ALWAYS_SYNC flag in the UAS driver > [usb-storage] Add compatibility quirk flags for G-Technologies G-Drive > > drivers/usb/storage/uas.c | 6 ++++++ > drivers/usb/storage/unusual_devs.h | 9 +++++++++ > drivers/usb/storage/unusual_uas.h | 9 +++++++++ > 3 files changed, 24 insertions(+) Acked-by: Alan Stern This is okay with me. Oliver, what do you think? Alan Stern