bNumConfigurations changes from 2 to 1
This commit is contained in:
@@ -8,6 +8,8 @@ lib_xua Change Log
|
|||||||
* ADDED: Support for statically defined custom HID descriptor
|
* ADDED: Support for statically defined custom HID descriptor
|
||||||
* CHANGED: Rearranged main() such that adding custom code that uses lib_xud
|
* CHANGED: Rearranged main() such that adding custom code that uses lib_xud
|
||||||
is possible
|
is possible
|
||||||
|
* CHANGED: bNumConfigurations changed from 2 to 1, removing a work-around to
|
||||||
|
stop old Windows versions loading the composite driver
|
||||||
* FIXED: Memory corruption due to erroneous initialisation of mixer
|
* FIXED: Memory corruption due to erroneous initialisation of mixer
|
||||||
weights when not in use (#152)
|
weights when not in use (#152)
|
||||||
* FIXED: UserHostActive() not being called as expected (#326)
|
* FIXED: UserHostActive() not being called as expected (#326)
|
||||||
|
|||||||
@@ -481,7 +481,7 @@ USB_Descriptor_Device_t devDesc_Audio2 =
|
|||||||
.iManufacturer = offsetof(StringDescTable_t, vendorStr)/sizeof(char *),
|
.iManufacturer = offsetof(StringDescTable_t, vendorStr)/sizeof(char *),
|
||||||
.iProduct = offsetof(StringDescTable_t, productStr_Audio2)/sizeof(char *),
|
.iProduct = offsetof(StringDescTable_t, productStr_Audio2)/sizeof(char *),
|
||||||
.iSerialNumber = offsetof(StringDescTable_t, serialStr)/sizeof(char *),
|
.iSerialNumber = offsetof(StringDescTable_t, serialStr)/sizeof(char *),
|
||||||
.bNumConfigurations = 0x02 /* Set to 2 such that windows does not load composite driver */
|
.bNumConfigurations = 0x01
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Device Descriptor for Null Device */
|
/* Device Descriptor for Null Device */
|
||||||
|
|||||||
Reference in New Issue
Block a user