From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752108AbcBOPSj (ORCPT ); Mon, 15 Feb 2016 10:18:39 -0500 Received: from mx2.suse.de ([195.135.220.15]:53218 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123AbcBOPSg (ORCPT ); Mon, 15 Feb 2016 10:18:36 -0500 Message-ID: <1455549361.22176.8.camel@suse.com> Subject: Re: [PATCH 1/3] usb: USB Type-C Connector Class From: Oliver Neukum To: Heikki Krogerus Cc: Felipe Balbi , Mathias Nyman , Greg KH , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Date: Mon, 15 Feb 2016 16:16:01 +0100 In-Reply-To: <20160210112357.GE5270@kuha.fi.intel.com> References: <1455037283-106479-1-git-send-email-heikki.krogerus@linux.intel.com> <1455037283-106479-2-git-send-email-heikki.krogerus@linux.intel.com> <1455101342.8878.5.camel@suse.com> <20160210112357.GE5270@kuha.fi.intel.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 On Wed, 2016-02-10 at 13:23 +0200, Heikki Krogerus wrote: > That is tricky, as we would need to keep a list of the preselected > modes and for all SVIDs the connector supports. I don't think it would > be practical to do from this file as we would then use it differently > when connected and not connected, so the preselected modes would > probable be better to give from a separate file. > > That is certainly doable, but is it really useful? I not really > against adding that support, but I would like to keep this interface > as simple as possible. Just for the record. Heikki is right. Preselecting an alternate mode is stupid. Regards Oliver