Fix capitalization.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@238 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -21,7 +21,7 @@ Abstract:
|
||||
#define _BOT_H
|
||||
|
||||
|
||||
#include <IndustryStandard/usb.h>
|
||||
#include <IndustryStandard/Usb.h>
|
||||
|
||||
#pragma pack(1)
|
||||
//
|
||||
|
@@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#include "UsbBus.h"
|
||||
#include "usbbus.h"
|
||||
|
||||
//
|
||||
// EFI Component Name Functions
|
||||
|
@@ -26,9 +26,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#define _EFI_USB_BUS_H
|
||||
|
||||
|
||||
#include <IndustryStandard/usb.h>
|
||||
#include "Hub.h"
|
||||
#include "Usbutil.h"
|
||||
#include <IndustryStandard/Usb.h>
|
||||
#include "hub.h"
|
||||
#include "usbutil.h"
|
||||
|
||||
//#ifdef EFI_DEBUG
|
||||
extern UINTN gUSBDebugLevel;
|
||||
|
@@ -22,7 +22,7 @@ Abstract:
|
||||
#define _CBI_H
|
||||
|
||||
|
||||
#include <IndustryStandard/usb.h>
|
||||
#include <IndustryStandard/Usb.h>
|
||||
|
||||
#define bit(a) (1 << (a))
|
||||
|
||||
|
@@ -22,7 +22,7 @@ Revision History
|
||||
#define _USB_KB_H
|
||||
|
||||
|
||||
#include <IndustryStandard/usb.h>
|
||||
#include <IndustryStandard/Usb.h>
|
||||
|
||||
#define MAX_KEY_ALLOWED 32
|
||||
|
||||
|
@@ -23,7 +23,7 @@ Revision History
|
||||
#define _USB_FLP_H
|
||||
|
||||
|
||||
#include <IndustryStandard/usb.h>
|
||||
#include <IndustryStandard/Usb.h>
|
||||
#include "UsbMassStorageData.h"
|
||||
|
||||
#define CLASS_MASSTORAGE 8
|
||||
|
@@ -20,7 +20,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#ifndef _USB_MOUSE_H
|
||||
#define _USB_MOUSE_H
|
||||
|
||||
#include <IndustryStandard/usb.h>
|
||||
#include <IndustryStandard/Usb.h>
|
||||
|
||||
#define CLASS_HID 3
|
||||
#define SUBCLASS_BOOT 1
|
||||
|
Reference in New Issue
Block a user