From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 43CE9222630B9 for ; Fri, 2 Mar 2018 23:15:56 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2018 23:22:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,416,1515484800"; d="scan'208";a="21730266" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 02 Mar 2018 23:22:06 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 2 Mar 2018 23:22:06 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.124]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.253]) with mapi id 14.03.0319.002; Sat, 3 Mar 2018 15:22:04 +0800 From: "Zeng, Star" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH 0/5] Fix UsbMassStorage driver for device compatibility Thread-Index: AQHTsh1D4bekHIsJB0K1AA548WlKNaO+HEtA Date: Sat, 3 Mar 2018 07:22:03 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103BA46978@shsmsx102.ccr.corp.intel.com> References: <20180302115437.140240-1-ruiyu.ni@intel.com> In-Reply-To: <20180302115437.140240-1-ruiyu.ni@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/5] Fix UsbMassStorage driver for device compatibility X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 07:15:57 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng Thanks, Star -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ruiy= u Ni Sent: Friday, March 2, 2018 7:55 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH 0/5] Fix UsbMassStorage driver for device compatibil= ity #1 and #2 are to revert the two commits made by me several weeks ago. #3 and #4 doesn't impact functionality. #5 is the real fix. I have verified the fix by trying different USB keys and one USB DVD ROM. Ruiyu Ni (5): MdeModulePkg/UsbMass: Revert POWER_ON(29h) ASC handling logic MdeModulePkg/UsbMass: Revert "map -r" media change detection fix MdeModulePkg/UsbMass: Add more debug message MdeModulePkg/UsbMass: remove unnecessary RestoreTPL() call MdeModulePkg/UsbMass: Retry CMD for MediaChanged sense key .../Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c | 94 +++++++++++-------= ---- .../Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h | 3 +- .../Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c | 10 ++- 3 files changed, 58 insertions(+), 49 deletions(-) -- 2.16.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel