]>
Commit | Line | Data |
---|---|---|
3f528797 JJ |
1 | // /** @file\r |
2 | // The XhciDxe driver is responsible for managing the behavior of XHCI controller.\r | |
3 | //\r | |
4 | // It implements the interfaces of monitoring the status of all ports and transferring\r | |
5 | // Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.\r | |
6 | //\r | |
d1102dba | 7 | // Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r |
3f528797 | 8 | //\r |
9d510e61 | 9 | // SPDX-License-Identifier: BSD-2-Clause-Patent\r |
3f528797 JJ |
10 | //\r |
11 | // **/\r | |
12 | \r | |
13 | \r | |
14 | #string STR_MODULE_ABSTRACT #language en-US "Responsible for managing the behavior of the XHCI controller"\r | |
15 | \r | |
16 | #string STR_MODULE_DESCRIPTION #language en-US "It implements the interfaces of monitoring the status of all ports and transferring Control, Bulk, Interrupt and Isochronous requests to those attached USB LS/FS/HS/SS devices."\r | |
17 | \r |