From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga03-in.huawei.com ([119.145.14.66]:57488 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755497AbcHBBXd (ORCPT ); Mon, 1 Aug 2016 21:23:33 -0400 Subject: Re: [stable] Incorrectly backported USB quirks To: Ben Hutchings , Greg Kroah-Hartman , Willy Tarreau References: <1470083293.4176.162.camel@decadent.org.uk> CC: stable From: Zefan Li Message-ID: <579FF5A0.4010004@huawei.com> Date: Tue, 2 Aug 2016 09:21:36 +0800 MIME-Version: 1.0 In-Reply-To: <1470083293.4176.162.camel@decadent.org.uk> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 2016/8/2 4:28, 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 > Thanks!