From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1415351112.2671.9.camel@linux-0dmf.site> Subject: Re: [PATCH] USB: cdc-acm: add quirk for control-line state requests From: Oliver Neukum To: Johan Hovold Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, Nix , Paul Martin , Daniel Silverstone , linux-kernel@vger.kernel.org, stable Date: Fri, 07 Nov 2014 10:05:12 +0100 In-Reply-To: <1415293713-3051-1-git-send-email-johan@kernel.org> References: <20141106170456.GC26196@localhost> <1415293713-3051-1-git-send-email-johan@kernel.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, 2014-11-06 at 18:08 +0100, Johan Hovold wrote: > Add new quirk for devices that cannot handle control-line state > requests. > > Note that we currently send these requests to all devices, regardless > of > whether they claim to support it, but that errors are only logged if > support is claimed. That makes me wonder whether we should do this. What do you think? Regards Oliver