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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 78A7FC35240 for ; Thu, 30 Jan 2020 17:33:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4CF4920CC7 for ; Thu, 30 Jan 2020 17:33:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580405609; bh=N+ra1bEUhW2ptpkQnb2ytc5Hejs9/vWitPEwVDOkxGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nOPDXtWD4TlyQF3xtc1Jff3K8PyBbsObU3zjIHnMuW1yEaYDLx58rt9VUZul1+KWG SEQp36QC0XfP6JZsaoVwyrNq341Upd8GnaaX6d/0dPZCWySCfwcd7HmJjoobWG2js/ FoqBaB5vaRuy1oyRIj94Kz0Cp5+FLLISCVFFOYfs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727488AbgA3Rd2 (ORCPT ); Thu, 30 Jan 2020 12:33:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:55782 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727158AbgA3Rd2 (ORCPT ); Thu, 30 Jan 2020 12:33:28 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9518320674; Thu, 30 Jan 2020 17:33:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580405608; bh=N+ra1bEUhW2ptpkQnb2ytc5Hejs9/vWitPEwVDOkxGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Euu3p558F8GWcYT5Ph+SHJFr77tczdv08jx6N/XJYrRpzrzYvdIeLBMsIOLILqynM 2xjEu5FgLmaf8S82wYAZGEuS7DuIC226fURLt/yW0zcv6XuGftD9bY6asXvUhLsQzJ UuGzQ8qbiwdGuCsMyRXZKj5scC0/BAVt3Tpcjz2s= Date: Thu, 30 Jan 2020 18:33:25 +0100 From: Greg KH To: Richard Dodd Cc: Oliver Neukum , linux-usb@vger.kernel.org Subject: Re: Usb midi device does not work on wake Message-ID: <20200130173325.GA1037012@kroah.com> References: <1578907421.2590.2.camel@suse.com> <20200130063403.GB628384@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, Jan 30, 2020 at 04:58:46PM +0000, Richard Dodd wrote: > Hi Greg > > Hopefully I followed the correct instructions. I have attached the patch. Attachments do not work, just send it as-is. Look at lots of examples on this mailing list for how to do that. that being said, it does look good so far... thanks, greg k-h