From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web12.610.1578029172514332105 for ; Thu, 02 Jan 2020 21:26:12 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: hao.a.wu@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jan 2020 21:26:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,389,1571727600"; d="scan'208";a="222069104" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 02 Jan 2020 21:26:11 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 2 Jan 2020 21:26:11 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 2 Jan 2020 21:26:11 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.197]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.203]) with mapi id 14.03.0439.000; Fri, 3 Jan 2020 13:26:09 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" , "matt.devillier@gmail.com" Subject: Re: [edk2-devel] [PATCH v2 0/1] MdeModulePkg/Usb/EfiKey: Fix endpoint selection Thread-Topic: [edk2-devel] [PATCH v2 0/1] MdeModulePkg/Usb/EfiKey: Fix endpoint selection Thread-Index: AQHVwef5XiscYcTkfEmZAoLwOJN/xafYZ0jA Date: Fri, 3 Jan 2020 05:26:08 +0000 Message-ID: References: <20200103034310.23428-1-matt.devillier@gmail.com> In-Reply-To: <20200103034310.23428-1-matt.devillier@gmail.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 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I found that besides the UsbKbDxe & UsbMouseDxe drivers, UsbMouseAbsolutePo= interDxe has a similar issue. Could you help to address it as well? Really sorry about this, I should have caught this earlier. Best Regards, Hao Wu > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > MrChromebox > Sent: Friday, January 03, 2020 11:43 AM > To: devel@edk2.groups.io > Cc: Matt DeVillier > Subject: [edk2-devel] [PATCH v2 0/1] MdeModulePkg/Usb/EfiKey: Fix > endpoint selection >=20 > USB keyboard initialization fails if the OUT interrupt > endpoint precedes the IN endpoint. Fix that. >=20 > Matt DeVillier (1): > MdeModulePkg/Usb/EfiKey: Fix endpoint selection >=20 > MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > -- > 2.20.1 >=20 >=20 >=20