Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753697Ab3JLVq1 (ORCPT ); Sat, 12 Oct 2013 17:46:27 -0400 Received: from filtteri5.pp.htv.fi ([213.243.153.188]:59450 "EHLO filtteri5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753198Ab3JLVq0 (ORCPT ); Sat, 12 Oct 2013 17:46:26 -0400 Date: Sun, 13 Oct 2013 00:46:18 +0300 From: Aaro Koskinen To: Greg Kroah-Hartman , Felipe Balbi , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: USB regression in v3.12-rc4 Message-ID: <20131012214618.GD29989@blackmetal.musicnaut.iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1016 Lines: 30 Hi, With v3.12-rc4 I can no longer connect to N800 (OMAP2) with USB (peripheral, g_ether). According to git bisect this is caused by: 9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61 is the first bad commit commit 9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61 Author: Bin Liu Date: Tue Sep 17 15:33:35 2013 -0500 usb: musb: gadget: fix otg active status flag In gadget mode, musb->is_active should be set only when connected to the host. musb_g_reset() already takes care of it. Signed-off-by: Bin Liu Signed-off-by: Felipe Balbi Reverting that commit from v3.12-rc4 will fix the issue. Based on the commit log this is not fixing any real issue, so I wonder why was it included in -rc4 in the first place? A. -- 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/