From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-f196.google.com ([209.85.215.196]:40923 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727467AbeLSApZ (ORCPT ); Tue, 18 Dec 2018 19:45:25 -0500 Subject: Re: [PATCH v5] cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader. To: Macpaul Lin Cc: Oliver Neukum , Andrey Arapov , Johan Hovold , Greg Kroah-Hartman , Mediatek WSD Upstream , linux-usb@vger.kernel.org, stable@vger.kernel.org References: <1544671676-23912-1-git-send-email-macpaul.lin@mediatek.com> <1545134386-5528-1-git-send-email-macpaul.lin@mediatek.com> <20181218123840.GP20658@localhost> <1545140229.18594.3.camel@suse.com> <1545143195.10193.6.camel@mtkswgap22> <1545146389.10193.12.camel@mtkswgap22> <5b0e5bf4-0411-0c58-ccae-fe66c937a36b@gmail.com> <1545155303.16619.11.camel@mtkswgap22> From: Lars Melin Message-ID: Date: Wed, 19 Dec 2018 07:45:20 +0700 MIME-Version: 1.0 In-Reply-To: <1545155303.16619.11.camel@mtkswgap22> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 12/19/2018 00:48, Macpaul Lin wrote: > Hi Lars, Oliver, and Johan, > > Well, it's about 1:30 a.m. here in Taiwan. I can do lsusb dump tomorrow > in Mediatek's office. > But there are a lot of tutorials about hacking and flash method of > customized firmware over the WWW. I can find one of the tutorial shows > these VID/PID combinations has been used since 2014. > (Actually they've been registered officially earlier than 2014.) > > For example, please check the reference tutorial: > https://mattboyer.github.io/PYaffs/2014/07/31/Hacklog%233.html > You can check lsusb dump in this picture. > https://mattboyer.github.io/PYaffs/images/03_device_usbview.png > Both VID/PID of Mediatek BROM and Preloader can be found in INF file Hi Macpaul, the picture of an lsusb dump is not complete and does not show if there are union descriptors or if they are missing. Since you remove Andrey's NO UNION DESCRIPTOR quirk then you have to show that there are union descriptors in your device. If there are union descriptors in it then Mediatek has used the same vid:pid for two devices that differs from each other. /Lars