Change UsbCommandId_ApplyConfig to 0x07.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
UsbCommandId_ReadConfig = 0x04, // was 0x0d and 0x0f
|
UsbCommandId_ReadConfig = 0x04, // was 0x0d and 0x0f
|
||||||
UsbCommandId_WriteHardwareConfig = 0x05, // was 0x0e
|
UsbCommandId_WriteHardwareConfig = 0x05, // was 0x0e
|
||||||
UsbCommandId_WriteStagingUserConfig = 0x06, // was 0x08
|
UsbCommandId_WriteStagingUserConfig = 0x06, // was 0x08
|
||||||
UsbCommandId_ApplyConfig = 0x09,
|
UsbCommandId_ApplyConfig = 0x07, // was 0x09,
|
||||||
UsbCommandId_LaunchEepromTransferLegacy = 0x0C,
|
UsbCommandId_LaunchEepromTransferLegacy = 0x0C,
|
||||||
|
|
||||||
UsbCommandId_GetKeyboardState = 0x10,
|
UsbCommandId_GetKeyboardState = 0x10,
|
||||||
|
|||||||
Reference in New Issue
Block a user