From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754737AbbCYObX (ORCPT ); Wed, 25 Mar 2015 10:31:23 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:35440 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754716AbbCYObS (ORCPT ); Wed, 25 Mar 2015 10:31:18 -0400 Date: Wed, 25 Mar 2015 15:31:09 +0100 From: Johan Hovold To: Doug Goldstein Cc: Johan Hovold , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable Subject: Re: [PATCH] USB: ftdi_sio: Use jtag quirk for SNAP Connect E10 Message-ID: <20150325143109.GD10412@localhost> References: <1427160888-3343-1-git-send-email-cardoe@cardoe.com> <20150325084420.GB10412@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 25, 2015 at 08:51:26AM -0500, Doug Goldstein wrote: > On Wed, Mar 25, 2015 at 3:44 AM, Johan Hovold wrote: > > On Mon, Mar 23, 2015 at 08:34:48PM -0500, Doug Goldstein wrote: > >> This patch uses the existing CALAO Systems ftdi_8u2232c_probe in order > >> to avoid attaching a TTY to the JTAG port as this board is based on the > >> CALAO Systems reference design and needs the same fix up. > > > > Thanks for the patch. Could you please provide the full "lsusb -v" > > output for the device before I apply it? > This is the "lsusb -v" of the device in question. Thanks for the info. > I'm game for a better way of avoiding having a tty bound to the first > interface. I've been trying to figure out if I can do it via udev as > well but have had no luck there. I'm afraid there's not much else we can do as long as people keep reusing the default chip IDs. Patch now applied after I cleaned up the existing logic somewhat. Thanks, Johan