Endpoint configuration is now refined to give better output when all configurations have static inputs - removed the now useless STATIC_ENDPOINT_CONFIGURATION compile time token.
This commit is contained in:
parent
c20a94a4e8
commit
a504a3a010
27 changed files with 61 additions and 83 deletions
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
SCSI_Inquiry_Response_t InquiryData =
|
||||
{
|
||||
.DeviceType = 0,
|
||||
.DeviceType = DEVICE_TYPE_BLOCK,
|
||||
.PeripheralQualifier = 0,
|
||||
|
||||
.Removable = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue