From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wtarreau.pck.nerim.net ([62.212.114.60]:7943 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752278AbcHAU7A (ORCPT ); Mon, 1 Aug 2016 16:59:00 -0400 Date: Mon, 1 Aug 2016 22:46:20 +0200 From: Willy Tarreau To: Ben Hutchings Cc: Zefan Li , Greg Kroah-Hartman , stable Subject: Re: [stable] Incorrectly backported USB quirks Message-ID: <20160801204620.GA23204@1wt.eu> References: <1470083293.4176.162.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1470083293.4176.162.camel@decadent.org.uk> Sender: stable-owner@vger.kernel.org List-ID: On Mon, Aug 01, 2016 at 09:28:13PM +0100, Ben Hutchings wrote: > The following commits have been wrongly backported in some stable > branch > es. �They added entries to the usb_quirk_list array but the > backported > versions add to the usb_interface_quirk_list array. �There > should only be two entries in the latter - one for Logitech UVC cameras > plus the terminator. > > ddbe1fca0bcb ("USB: Add device quirk for ASUS T100 Base Station keyboard"): 3.4, 3.10, 3.14, 3.16 > e5dff0e80463 ("USB: Add OTG PET device to TPL"): 3.4, 3.16 > ad87e03213b5 ("USB: add quirk for devices with broken LPM"): 3.10 Thank you Ben! Willy