Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751652AbbLUMwh (ORCPT ); Mon, 21 Dec 2015 07:52:37 -0500 Received: from mx2.suse.de ([195.135.220.15]:59852 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751517AbbLUMw1 (ORCPT ); Mon, 21 Dec 2015 07:52:27 -0500 Message-ID: <1450702224.17967.18.camel@suse.de> Subject: Re: [PATCH] BugFix in XHCI controller driver for scatter gather DMA From: Oliver Neukum To: Vikas Bansal Cc: netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, sumit.batra@samsung.com Date: Mon, 21 Dec 2015 13:50:24 +0100 In-Reply-To: <1450699494-4598-1-git-send-email-vikas.bansal@samsung.com> References: <1450699494-4598-1-git-send-email-vikas.bansal@samsung.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1236 Lines: 26 On Mon, 2015-12-21 at 17:34 +0530, Vikas Bansal wrote: > Pre-Condition > At the time of reset resume of a USB device, both self and bus powered devices might go to a low power state or power off state depending on the acceptable suspend time power of the system. > In case the device experiences a power glitch or completely powers off during suspend-resume, the device will lose its internal state and hence it'll again need a set interface from class driver on reset resume operation. > > Issue > So far our experiments were based on a USB gadget working on cdc_eem protocol. > We have seen that device is unable to continue the packet transfer on bulk endpoints after the reset resume operation. > > Solution > We have added a .reset_resume function for cdc_eem protocol which sends a set interface command on the Control endpoint. And calls the existing usbnet_resume thereafte Hi, something is wrong with your subject line. Could you fix that and resend? Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/