Revision: 16421
          http://sourceforge.net/p/edk2/code/16421
Author:   jcarsey
Date:     2014-11-24 14:52:50 +0000 (Mon, 24 Nov 2014)
Log Message:
-----------
MdeModulePkg: remove usb defined info

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: jaben carsey <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Tapan Shah <[email protected]>
Reviewed-by: Erik Bjorge <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h

Modified: trunk/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h
===================================================================
--- trunk/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h 2014-11-24 
14:50:14 UTC (rev 16420)
+++ trunk/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h 2014-11-24 
14:52:50 UTC (rev 16421)
@@ -2,7 +2,7 @@
   Definition of USB Mass Storage Class and its value, USB Mass Transport 
Protocol, 
   and other common definitions.
 
-Copyright (c) 2007 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD 
License
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -47,28 +47,6 @@
 #define USB_IS_INTERRUPT_ENDPOINT(Attribute)  (((Attribute) & (BIT0 | BIT1)) 
== USB_ENDPOINT_INTERRUPT)
 #define USB_IS_ERROR(Result, Error)           (((Result) & (Error)) != 0)
 
-//
-// Usb mass storage class code
-//
-#define USB_MASS_STORE_CLASS    0x08
-
-//
-// Usb mass storage subclass code, specify the command set used.
-//
-#define USB_MASS_STORE_RBC      0x01 ///< Reduced Block Commands
-#define USB_MASS_STORE_8020I    0x02 ///< SFF-8020i, typically a CD/DVD device
-#define USB_MASS_STORE_QIC      0x03 ///< Typically a tape device
-#define USB_MASS_STORE_UFI      0x04 ///< Typically a floppy disk driver device
-#define USB_MASS_STORE_8070I    0x05 ///< SFF-8070i, typically a floppy disk 
driver device.
-#define USB_MASS_STORE_SCSI     0x06 ///< SCSI transparent command set
-
-//
-// Usb mass storage protocol code, specify the transport protocol
-//
-#define USB_MASS_STORE_CBI0     0x00 ///< CBI protocol with command completion 
interrupt
-#define USB_MASS_STORE_CBI1     0x01 ///< CBI protocol without command 
completion interrupt
-#define USB_MASS_STORE_BOT      0x50 ///< Bulk-Only Transport
-
 #define USB_MASS_1_MILLISECOND  1000
 #define USB_MASS_1_SECOND       (1000 * USB_MASS_1_MILLISECOND)
 


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to