Line 13: |
Line 13: |
| |- | | |- |
| | 21 || [[#ActivateMouse]] | | | 21 || [[#ActivateMouse]] |
| + | |- |
| + | | 22 || [19.0.0+] AddMouseWheelDelta |
| + | |- |
| + | | 26 || [16.0.0+] ActivateDebugMouse |
| |- | | |- |
| | 31 || [[#ActivateKeyboard]] | | | 31 || [[#ActivateKeyboard]] |
Line 80: |
Line 84: |
| | 83 || [6.0.0+] [[#IsFirmwareUpdateAvailableForSixAxisSensor]] | | | 83 || [6.0.0+] [[#IsFirmwareUpdateAvailableForSixAxisSensor]] |
| |- | | |- |
− | | 84 || [13.0.0+] EnableSixAxisSensorUnalteredPassthrough | + | | 84 || [13.0.0+] [[#EnableSixAxisSensorUnalteredPassthrough]] |
| |- | | |- |
− | | 85 || [13.0.0+] IsSixAxisSensorUnalteredPassthroughEnabled | + | | 85 || [13.0.0+] [[#IsSixAxisSensorUnalteredPassthroughEnabled]] |
| |- | | |- |
− | | 86 || [13.0.0+] StoreSixAxisSensorCalibrationParameter | + | | 86 || [13.0.0+] [[#StoreSixAxisSensorCalibrationParameter]] |
| |- | | |- |
− | | 87 || [13.0.0+] LoadSixAxisSensorCalibrationParameter | + | | 87 || [13.0.0+] [[#LoadSixAxisSensorCalibrationParameter]] |
| |- | | |- |
− | | 88 || [13.0.0+] GetSixAxisSensorIcInformation | + | | 88 || [13.0.0+] [[#GetSixAxisSensorIcInformation]] |
| |- | | |- |
− | | 89 || [13.0.0+] ResetIsSixAxisSensorDeviceNewlyAssigned | + | | 89 || [13.0.0+] [[#ResetIsSixAxisSensorDeviceNewlyAssigned]] |
| |- | | |- |
| | 91 || [[#ActivateGesture]] | | | 91 || [[#ActivateGesture]] |
| + | |- |
| + | | 92 || [18.0.0+] SetGestureOutputRanges |
| |- | | |- |
| | 100 || [[#SetSupportedNpadStyleSet]] | | | 100 || [[#SetSupportedNpadStyleSet]] |
Line 171: |
Line 177: |
| |- | | |- |
| | 212 || [11.0.0+] [[#SendVibrationValueInBool]] | | | 212 || [11.0.0+] [[#SendVibrationValueInBool]] |
| + | |- |
| + | | 213 || [17.0.0+] SendVibrationValueInMode |
| + | |- |
| + | | 214 || [17.0.0+] SendVibrationValuesInMode |
| |- | | |- |
| | 300 || [3.0.0+] [[#ActivateConsoleSixAxisSensor]] | | | 300 || [3.0.0+] [[#ActivateConsoleSixAxisSensor]] |
Line 193: |
Line 203: |
| |- | | |- |
| | 310 || [6.0.0+] [[#ResetSevenSixAxisSensorTimestamp]] | | | 310 || [6.0.0+] [[#ResetSevenSixAxisSensorTimestamp]] |
| + | |- |
| + | | 311 || [17.0.0+] ForceActivateConsoleSixAxisSensor |
| + | |- |
| + | | 312 || [17.0.0+] ForceDeactivateConsoleSixAxisSensor |
| |- | | |- |
| | 400 || [3.0.0+] [[#IsUsbFullKeyControllerEnabled]] | | | 400 || [3.0.0+] [[#IsUsbFullKeyControllerEnabled]] |
Line 279: |
Line 293: |
| |- | | |- |
| | 1003 || [9.0.0+] [[#IsFirmwareUpdateNeededForNotification]] | | | 1003 || [9.0.0+] [[#IsFirmwareUpdateNeededForNotification]] |
| + | |- |
| + | | 1004 || [17.0.0+] SetTouchScreenResolution |
| |- | | |- |
| | 2000 || [10.0.0+] [[#ActivateDigitizer]] | | | 2000 || [10.0.0+] [[#ActivateDigitizer]] |
| + | |- |
| + | | 3000 || [15.0.0+] GetDebugPadGenericPadMap |
| + | |- |
| + | | 3001 || [15.0.0+] SetDebugPadGenericPadMap |
| + | |- |
| + | | 3002 || [15.0.0+] ResetDebugPadGenericPadMap |
| + | |- |
| + | | 3003 || [15.0.0+] GetDebugPadKeyboardMap |
| + | |- |
| + | | 3004 || [15.0.0+] SetDebugPadKeyboardMap |
| + | |- |
| + | | 3005 || [15.0.0+] ResetDebugPadKeyboardMap |
| + | |- |
| + | | 3006 || [15.0.0+] GetFullKeyGenericPadMap |
| + | |- |
| + | | 3007 || [15.0.0+] SetFullKeyGenericPadMap |
| + | |- |
| + | | 3008 || [15.0.0+] ResetFullKeyGenericPadMap |
| + | |- |
| + | | 3009 || [15.0.0+] GetFullKeyKeyboardMap |
| + | |- |
| + | | 3010 || [15.0.0+] SetFullKeyKeyboardMap |
| + | |- |
| + | | 3011 || [15.0.0+] ResetFullKeyKeyboardMap |
| |} | | |} |
| | | |
Line 441: |
Line 481: |
| == IsFirmwareUpdateAvailableForSixAxisSensor == | | == IsFirmwareUpdateAvailableForSixAxisSensor == |
| Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns an output bool. | | Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns an output bool. |
| + | |
| + | == EnableSixAxisSensorUnalteredPassthrough == |
| + | Takes a PID, a [[#SixAxisSensorHandle]], a bool, and an [[AM_services|AppletResourceUserId]], no output. |
| + | |
| + | == IsSixAxisSensorUnalteredPassthroughEnabled == |
| + | Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns an output bool. |
| + | |
| + | == StoreSixAxisSensorCalibrationParameter == |
| + | Takes a PID, a [[#SixAxisSensorHandle]], a SixAxisSensorCalibrationParameter, and an [[AM_services|AppletResourceUserId]], no output. |
| + | |
| + | == LoadSixAxisSensorCalibrationParameter == |
| + | Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns a SixAxisSensorCalibrationParameter. |
| + | |
| + | == GetSixAxisSensorIcInformation == |
| + | Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns a SixAxisSensorIcInformation. |
| + | |
| + | == ResetIsSixAxisSensorDeviceNewlyAssigned == |
| + | Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], no output. |
| | | |
| == ActivateGesture == | | == ActivateGesture == |
Line 489: |
Line 547: |
| * 0x2: [6.0.0+] | | * 0x2: [6.0.0+] |
| * 0x3: [8.0.0+] | | * 0x3: [8.0.0+] |
| + | * 0x5: [18.0.0+] |
| | | |
| == SetNpadJoyHoldType == | | == SetNpadJoyHoldType == |
Line 499: |
Line 558: |
| | | |
| == SetNpadJoyAssignmentModeSingleByDefault == | | == SetNpadJoyAssignmentModeSingleByDefault == |
− | Takes a PID-descriptor, an u32, and an [[AM_services|AppletResourceUserId]]. No output. | + | Takes a PID-descriptor, an u32 [[#NpadIdType]], and an [[AM_services|AppletResourceUserId]]. No output. |
| | | |
| This eventually calls the same func as [[#SetNpadJoyAssignmentModeSingle]], except with [[#NpadJoyDeviceType]]=0. | | This eventually calls the same func as [[#SetNpadJoyAssignmentModeSingle]], except with [[#NpadJoyDeviceType]]=0. |
| | | |
| == SetNpadJoyAssignmentModeSingle == | | == SetNpadJoyAssignmentModeSingle == |
− | Takes a PID-descriptor, an u32, [[AM_services|AppletResourceUserId]], and s64 [[#NpadJoyDeviceType]]. No output. | + | Takes a PID-descriptor, an u32 [[#NpadIdType]], [[AM_services|AppletResourceUserId]], and s64 [[#NpadJoyDeviceType]]. No output. |
| | | |
| This eventually runs the same code as [[#SetNpadJoyAssignmentModeSingleWithDestination]], except the output fields aren't exposed. | | This eventually runs the same code as [[#SetNpadJoyAssignmentModeSingleWithDestination]], except the output fields aren't exposed. |
| | | |
| == SetNpadJoyAssignmentModeDual == | | == SetNpadJoyAssignmentModeDual == |
− | Takes a PID-descriptor, an u32, and an [[AM_services|AppletResourceUserId]]. No output. | + | Takes a PID-descriptor, an u32 [[#NpadIdType]], and an [[AM_services|AppletResourceUserId]]. No output. |
| | | |
| == MergeSingleJoyAsDualJoy == | | == MergeSingleJoyAsDualJoy == |
− | Takes a PID-descriptor, two u32s, and an [[AM_services|AppletResourceUserId]]. No output. | + | Takes a PID-descriptor, two u32 [[#NpadIdType]], and an [[AM_services|AppletResourceUserId]]. No output. |
| | | |
| == StartLrAssignmentMode == | | == StartLrAssignmentMode == |
Line 671: |
Line 730: |
| | 0x8 || 0x8 || Second timestamp (in samples). | | | 0x8 || 0x8 || Second timestamp (in samples). |
| |- | | |- |
− | | 0x10 || 0x8 || ? | + | | 0x10 || 0x8 || ? (Increased every sleep cicle) |
| + | |- |
| + | | 0x18 || 0x4 || float AccelerationX |
| + | |- |
| + | | 0x1C || 0x4 || float AccelerationY |
| + | |- |
| + | | 0x20 || 0x4 || float AccelerationZ |
| + | |- |
| + | | 0x24 || 0x4 || float AngularVelocityX |
| + | |- |
| + | | 0x28 || 0x4 || float AngularVelocityY |
| + | |- |
| + | | 0x2C || 0x4 || float AngularVelocityZ |
| + | |- |
| + | | 0x30 || 0x4 || float QuaternionX |
| + | |- |
| + | | 0x34 || 0x4 || float QuaternionY |
| + | |- |
| + | | 0x38 || 0x4 || float QuaternionZ |
| |- | | |- |
− | | 0x18 || 0x28 || float data | + | | 0x3C || 0x4 || float QuaternionW |
| |} | | |} |
| | | |
Line 738: |
Line 815: |
| | | |
| == GetPalmaOperationInfo == | | == GetPalmaOperationInfo == |
− | Takes a [[#PalmaConnectionHandle]], a type-0x6 output buffer, returns an output u64. | + | Takes a [[#PalmaConnectionHandle]], a type-0x6 output buffer, returns an output u64 [[#PalmaOperationType]]. |
| | | |
| sdknso passes [[#PalmaOperationInfo]]+0x8 size 0x140 for the output buffer. [5.1.0+] After using the cmd successfully, [[#GetPalmaOperationResult]] is used. | | sdknso passes [[#PalmaOperationInfo]]+0x8 size 0x140 for the output buffer. [5.1.0+] After using the cmd successfully, [[#GetPalmaOperationResult]] is used. |
Line 747: |
Line 824: |
| Takes an input [[#PalmaConnectionHandle]], an u64 (exposed by sdknso as an u16), no output. | | Takes an input [[#PalmaConnectionHandle]], an u64 (exposed by sdknso as an u16), no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == SetPalmaFrModeType == | | == SetPalmaFrModeType == |
| Takes an input [[#PalmaConnectionHandle]], an u64 [[#PalmaFrModeType]], no output. | | Takes an input [[#PalmaConnectionHandle]], an u64 [[#PalmaFrModeType]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == ReadPalmaStep == | | == ReadPalmaStep == |
| Takes an input [[#PalmaConnectionHandle]], no output. | | Takes an input [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| [[#EnablePalmaStep]] should be used before this. | | [[#EnablePalmaStep]] should be used before this. |
Line 764: |
Line 841: |
| Takes an input bool, a [[#PalmaConnectionHandle]], no output. | | Takes an input bool, a [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == ResetPalmaStep == | | == ResetPalmaStep == |
| Takes an input [[#PalmaConnectionHandle]], no output. | | Takes an input [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == ReadPalmaApplicationSection == | | == ReadPalmaApplicationSection == |
Line 776: |
Line 853: |
| sdknso exposes the first u64 as a s32. sdknso will Abort if the input value for the second u64 is >0x100. | | sdknso exposes the first u64 as a s32. sdknso will Abort if the input value for the second u64 is >0x100. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == WritePalmaApplicationSection == | | == WritePalmaApplicationSection == |
Line 783: |
Line 860: |
| sdknso exposes the first u64 as a s32. Data is copied from the input [[#PalmaApplicationSectionAccessBuffer]] with the specified size. | | sdknso exposes the first u64 as a s32. Data is copied from the input [[#PalmaApplicationSectionAccessBuffer]] with the specified size. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == ReadPalmaUniqueCode == | | == ReadPalmaUniqueCode == |
| Takes an input [[#PalmaConnectionHandle]], no output. | | Takes an input [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == SetPalmaUniqueCodeInvalid == | | == SetPalmaUniqueCodeInvalid == |
| Takes an input [[#PalmaConnectionHandle]], no output. | | Takes an input [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == WritePalmaActivityEntry == | | == WritePalmaActivityEntry == |
Line 800: |
Line 877: |
| sdknso exposes the first u64 as an u16, while the rest are exposed as [[#PalmaActivityEntry]]. | | sdknso exposes the first u64 as an u16, while the rest are exposed as [[#PalmaActivityEntry]]. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == WritePalmaRgbLedPatternEntry == | | == WritePalmaRgbLedPatternEntry == |
Line 807: |
Line 884: |
| sdknso exposes the u64 as an u16. | | sdknso exposes the u64 as an u16. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == WritePalmaWaveEntry == | | == WritePalmaWaveEntry == |
Line 816: |
Line 893: |
| Note that the sysmodule will not properly close the TransferMemory handle if the [[#PalmaConnectionHandle]] is invalid. | | Note that the sysmodule will not properly close the TransferMemory handle if the [[#PalmaConnectionHandle]] is invalid. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == SetPalmaDataBaseIdentificationVersion == | | == SetPalmaDataBaseIdentificationVersion == |
| Takes an input s32, a [[#PalmaConnectionHandle]], no output. | | Takes an input s32, a [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == GetPalmaDataBaseIdentificationVersion == | | == GetPalmaDataBaseIdentificationVersion == |
| Takes an input [[#PalmaConnectionHandle]], no output. | | Takes an input [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == SuspendPalmaFeature == | | == SuspendPalmaFeature == |
| Takes an input "nn::util::BitFlagSet<32, [[#PalmaFeature]]>", a [[#PalmaConnectionHandle]], no output. | | Takes an input "nn::util::BitFlagSet<32, [[#PalmaFeature]]>", a [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == GetPalmaOperationResult == | | == GetPalmaOperationResult == |
Line 841: |
Line 918: |
| Takes an input u16, a [[#PalmaConnectionHandle]], no output. | | Takes an input u16, a [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == ResetPalmaPlayLog == | | == ResetPalmaPlayLog == |
| Takes an input u16, a [[#PalmaConnectionHandle]], no output. | | Takes an input u16, a [[#PalmaConnectionHandle]], no output. |
| | | |
− | See [[#hidGetPalmaOperationInfo]]. | + | See [[#GetPalmaOperationInfo]]. |
| | | |
| == SetIsPalmaAllConnectable == | | == SetIsPalmaAllConnectable == |
| Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output. | | Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output. |
| + | |
| + | The sysmodule also calls the code which eventually runs from this, from various other funcs internally (bool value varies). |
| + | |
| + | This updates various state. If needed, this uses either [[BTM_services|StartBleScanForGeneral]] or [[BTM_services|StopBleScanForGeneral]]. |
| | | |
| == SetIsPalmaPairedConnectable == | | == SetIsPalmaPairedConnectable == |
| Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output. | | Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output. |
| + | |
| + | The actual cmd impl ignores the PID/AppletResourceUserId. |
| + | |
| + | This code is also called by another func internally by the sysmodule, where flag = {whether bit6 in a field is set} (presumably [[#NpadStyleSet]]). This is eventually called from various funcs, including [[#SetSupportedNpadStyleSet]]. |
| + | |
| + | This updates various state. If needed, this uses either [[BTM_services|StartBleScanForPairedDevice]] or [[BTM_services|StopBleScanForPairedDevice]]. |
| | | |
| == PairPalma == | | == PairPalma == |
| Takes an input [[#PalmaConnectionHandle]], no output. | | Takes an input [[#PalmaConnectionHandle]], no output. |
| + | |
| + | This eventually uses [[BTM_services#BlePairDevice|BlePairDevice]] if needed, and updates state. |
| | | |
| == SetPalmaBoostMode == | | == SetPalmaBoostMode == |
Line 895: |
Line 984: |
| | | |
| == ActivateDigitizer == | | == ActivateDigitizer == |
− | Takes a PID and an [[AM_services|AppletResourceUserId]], no output. | + | Takes a PID and an [[AM_services|AppletResourceUserId]]. No output. |
| | | |
| == IAppletResource == | | == IAppletResource == |
| + | This is "nn::hid::IAppletResource". |
| + | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
Line 949: |
Line 1,040: |
| |- | | |- |
| | 17 || [13.0.0+] IsTouchScreenManaged | | | 17 || [13.0.0+] IsTouchScreenManaged |
| + | |- |
| + | | 18 || [18.0.0+] SetTouchScreenAutoPilotStateWithAruid |
| |- | | |- |
| | 20 || [[#DeactivateMouse]] | | | 20 || [[#DeactivateMouse]] |
Line 955: |
Line 1,048: |
| |- | | |- |
| | 22 || [[#UnsetMouseAutoPilotState]] | | | 22 || [[#UnsetMouseAutoPilotState]] |
| + | |- |
| + | | 25 || [16.0.0+] SetDebugMouseAutoPilotState |
| + | |- |
| + | | 26 || [16.0.0+] UnsetDebugMouseAutoPilotState |
| |- | | |- |
| | 30 || [[#DeactivateKeyboard]] | | | 30 || [[#DeactivateKeyboard]] |
Line 1,005: |
Line 1,102: |
| |- | | |- |
| | 136 || [3.0.0+] GetShiftGyroscopeCalibrationValue | | | 136 || [3.0.0+] GetShiftGyroscopeCalibrationValue |
| + | |- |
| + | | 137 || [15.0.0+] SetSixAxisSensorMode |
| |- | | |- |
| | 140 || [3.0.0+] DeactivateConsoleSixAxisSensor | | | 140 || [3.0.0+] DeactivateConsoleSixAxisSensor |
Line 1,053: |
Line 1,152: |
| |- | | |- |
| | 211 || [6.0.0+] StartFirmwareUpdateIndividual | | | 211 || [6.0.0+] StartFirmwareUpdateIndividual |
| + | |- |
| + | | 212 || [19.0.0+] GetDetailFirmwareVersion |
| |- | | |- |
| | 215 || [6.0.0+] SetUsbFirmwareForceUpdateEnabled | | | 215 || [6.0.0+] SetUsbFirmwareForceUpdateEnabled |
| |- | | |- |
| | 216 || [6.0.0+] SetAllKuinaDevicesToFirmwareUpdateMode | | | 216 || [6.0.0+] SetAllKuinaDevicesToFirmwareUpdateMode |
| + | |- |
| + | | 217 || [17.0.0+] StartFirmwareUpdateFromImageSet |
| |- | | |- |
| | 221 || [3.0.0+] [[#UpdateControllerColor]] | | | 221 || [3.0.0+] [[#UpdateControllerColor]] |
Line 1,119: |
Line 1,222: |
| |- | | |- |
| | 251 || [12.0.0+] GetAnalogStickModuleParam | | | 251 || [12.0.0+] GetAnalogStickModuleParam |
| + | |- |
| + | | 253 || [19.0.0+] ClearStorageForShipment |
| |- | | |- |
| | 301 || [5.0.0-8.1.0] [[#GetAbstractedPadHandles]] | | | 301 || [5.0.0-8.1.0] [[#GetAbstractedPadHandles]] |
Line 1,151: |
Line 1,256: |
| |- | | |- |
| | 350 || [5.0.0+] [[#AddRegisteredDevice]] | | | 350 || [5.0.0+] [[#AddRegisteredDevice]] |
| + | |- |
| + | | 351 || [17.0.0-18.1.0] GetRegisteredDevicesCountDebug |
| + | |- |
| + | | 352 || [17.0.0-18.1.0] DeleteRegisteredDevicesDebug |
| |- | | |- |
| | 400 || [6.0.0+] DisableExternalMcuOnNxDevice | | | 400 || [6.0.0+] DisableExternalMcuOnNxDevice |
Line 1,174: |
Line 1,283: |
| | 600 || [10.0.0+] ConvertPadState | | | 600 || [10.0.0+] ConvertPadState |
| |- | | |- |
− | | 650 || [12.0.0+] AddButtonPlayData | + | | 601 || [18.0.0+] [[#IsButtonConfigSupported]] |
| + | |- |
| + | | 602 || [18.0.0+] [[#IsButtonConfigEmbeddedSupported]] |
| |- | | |- |
− | | 651 || [12.0.0+] StartButtonPlayData | + | | 603 || [18.0.0+] [[#DeleteButtonConfig]] |
| |- | | |- |
− | | 652 || [12.0.0+] StopButtonPlayData | + | | 604 || [18.0.0+] [[#DeleteButtonConfigEmbedded]] |
| |- | | |- |
− | | 2000 || [10.0.0+] DeactivateDigitizer | + | | 605 || [18.0.0+] [[#SetButtonConfigEnabled]] |
| |- | | |- |
− | | 2001 || [10.0.0+] SetDigitizerAutoPilotState | + | | 606 || [18.0.0+] [[#SetButtonConfigEmbeddedEnabled]] |
| |- | | |- |
− | | 2002 || [10.0.0+] UnsetDigitizerAutoPilotState | + | | 607 || [18.0.0+] [[#IsButtonConfigEnabled]] |
− | |} | + | |- |
| + | | 608 || [18.0.0+] [[#IsButtonConfigEmbeddedEnabled]] |
| + | |- |
| + | | 609 || [18.0.0+] [[#SetButtonConfigEmbedded]] |
| + | |- |
| + | | 610 || [18.0.0+] [[#SetButtonConfigFull]] |
| + | |- |
| + | | 611 || [18.0.0+] [[#SetButtonConfigLeft]] |
| + | |- |
| + | | 612 || [18.0.0+] [[#SetButtonConfigRight]] |
| + | |- |
| + | | 613 || [18.0.0+] [[#GetButtonConfigEmbedded]] |
| + | |- |
| + | | 614 || [18.0.0+] [[#GetButtonConfigFull]] |
| + | |- |
| + | | 615 || [18.0.0+] [[#GetButtonConfigLeft]] |
| + | |- |
| + | | 616 || [18.0.0+] [[#GetButtonConfigRight]] |
| + | |- |
| + | | 650 || [12.0.0+] AddButtonPlayData |
| + | |- |
| + | | 651 || [12.0.0+] StartButtonPlayData |
| + | |- |
| + | | 652 || [12.0.0+] StopButtonPlayData |
| + | |- |
| + | | 2000 || [10.0.0+] [[#DeactivateDigitizer]] |
| + | |- |
| + | | 2001 || [10.0.0+] [[#SetDigitizerAutoPilotState]] |
| + | |- |
| + | | 2002 || [10.0.0+] [[#UnsetDigitizerAutoPilotState]] |
| + | |- |
| + | | 3000 || [16.0.0+] ReloadFirmwareDebugSettings |
| + | |} |
| | | |
| == DeactivateDebugPad == | | == DeactivateDebugPad == |
Line 1,248: |
Line 1,391: |
| | | |
| == GetFirmwareVersion == | | == GetFirmwareVersion == |
− | Takes a total of 8-bytes of input, and returns a total of 4-bytes of output. | + | Takes an input [[#NpadIdType]] and an input [[#DeviceType]]. Returns an output [[#FirmwareVersion]]. |
− | | |
− | [3.0.0+] Now returns an additional 0xC-bytes of output. | |
| | | |
| == GetDestinationFirmwareVersion == | | == GetDestinationFirmwareVersion == |
− | Takes a total of 8-bytes of input, and returns a total of 4-bytes of output. | + | Takes an input [[#NpadIdType]] and an input [[#DeviceType]]. Returns an output [[#FirmwareVersion]]. |
− | | |
− | [3.0.0+] Now returns an additional 0xC-bytes of output. | |
| | | |
| == DiscardFirmwareInfoCacheForRevert == | | == DiscardFirmwareInfoCacheForRevert == |
− | Takes a total of 8-bytes of input, and returns a total of 5-bytes of output. | + | Takes an input [[#NpadIdType]] and an input [[#DeviceType]]. Returns a total of 5-bytes of output. |
| | | |
| [3.0.0+] No input/output. | | [3.0.0+] No input/output. |
Line 1,280: |
Line 1,419: |
| | | |
| [9.0.0+] Now takes a total of 8-bytes of input, returns a total of 0x18-bytes of output. | | [9.0.0+] Now takes a total of 8-bytes of input, returns a total of 0x18-bytes of output. |
| + | |
| + | [18.0.0+] Now takes a total of 8-bytes of input, returns a total of 0x20-bytes of output. |
| | | |
| == GetSixAxisSensorDriverStates == | | == GetSixAxisSensorDriverStates == |
Line 1,406: |
Line 1,547: |
| | | |
| [11.0.0+] Takes an input [[#DebugRegisteredDevice]], no output. | | [11.0.0+] Takes an input [[#DebugRegisteredDevice]], no output. |
| + | |
| + | == DeactivateDigitizer == |
| + | No input/output. |
| + | |
| + | == SetDigitizerAutoPilotState == |
| + | Takes an input [[#DigitizerAutoPilotState]]. No output. |
| + | |
| + | == UnsetDigitizerAutoPilotState == |
| + | No input/output. |
| | | |
| = hid:sys = | | = hid:sys = |
Line 1,415: |
Line 1,565: |
| |- | | |- |
| | 31 || [[#SendKeyboardLockKeyEvent_2|SendKeyboardLockKeyEvent]] | | | 31 || [[#SendKeyboardLockKeyEvent_2|SendKeyboardLockKeyEvent]] |
| + | |- |
| + | | 32 || [15.0.0+] SetSystemKeyboardState |
| + | |- |
| + | | 33 || [15.0.0+] UnsetSystemKeyboardState |
| |- | | |- |
| | 101 || [[#AcquireHomeButtonEventHandle]] | | | 101 || [[#AcquireHomeButtonEventHandle]] |
Line 1,438: |
Line 1,592: |
| | 213 || ActivateNfc | | | 213 || ActivateNfc |
| |- | | |- |
− | | 214 || [4.0.0+] GetXcdHandleForNpadWithNfc | + | | 214 || [4.0.0-18.1.0] GetXcdHandleForNpadWithNfc |
| |- | | |- |
| | 215 || [4.0.0+] IsNfcActivated | | | 215 || [4.0.0+] IsNfcActivated |
| + | |- |
| + | | 216 || [19.0.0+] GetAbstractedPadIdForNpadWithNfc |
| + | |- |
| + | | 217 || [19.0.0+] [[#SetNfcEvent]] |
| + | |- |
| + | | 218 || [19.0.0+] [[#GetNfcInfo]] |
| + | |- |
| + | | 219 || [19.0.0+] StartNfcDiscovery |
| + | |- |
| + | | 220 || [19.0.0+] StopNfcDiscovery |
| + | |- |
| + | | 221 || [19.0.0+] StartNtagRead |
| + | |- |
| + | | 222 || [19.0.0+] StartNtagWrite |
| + | |- |
| + | | 223 || [19.0.0+] SendNfcRawData |
| + | |- |
| + | | 224 || [19.0.0+] RegisterMifareKey |
| + | |- |
| + | | 225 || [19.0.0+] ClearMifareKey |
| + | |- |
| + | | 226 || [19.0.0+] StartMifareRead |
| + | |- |
| + | | 227 || [19.0.0+] StartMifareWrite |
| |- | | |- |
| | 230 || AcquireIrSensorEventHandle | | | 230 || AcquireIrSensorEventHandle |
Line 1,449: |
Line 1,627: |
| |- | | |- |
| | 233 || [10.0.0+] GetXcdHandleForNpadWithIrSensor | | | 233 || [10.0.0+] GetXcdHandleForNpadWithIrSensor |
| + | |- |
| + | | 234 || [19.0.0+] GetNpadJoyHoldType |
| + | |- |
| + | | 241 || [19.0.0+] [[#GetDataFormat]] |
| + | |- |
| + | | 242 || [19.0.0+] [[#SetDataFormat]] |
| + | |- |
| + | | 243 || [19.0.0+] [[#GetMcuState]] |
| + | |- |
| + | | 244 || [19.0.0+] [[#SetMcuState]] |
| + | |- |
| + | | 245 || [19.0.0+] [[#GetMcuVersionForNfc]] |
| + | |- |
| + | | 246 || [19.0.0+] [[#CheckNfcDevicePower]] |
| + | |- |
| + | | 247 || [19.0.0+] [[#SetMcuStateImmediate]] |
| |- | | |- |
| | 301 || ActivateNpadSystem | | | 301 || ActivateNpadSystem |
Line 1,497: |
Line 1,691: |
| |- | | |- |
| | 326 || [10.0.0+] GetUniquePadAppletDetailedUiType | | | 326 || [10.0.0+] GetUniquePadAppletDetailedUiType |
| + | |- |
| + | | 327 || [14.0.0+] GetAbstractedPadIdDataFromNpad |
| + | |- |
| + | | 328 || [14.0.0+] AttachAbstractedPadToNpad |
| + | |- |
| + | | 329 || [14.0.0+] DetachAbstractedPadAll |
| + | |- |
| + | | 330 || [14.0.0+] CheckAbstractedPadConnection |
| + | |- |
| + | | 332 || [19.0.0+] ConvertAppletDetailedUiTypeFromPlayReportType |
| |- | | |- |
| | 500 || SetAppletResourceUserId | | | 500 || SetAppletResourceUserId |
Line 1,509: |
Line 1,713: |
| |- | | |- |
| | 505 || EnableAppletToGetSixAxisSensor | | | 505 || EnableAppletToGetSixAxisSensor |
| + | |- |
| + | | 506 || [14.0.0+] EnableAppletToGetPadInput |
| + | |- |
| + | | 507 || [14.0.0+] EnableAppletToGetTouchScreen |
| |- | | |- |
| | 510 || [[#SetVibrationMasterVolume]] | | | 510 || [[#SetVibrationMasterVolume]] |
Line 1,531: |
Line 1,739: |
| |- | | |- |
| | 525 || [11.0.0+] IsJoyConAttachedOnAllRail | | | 525 || [11.0.0+] IsJoyConAttachedOnAllRail |
| + | |- |
| + | | 526 || [19.0.0+] IsInvertedControllerConnectedOnRail |
| |- | | |- |
| | 540 || AcquirePlayReportControllerUsageUpdateEvent | | | 540 || AcquirePlayReportControllerUsageUpdateEvent |
Line 1,538: |
Line 1,748: |
| | 542 || AcquirePlayReportRegisteredDeviceUpdateEvent | | | 542 || AcquirePlayReportRegisteredDeviceUpdateEvent |
| |- | | |- |
− | | 543 || GetRegisteredDevicesOld ([1.0.0-4.1.0] GetRegisteredDevices) | + | | 543 || [5.0.0-18.1.0] GetRegisteredDevicesOld ([1.0.0-4.1.0] GetRegisteredDevices) |
| |- | | |- |
| | 544 || [3.0.0+] AcquireConnectionTriggerTimeoutEvent | | | 544 || [3.0.0+] AcquireConnectionTriggerTimeoutEvent |
Line 1,585: |
Line 1,795: |
| |- | | |- |
| | 812 || [8.0.0+] GetConsoleUniqueSixAxisSensorHandle | | | 812 || [8.0.0+] GetConsoleUniqueSixAxisSensorHandle |
| + | |- |
| + | | 813 || [18.0.0+] GetDeviceType |
| |- | | |- |
| | 821 || StartAnalogStickManualCalibration | | | 821 || StartAnalogStickManualCalibration |
Line 1,658: |
Line 1,870: |
| | 1120 || [6.0.0+] SetFirmwareHotfixUpdateSkipEnabled | | | 1120 || [6.0.0+] SetFirmwareHotfixUpdateSkipEnabled |
| |- | | |- |
− | | 1130 || [6.0.0+] InitializeUsbFirmwareUpdate | + | | 1130 || [6.0.0-15.0.1] InitializeUsbFirmwareUpdate |
| |- | | |- |
| | 1131 || [6.0.0+] FinalizeUsbFirmwareUpdate | | | 1131 || [6.0.0+] FinalizeUsbFirmwareUpdate |
Line 1,667: |
Line 1,879: |
| |- | | |- |
| | 1134 || [6.0.0+] GetUsbFirmwareUpdateState | | | 1134 || [6.0.0+] GetUsbFirmwareUpdateState |
| + | |- |
| + | | 1135 || [15.0.0+] InitializeUsbFirmwareUpdateWithoutMemory |
| |- | | |- |
| | 1150 || [8.0.0+] SetTouchScreenMagnification | | | 1150 || [8.0.0+] SetTouchScreenMagnification |
| |- | | |- |
− | | 1151 || [9.0.0+] GetTouchScreenFirmwareVersion | + | | 1151 || [9.0.0+] [[#GetTouchScreenFirmwareVersion]] |
| |- | | |- |
| | 1152 || [9.0.0+] SetTouchScreenDefaultConfiguration | | | 1152 || [9.0.0+] SetTouchScreenDefaultConfiguration |
Line 1,684: |
Line 1,898: |
| | 1157 || [10.0.0+] [[#CancelConnectionTrigger]] | | | 1157 || [10.0.0+] [[#CancelConnectionTrigger]] |
| |- | | |- |
− | | 1200 || [10.0.0+] [[#IsButtonConfigSupported]] | + | | 1200 || [10.0.0-17.0.1] [[#IsButtonConfigSupported]] |
| |- | | |- |
− | | 1201 || [11.0.0+] [[#IsButtonConfigEmbeddedSupported]] ([10.0.0-10.2.0] [[#DeleteButtonConfig]]) | + | | 1201 || [11.0.0-17.0.1] [[#IsButtonConfigEmbeddedSupported]] ([10.0.0-10.2.0] [[#DeleteButtonConfig]]) |
| |- | | |- |
− | | 1202 || [11.0.0+] [[#DeleteButtonConfig]] ([10.0.0-10.2.0] [[#SetButtonConfigEnabled]]) | + | | 1202 || [11.0.0-17.0.1] [[#DeleteButtonConfig]] ([10.0.0-10.2.0] [[#SetButtonConfigEnabled]]) |
| |- | | |- |
− | | 1203 || [11.0.0+] [[#DeleteButtonConfigEmbedded]] ([10.0.0-10.2.0] [[#IsButtonConfigEnabled]]) | + | | 1203 || [11.0.0-17.0.1] [[#DeleteButtonConfigEmbedded]] ([10.0.0-10.2.0] [[#IsButtonConfigEnabled]]) |
| |- | | |- |
− | | 1204 || [11.0.0+] [[#SetButtonConfigEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigEmbedded]]) | + | | 1204 || [11.0.0-17.0.1] [[#SetButtonConfigEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigEmbedded]]) |
| |- | | |- |
− | | 1205 || [11.0.0+] [[#SetButtonConfigEmbeddedEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigFull]]) | + | | 1205 || [11.0.0-17.0.1] [[#SetButtonConfigEmbeddedEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigFull]]) |
| |- | | |- |
− | | 1206 || [11.0.0+] [[#IsButtonConfigEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigLeft]]) | + | | 1206 || [11.0.0-17.0.1] [[#IsButtonConfigEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigLeft]]) |
| |- | | |- |
− | | 1207 || [11.0.0+] [[#IsButtonConfigEmbeddedEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigRight]]) | + | | 1207 || [11.0.0-17.0.1] [[#IsButtonConfigEmbeddedEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigRight]]) |
| |- | | |- |
− | | 1208 || [11.0.0+] [[#SetButtonConfigEmbedded]] ([10.0.0-10.2.0] [[#GetButtonConfigEmbedded]]) | + | | 1208 || [11.0.0-17.0.1] [[#SetButtonConfigEmbedded]] ([10.0.0-10.2.0] [[#GetButtonConfigEmbedded]]) |
| |- | | |- |
− | | 1209 || [11.0.0+] [[#SetButtonConfigFull]] ([10.0.0-10.2.0] [[#GetButtonConfigFull]]) | + | | 1209 || [11.0.0-17.0.1] [[#SetButtonConfigFull]] ([10.0.0-10.2.0] [[#GetButtonConfigFull]]) |
| |- | | |- |
| | 1210 || [10.0.0-10.2.0] [[#GetButtonConfigLeft]] | | | 1210 || [10.0.0-10.2.0] [[#GetButtonConfigLeft]] |
| |- | | |- |
− | | 1211 || [11.0.0+] [[#SetButtonConfigRight]] ([10.0.0-10.2.0] [[#GetButtonConfigRight]]) | + | | 1211 || [11.0.0-17.0.1] [[#SetButtonConfigRight]] ([10.0.0-10.2.0] [[#GetButtonConfigRight]]) |
| |- | | |- |
− | | 1212 || [11.0.0+] [[#GetButtonConfigEmbedded]] | + | | 1212 || [11.0.0-17.0.1] [[#GetButtonConfigEmbedded]] |
| |- | | |- |
− | | 1213 || [11.0.0+] [[#GetButtonConfigFull]] | + | | 1213 || [11.0.0-17.0.1] [[#GetButtonConfigFull]] |
| |- | | |- |
− | | 1214 || [11.0.0+] [[#GetButtonConfigLeft]] | + | | 1214 || [11.0.0-17.0.1] [[#GetButtonConfigLeft]] |
| |- | | |- |
− | | 1215 || [11.0.0+] [[#GetButtonConfigRight]] | + | | 1215 || [11.0.0-17.0.1] [[#GetButtonConfigRight]] |
| |- | | |- |
| | 1250 || [10.0.0+] [[#IsCustomButtonConfigSupported]] | | | 1250 || [10.0.0+] [[#IsCustomButtonConfigSupported]] |
Line 1,800: |
Line 2,014: |
| | 1291 || [11.0.0+] [[#SetButtonConfigStorageRight]] | | | 1291 || [11.0.0+] [[#SetButtonConfigStorageRight]] |
| |- | | |- |
− | | 12010 || [11.0.0+] [[#SetButtonConfigLeft]] | + | | 1308 || [18.0.0+] SetButtonConfigVisible |
| + | |- |
| + | | 1309 || [18.0.0+] IsButtonConfigVisible |
| + | |- |
| + | | 1320 || [17.0.0+] WakeTouchScreenUp |
| + | |- |
| + | | 1321 || [17.0.0+] PutTouchScreenToSleep |
| + | |- |
| + | | 1420 || [19.0.0+] GetAppletResourceProperty |
| + | |- |
| + | | 12010 || [11.0.0-17.0.1] [[#SetButtonConfigLeft]] |
| |} | | |} |
| | | |
Line 1,871: |
Line 2,095: |
| The specified controller must have a HOME button. | | The specified controller must have a HOME button. |
| | | |
− | This sends subcommand 0x38 to the specified controller, for setting the pattern for the HOME button notification LED. The input structure is converted to the format used by this [https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/bluetooth_hid_subcommands_notes.md#subcommand-0x38-set-home-light subcommand]. | + | This sends [https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/bluetooth_hid_subcommands_notes.md#subcommand-0x38-set-home-light subcommand 0x38] to the specified controller, for setting the pattern for the HOME button notification LED. The input structure is converted to the format as follows: <code>((u8*)cmd_argdata)[pos] = u8_in[pos2] | u8_in[pos3]<<4;</code> Hence, 4bits from pairs of 2-bytes of the input struct are combined to write to the subcommand. Only the low 4bits of each used byte in the struct is used. This is written to stack initially, then copied to the actual cmd_argdata (the data immediately following the subcommandID byte). There's a total of 0x1D-bytes of cmd_argdata initialized from this. |
| + | |
| + | The layout of cmd_argdata is as follows: |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x1 || <nowiki>((TimeUnit & 0xF) | ((FrameCount & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x1 || 0x1 || <nowiki>((CycleCount & 0xF) | ((InitialBrightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x2 || 0x1 || <nowiki>((Frame2Brightness & 0xF) | ((Frame1Brightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x3 || 0x1 || <nowiki>((Frame1TimeToHold & 0xF) | ((Frame1TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x4 || 0x1 || <nowiki>((Frame2TimeToHold & 0xF) | ((Frame2TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x5 || 0x1 || <nowiki>((Frame4Brightness & 0xF) | ((Frame3Brightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x6 || 0x1 || <nowiki>((Frame3TimeToHold & 0xF) | ((Frame3TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x7 || 0x1 || <nowiki>((Frame4TimeToHold & 0xF) | ((Frame4TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x8 || 0x1 || <nowiki>((Frame6Brightness & 0xF) | ((Frame5Brightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x9 || 0x1 || <nowiki>((Frame5TimeToHold & 0xF) | ((Frame5TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0xA || 0x1 || <nowiki>((Frame6TimeToHold & 0xF) | ((Frame6TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0xB || 0x1 || <nowiki>((Frame8Brightness & 0xF) | ((Frame7Brightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0xC || 0x1 || <nowiki>((Frame7TimeToHold & 0xF) | ((Frame7TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0xD || 0x1 || <nowiki>((Frame8TimeToHold & 0xF) | ((Frame8TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0xE || 0x1 || <nowiki>((Frame10Brightness & 0xF) | ((Frame9Brightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0xF || 0x1 || <nowiki>((Frame9TimeToHold & 0xF) | ((Frame9TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x10 || 0x1 || <nowiki>((Frame10TimeToHold & 0xF) | ((Frame10TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x11 || 0x1 || <nowiki>((Frame12Brightness & 0xF) | ((Frame11Brightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x12 || 0x1 || <nowiki>((Frame11TimeToHold & 0xF) | ((Frame11TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x13 || 0x1 || <nowiki>((Frame12TimeToHold & 0xF) | ((Frame12TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x14 || 0x1 || <nowiki>((Frame14Brightness & 0xF) | ((Frame13Brightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x15 || 0x1 || <nowiki>((Frame13TimeToHold & 0xF) | ((Frame13TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x16 || 0x1 || <nowiki>((Frame14TimeToHold & 0xF) | ((Frame14TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x17 || 0x1 || <nowiki>((Reserved & 0xF) | ((Frame15Brightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x18 || 0x1 || <nowiki>((Frame15TimeToHold & 0xF) | ((Frame15TimeTowards & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x19 || 0x1 || <nowiki>((Reserved & 0xF) | ((Reserved & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x1A || 0x1 || <nowiki>((TimeTowardsFinalBrightness & 0xF) | ((FinalBrightness & 0xF) << 4))</nowiki> |
| + | |- |
| + | | 0x1B || 0x1 || <nowiki>(Timeout & 0xFF)</nowiki> |
| + | |- |
| + | | 0x1C || 0x1 || <nowiki>((Timeout >> 8) & 0xFF)</nowiki> |
| + | |} |
| | | |
| [9.0.0+] This runs code similar to [[#SetNotificationLedPatternWithTimeout]], except it passes the following param values to an internal func: flag=1 and TimeSpan=0 (with [[#SetNotificationLedPatternWithTimeout]] these are flag=0 and TimeSpan={input value}). | | [9.0.0+] This runs code similar to [[#SetNotificationLedPatternWithTimeout]], except it passes the following param values to an internal func: flag=1 and TimeSpan=0 (with [[#SetNotificationLedPatternWithTimeout]] these are flag=0 and TimeSpan={input value}). |
Line 1,891: |
Line 2,179: |
| == GetHidbusSystemServiceObject == | | == GetHidbusSystemServiceObject == |
| No input, returns an [[#IHidbusSystemServer]]. | | No input, returns an [[#IHidbusSystemServer]]. |
| + | |
| + | == GetTouchScreenFirmwareVersion == |
| + | No input. Returns a [[#FirmwareVersion]]. |
| + | |
| + | This requests the current firmware version from the touch screen IC. |
| + | |
| + | It first ensures the touch screen IC's chip id is one of the following: |
| + | 0x7036 - Ftm4cd60d (STMicroelectronics FingerTipS FT9CJ/FT9CF) |
| + | 0x4036 - Fst2ba61ya1 |
| + | |
| + | Then constructs the final firmware version as follows: |
| + | uint32_t FtsVersion = GetFtsReleasedVer(); // Matches the xxxx value found in the FTS_xxxx.fts256 and FTS_xxxx.ftb firmware files. |
| + | |
| + | uint8_t FtsVersionByte0 = (FtsVersion & 0xFF); |
| + | uint8_t FtsVersionByte1 = (FtsVersion & 0xFF00); |
| + | uint8_t FtsVersionByte2 = (FtsVersion & 0xFF0000); |
| + | uint8_t FtsVersionByte3 = (FtsVersion & 0xFF000000); |
| + | |
| + | uint8_t FirmwareVersionByte0 = FtsVersionByte3; |
| + | uint8_t FirmwareVersionByte1 = FtsVersionByte2; |
| + | uint8_t FirmwareVersionByte2 = FtsVersionByte1; |
| + | uint8_t FirmwareVersionByte3 = FtsVersionByte0; |
| + | |
| + | if (FtsVersionByte3 <= 0x31) { |
| + | FirmwareVersionByte3 = 0; |
| + | FirmwareVersionByte1 = 0; |
| + | FirmwareVersionByte0 = 0x31; |
| + | |
| + | if (FtsVersionByte2 == 0x5) { |
| + | FirmwareVersionByte2 = 2; |
| + | } else if (FtsVersionByte2 == 0x12) { |
| + | FirmwareVersionByte2 = 0; |
| + | } else if (FtsVersionByte2 == 0x1A) { |
| + | FirmwareVersionByte2 = 1; |
| + | } else { |
| + | // Throw error. |
| + | } |
| + | } |
| + | |
| + | uint8_t FirmwareVersion[0x10] = {0}; |
| + | *(uint32_t *)FirmwareVersion = (FirmwareVersionByte3 << 24) | (FirmwareVersionByte2 << 16) | (FirmwareVersionByte1 << 8) | FirmwareVersionByte0; |
| + | *((uint32_t *)FirmwareVersion + 1) = 0x5354; // "TS" |
| + | |
| + | return FirmwareVersion; |
| | | |
| == IsFirmwareAvailableForNotification == | | == IsFirmwareAvailableForNotification == |
Line 2,797: |
Line 3,129: |
| = xcd:sys = | | = xcd:sys = |
| This is "nn::xcd::detail::ISystemServer". | | This is "nn::xcd::detail::ISystemServer". |
| + | |
| + | This was removed with [19.0.0+]. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 2,802: |
Line 3,136: |
| ! Cmd || Name | | ! Cmd || Name |
| |- | | |- |
− | | 0 || GetDataFormat | + | | 0 || [[#GetDataFormat]] |
| |- | | |- |
− | | 1 || SetDataFormat | + | | 1 || [[#SetDataFormat]] |
| |- | | |- |
− | | 2 || GetMcuState | + | | 2 || [[#GetMcuState]] |
| |- | | |- |
− | | 3 || SetMcuState | + | | 3 || [[#SetMcuState]] |
| |- | | |- |
− | | 4 || GetMcuVersionForNfc | + | | 4 || [[#GetMcuVersionForNfc]] |
| |- | | |- |
− | | 5 || CheckNfcDevicePower | + | | 5 || [[#CheckNfcDevicePower]] |
| |- | | |- |
− | | 6 || [5.0.0+] SetMcuStateImmediate | + | | 6 || [5.0.0+] [[#SetMcuStateImmediate]] |
| |- | | |- |
− | | 10 || SetNfcEvent | + | | 10 || [[#SetNfcEvent]] |
| |- | | |- |
− | | 11 || GetNfcInfo | + | | 11 || [[#GetNfcInfo]] |
| |- | | |- |
| | 12 || StartNfcDiscovery | | | 12 || StartNfcDiscovery |
Line 2,849: |
Line 3,183: |
| [5.0.0+] SetDataFormat, SetMcuState, and ClearMifareKey: now takes a total of 0xC-bytes of input instead of 0x10. | | [5.0.0+] SetDataFormat, SetMcuState, and ClearMifareKey: now takes a total of 0xC-bytes of input instead of 0x10. |
| | | |
− | [6.0.0+]: The buffer type used by GetNfcInfo is now 0x32 instead of 0x1A. | + | == GetDataFormat == |
| + | Takes an input 8-byte handle, returns an output u8. |
| + | |
| + | == SetDataFormat == |
| + | Takes an input u8 and a 8-byte handle (4-byte alignment), no output. |
| + | |
| + | == GetMcuState == |
| + | Takes an input 8-byte handle, returns an output u8. |
| + | |
| + | == SetMcuState == |
| + | Takes an input u8 and a 8-byte handle (4-byte alignment), no output. |
| + | |
| + | == GetMcuVersionForNfc == |
| + | Takes an input 8-byte handle, returns an output 0x20-byte struct. |
| + | |
| + | == CheckNfcDevicePower == |
| + | Takes an input 8-byte handle, no output. |
| + | |
| + | == SetMcuStateImmediate == |
| + | Takes an input u8 and a 8-byte handle (4-byte alignment), no output. |
| + | |
| + | == SetNfcEvent == |
| + | Takes an input 8-byte handle, returns 2 output Event handles. |
| + | |
| + | == GetNfcInfo == |
| + | Takes an input 8-byte handle and a type-0x1A output buffer. |
| + | |
| + | [6.0.0+]: The buffer type is now 0x32 instead of 0x1A. |
| + | |
| + | This buffer contains a 0x804-byte struct, for the NFC data sent in response to the various other cmds. |
| | | |
| = hidbus = | | = hidbus = |
Line 3,109: |
Line 3,472: |
| | 0x1C | | | 0x1C |
| | [5.0.0+] [[#ConsoleSixAxisSensorSharedMemoryFormat|ConsoleSixAxisSensor]] | | | [5.0.0+] [[#ConsoleSixAxisSensorSharedMemoryFormat|ConsoleSixAxisSensor]] |
| + | |- |
| + | | 0x3DC00 |
| + | | 0x400 |
| + | | [16.0.0+] [[#MouseSharedMemoryFormat|DebugMouse]] |
| |} | | |} |
| | | |
Line 3,653: |
Line 4,020: |
| ===== DigitizerState ===== | | ===== DigitizerState ===== |
| This is "nn::hid::DigitizerState". | | This is "nn::hid::DigitizerState". |
| + | |
| + | This is managed by the sysmodule "cs" (development only) through [[HID_services#hid:dbg|hid:dbg]] commands. No actual physical device is supported on NX. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 4,133: |
Line 4,502: |
| |- | | |- |
| | 0x160 | | | 0x160 |
− | | 0x40 | + | | 0x60 |
| | [[#SixAxisSensorUserCalibrationStateLifo]] | | | [[#SixAxisSensorUserCalibrationStateLifo]] |
| |- | | |- |
− | | 0x1A0 | + | | 0x1C0 |
− | | 0x40 | + | | 0x20 |
| | UniquePadConfigMutex | | | UniquePadConfigMutex |
| |} | | |} |
Line 4,415: |
Line 4,784: |
| |- | | |- |
| | 0x0 | | | 0x0 |
− | | 0x43F0 ([1.0.0-8.1.0] 0x4410) | + | | 0x43F8 ([9.0.0-12.1.0] 0x43F0, [1.0.0-8.1.0] 0x4410) |
| | [[#NpadInternalState]] | | | [[#NpadInternalState]] |
| |} | | |} |
Line 4,541: |
Line 4,910: |
| |- | | |- |
| | 0x4208 | | | 0x4208 |
− | | 0x40 | + | | 0x20 |
| | [1.0.0-8.1.0] Mutex | | | [1.0.0-8.1.0] Mutex |
| |- | | |- |
Line 4,563: |
Line 4,932: |
| | 0x4 | | | 0x4 |
| | [[#NpadLagerType|LagerType]] | | | [[#NpadLagerType|LagerType]] |
| + | |- |
| + | | 0x43F0 |
| + | | 0x1 * 6 |
| + | | [13.0.0+] Array of [[#SixAxisSensorProperties]] |
| |} | | |} |
| | | |
Line 6,698: |
Line 7,071: |
| |- | | |- |
| | 31 | | | 31 |
− | | LagonCLeft (Left C button in N64 controller) | + | | [12.0.0+] LeftC (Left C button in N64 controller) |
| |- | | |- |
| | 32 | | | 32 |
− | | LagonCUp (Up C button in N64 controller) | + | | [12.0.0+] UpC (Up C button in N64 controller) |
| |- | | |- |
| | 33 | | | 33 |
− | | LagonCRight (Right C button in N64 controller) | + | | [12.0.0+] RightC (Right C button in N64 controller) |
| |- | | |- |
| | 34 | | | 34 |
− | | LagonCDown (Down C button in N64 controller) | + | | [12.0.0+] DownC (Down C button in N64 controller) |
| |} | | |} |
| | | |
Line 6,725: |
Line 7,098: |
| ! Bits | | ! Bits |
| ! Description | | ! Description |
− | ! Notes
| |
| |- | | |- |
| | 0 | | | 0 |
− | | NpadStyleFullKey | + | | NpadStyleFullKey (Pro Controller) |
− | | Pro Controller
| |
| |- | | |- |
| | 1 | | | 1 |
− | | NpadStyleHandheld | + | | NpadStyleHandheld (Joy-Con controller in handheld mode) |
− | | Joy-Con controller in handheld mode
| |
| |- | | |- |
| | 2 | | | 2 |
− | | NpadStyleJoyDual | + | | NpadStyleJoyDual (Joy-Con controller in dual mode) |
− | | Joy-Con controller in dual mode
| |
| |- | | |- |
| | 3 | | | 3 |
− | | NpadStyleJoyLeft | + | | NpadStyleJoyLeft (Joy-Con left controller in single mode) |
− | | Joy-Con left controller in single mode
| |
| |- | | |- |
| | 4 | | | 4 |
− | | NpadStyleJoyRight | + | | NpadStyleJoyRight (Joy-Con right controller in single mode) |
− | | Joy-Con right controller in single mode
| |
| |- | | |- |
| | 5 | | | 5 |
− | | NpadStyleGc | + | | NpadStyleGc (GameCube controller) |
− | | GameCube controller
| |
| |- | | |- |
| | 6 | | | 6 |
− | | NpadStylePalma | + | | NpadStylePalma (Poké Ball Plus controller) |
− | | Poké Ball Plus controller
| |
| |- | | |- |
| | 7 | | | 7 |
− | | NpadStyleLark | + | | NpadStyleLark (NES/Famicom controller) |
− | | NES/Famicom controller
| |
| |- | | |- |
| | 8 | | | 8 |
− | | NpadStyleHandheldLark | + | | NpadStyleHandheldLark (NES/Famicom controller in handheld mode) |
− | | NES/Famicom controller in handheld mode
| |
| |- | | |- |
| | 9 | | | 9 |
− | | NpadStyleLucia | + | | NpadStyleLucia (SNES controller) |
− | | SNES controller
| |
| |- | | |- |
| | 10 | | | 10 |
− | | NpadStyleLagon | + | | [12.0.0+] NpadStyleLagon (N64 controller) |
− | | N64 controller
| |
| |- | | |- |
| | 11 | | | 11 |
− | | NpadStyleLager | + | | [13.0.0+] NpadStyleLager (Sega Genesis controller) |
− | | Sega Genesis controller
| |
| |- | | |- |
| | 12-28 | | | 12-28 |
| | Reserved | | | Reserved |
− | |
| |
| |- | | |- |
| | 29 | | | 29 |
− | | NpadStyleSystemExt | + | | NpadStyleSystemExt (generic external controller) |
− | | Generic external controller
| |
| |- | | |- |
| | 30 | | | 30 |
− | | NpadStyleSystem | + | | NpadStyleSystem (generic controller) |
− | | Generic controller
| |
| |- | | |- |
| | 31 | | | 31 |
| | Reserved | | | Reserved |
− | |
| |
| |} | | |} |
| | | |
| = NpadDeviceTypeSet = | | = NpadDeviceTypeSet = |
− | This is "nn::hid::system::NpadDeviceType". This is a BitFlagSet object for [[#NpadDeviceType]]. | + | This is "nn::hid::system::NpadDeviceTypeSet". This is a BitFlagSet object for [[#DeviceType|NpadDeviceType]]. |
| | | |
| = NpadSystemPropertiesSet = | | = NpadSystemPropertiesSet = |
Line 6,799: |
Line 7,155: |
| | | |
| = NpadSystemProperties = | | = NpadSystemProperties = |
− | This is "nn::hid::NpadSystemProperties". This is a 64-bit flag. | + | This is "nn::hid::detail::NpadSystemProperties". This is a 64-bit flag. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 7,010: |
Line 7,366: |
| |- | | |- |
| | 3 || Default | | | 3 || Default |
| + | |} |
| + | |
| + | = FirmwareVersion = |
| + | This is "nn::hid::system::FirmwareVersion" ([1.0.0-2.3.0] "nn::hid::debug::FirmwareVersion"). |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset |
| + | ! Size |
| + | ! Description |
| + | |- |
| + | | 0x0 |
| + | | 0x1 |
| + | | Major |
| + | |- |
| + | | 0x1 |
| + | | 0x1 |
| + | | Minor |
| + | |- |
| + | | 0x2 |
| + | | 0x1 |
| + | | Micro |
| + | |- |
| + | | 0x3 |
| + | | 0x1 |
| + | | Revision |
| + | |- |
| + | | 0x4 |
| + | | 0xC |
| + | | [3.0.0+] [[#DeviceIdentifier]] |
| + | |} |
| + | |
| + | == DeviceIdentifier == |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| + | |- |
| + | | "JR" || Joy-Con right controller |
| + | |- |
| + | | "JL" || Joy-Con left controller |
| + | |- |
| + | | "FK" || Pro Controller |
| + | |- |
| + | | "MY" || MiyabiLeft and MiyabiRight |
| + | |- |
| + | | "LC" || Tarragon and Tarragon2 |
| + | |- |
| + | | "HL" || Famicom left controller |
| + | |- |
| + | | "HR" || Famicom right controller (with microphone) |
| + | |- |
| + | | "NL" || NES left controller |
| + | |- |
| + | | "NR" || NES right controller |
| + | |- |
| + | | "SN" || SNES controller |
| + | |- |
| + | | "LT" || N64 controller |
| + | |- |
| + | | "LS" || Sega Genesis controller |
| + | |- |
| + | | "PB" || Poké Ball Plus controller |
| + | |- |
| + | | "SH" || SioH |
| + | |- |
| + | | "TS" || TouchScreen |
| |} | | |} |
| | | |
Line 7,185: |
Line 7,607: |
| | 2 || Rail | | | 2 || Rail |
| |- | | |- |
− | | 3 || USB | + | | 3 || Usb |
| |- | | |- |
− | | 4 || Unknown | + | | 4 || Embedded |
| |} | | |} |
| | | |
Line 7,240: |
Line 7,662: |
| |} | | |} |
| | | |
− | = GestureDirection = | + | = SixAxisSensorProperties = |
− | This is "nn::hid::GestureDirection". | + | This is "nn::hid::server::SixAxisSensorProperties". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || None
| + | ! Bit |
| + | ! Description |
| |- | | |- |
− | | 1 || Left | + | | 0 |
| + | | IsSixAxisSensorDeviceNewlyAssigned |
| + | |- |
| + | | 1 |
| + | | IsFirmwareUpdateAvailableForSixAxisSensor |
| + | |} |
| + | |
| + | = GestureDirection = |
| + | This is "nn::hid::GestureDirection". |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| + | |- |
| + | | 0 || None |
| + | |- |
| + | | 1 || Left |
| |- | | |- |
| | 2 || Up | | | 2 || Up |
Line 7,345: |
Line 7,782: |
| |- | | |- |
| | 16 | | | 16 |
− | | Lagon | + | | [12.0.0+] Lagon |
| |- | | |- |
| | 17 | | | 17 |
− | | Lager | + | | [13.0.0+] Lager |
| |- | | |- |
| | 18-30 | | | 18-30 |
Line 7,359: |
Line 7,796: |
| = DeviceTypeInternal = | | = DeviceTypeInternal = |
| This is "nn::hid::detail::DeviceTypeInternal". | | This is "nn::hid::detail::DeviceTypeInternal". |
| + | |
| + | [9.0.0+] This has been superseded by [[#DeviceType_2|DeviceType]]. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 7,395: |
Line 7,834: |
| |} | | |} |
| | | |
− | [9.0.0+] This is "nn::hidtypes::DeviceType".
| + | = DeviceType = |
| + | This is "nn::hidtypes::DeviceType". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| ! Value | | ! Value |
− | ! [[#DeviceType|DeviceType]]
| |
− | ! [[#UniquePadType|UniquePadType]]
| |
− | ! [[#AppletDetailedUiType|AppletDetailedUiType]]
| |
| ! Description | | ! Description |
| |- | | |- |
− | | 1 || JoyRight, HandheldRight || RightController || JoyDual, JoyRightHorizontal, JoyRightVertical, JoyDualRightOnly, HandheldJoyConRightOnly, HandheldJoyConLeftJoyConRight, HandheldLarkHvc1JoyConRight, HandheldLarkNesLeftJoyConRight, HandheldNone || Joy-Con right controller | + | | 0 || Unknown |
| |- | | |- |
− | | 2 || JoyLeft, HandheldLeft || LeftController || JoyDual, JoyLeftHorizontal, JoyLeftVertical, JoyDualLeftOnly, HandheldJoyConLeftOnly, HandheldJoyConLeftJoyConRight, HandheldJoyConLeftLarkHvc2, HandheldJoyConLeftLarkNesRight, HandheldNone || Joy-Con left controller | + | | 1 || [[#JoyConRight|JoyConRight]] |
| |- | | |- |
− | | 3 || FullKey || FullKeyController || SwitchProController || Pro Controller | + | | 2 || [[#JoyConLeft|JoyConLeft]] |
| |- | | |- |
− | | 4 || JoyLeft || LeftController || || Reserved | + | | 3 || [[#SwitchProController|SwitchProController]] |
| |- | | |- |
− | | 5 || JoyRight || RightController || || Reserved | + | | 4 || MiyabiLeft |
| |- | | |- |
− | | 6 || FullKey || FullKeyController || || Reserved | + | | 5 || MiyabiRight |
| |- | | |- |
− | | 7 || LarkHvcLeft, HandheldLarkHvcLeft || LeftController || LarkHvc1, HandheldLarkHvc1Only, HandheldLarkHvc1JoyConRight, HandheldLarkHvc1LarkHvc2, HandheldLarkHvc1LarkNesRight, HandheldNone || Famicom left controller | + | | 6 || [[#Tarragon|Tarragon]] |
| |- | | |- |
− | | 8 || LarkHvcRight, HandheldLarkHvcRight || RightController || LarkHvc2, HandheldLarkHvc2Only, HandheldJoyConLeftLarkHvc2, HandheldLarkHvc1LarkHvc2, HandheldLarkNesLeftLarkHvc2, HandheldNone || Famicom right controller (with microphone) | + | | 7 || [[#LarkH1|LarkH1]] |
| |- | | |- |
− | | 9 || LarkNesLeft, HandheldLarkNesLeft || LeftController || LarkNesLeft, HandheldLarkNesLeftOnly, HandheldLarkNesLeftJoyConRight, HandheldLarkNesLeftLarkHvc2, HandheldLarkNesLeftLarkNesRight, HandheldNone || NES left controller | + | | 8 || [[#LarkH2|LarkH2]] |
| |- | | |- |
− | | 10 || LarkNesRight, HandheldLarkNesRight || RightController || LarkNesRight, HandheldLarkNesRightOnly, HandheldJoyConLeftLarkNesRight, HandheldLarkHvc1LarkNesRight, HandheldLarkNesLeftLarkNesRight, HandheldNone || NES right controller | + | | 9 || [[#LarkNL|LarkNL]] |
| |- | | |- |
− | | 11 || Lucia || FullKeyController || LuciaU, LuciaJ, LuciaE || SNES controller | + | | 10 || [[#LarkNR|LarkNR]] |
| |- | | |- |
− | | 12 || Palma || Embedded || Unknown || Poké Ball Plus controller | + | | 11 || [[#Lucia|Lucia]] |
| |- | | |- |
− | | 13 || FullKey || FullKeyController || || Gc controller | + | | 12 || [[#Palma|Palma]] |
| |- | | |- |
− | | 14 || HandheldLeft || LeftController || || Reserved | + | | 13 || [[#GcOnGggg|GcOnGggg]] |
| |- | | |- |
− | | 15 || FullKey || FullKeyController || || Reserved | + | | 14 || FiftyL |
| |- | | |- |
− | | 16 || FullKey || FullKeyController || || Reserved | + | | 15 || UsbPad |
| |- | | |- |
− | | 17 || DebugPad || DebugPadController || Verification || Debug controller | + | | 16 || WinGenericPad |
| |- | | |- |
− | | 18 || HandheldRight || RightController || || Reserved | + | | 17 || Sio |
| |- | | |- |
− | | 19 || System || Embedded || CompatibleProController || Third party Pro Controller | + | | 18 || FiftyR |
| |- | | |- |
− | | 20 || System || Embedded || CompatibleJoyCon, HandheldNone || Third party Joy-Con right controller | + | | 19 || DebugSwitchProControllerCompatibleDevice |
| |- | | |- |
− | | 21 || System || Embedded || CompatibleJoyCon, HandheldNone || Third party Joy-Con left controller | + | | 20 || DebugJoyConLeftCompatibleDevice |
| |- | | |- |
− | | 22 || Lagon || FullKeyController || Lagon || N64 controller | + | | 21 || DebugJoyConRightCompatibleDevice |
| |- | | |- |
− | | 28 || Lager || FullKeyController || || Sega Genesis controller | + | | 22 || [12.0.0+] [[#Lagon|Lagon]] |
| + | |- |
| + | | 23 || [12.0.0+] [[#ExternalGrip|ExternalGrip]] |
| + | |- |
| + | | 24 || [13.0.0+] [[#SwitchProControllerDfu|SwitchProControllerDfu]] |
| + | |- |
| + | | 25 || [13.0.0+] [[#ExternalGripDfu|ExternalGripDfu]] |
| + | |- |
| + | | 26 || [13.0.0+] [[#LuciaDfu|LuciaDfu]] |
| + | |- |
| + | | 27 || [13.0.0+] [[#LagonDfu|LagonDfu]] |
| + | |- |
| + | | 28 || [13.0.0+] [[#Lager|Lager]] |
| + | |- |
| + | | 29 || [14.0.0+] [[#LagerDfu|LagerDfu]] |
| + | |- |
| + | | 30 || [14.0.0+] [[#Tarragon2|Tarragon2]] |
| |} | | |} |
| | | |
− | = NpadPowerInfo = | + | == JoyConRight == |
− | This is "nn::hid::system::NpadPowerInfo". | + | [[Joy-Con|Joy-Con]] right controller. USB PID is 0x2007. |
| + | |
| + | == JoyConLeft == |
| + | [[Joy-Con|Joy-Con]] left controller. USB PID is 0x2006. |
| + | |
| + | == SwitchProController == |
| + | [[Pro_Controller|Pro Controller]]. USB PID is 0x2009. |
| + | |
| + | == Tarragon == |
| + | Licensed Pro Controller. |
| + | |
| + | == LarkH1 == |
| + | Famicom left controller. |
| + | |
| + | == LarkH2 == |
| + | Famicom right controller (with microphone). |
| + | |
| + | == LarkNL == |
| + | NES left controller. |
| + | |
| + | == LarkNR == |
| + | NES right controller. |
| + | |
| + | == Lucia == |
| + | SNES controller. USB PID is 0x2017. |
| + | |
| + | == Palma == |
| + | Poké Ball Plus controller. |
| + | |
| + | == GcOnGggg == |
| + | GameCube controller. |
| + | |
| + | == Lagon == |
| + | N64 controller. USB PID is 0x2019. |
| + | |
| + | == ExternalGrip == |
| + | Joy-Con Charging Grip. USB PID is 0x200E. |
| + | |
| + | == SwitchProControllerDfu == |
| + | "Kotetsu" (Pro Controller MCU) in DFU mode. USB PID is 0x200F. |
| + | |
| + | == ExternalGripDfu == |
| + | "Kuina" (Joy-Con Charging Grip MCU) in DFU mode. USB PID is 0x2008. |
| + | |
| + | == LuciaDfu == |
| + | SNES controller MCU in DFU mode. USB PID is 0x2018. |
| + | |
| + | == LagonDfu == |
| + | N64 controller MCU in DFU mode. USB PID is 0x201A. |
| + | |
| + | == Lager == |
| + | Sega Genesis controller. USB PID is 0x201E. |
| + | |
| + | == LagerDfu == |
| + | Sega Genesis controller MCU in DFU mode. USB PID is 0x201F. |
| + | |
| + | == Tarragon2 == |
| + | Licensed Pro Controller. |
| + | |
| + | = VidPidDefinition = |
| + | This is "nn::hidtypes::VidPidDefinition". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 7,461: |
Line 7,974: |
| |- | | |- |
| | 0x0 | | | 0x0 |
− | | 0x1 | + | | 0x2 |
− | | IsPowered | + | | Vid |
| |- | | |- |
− | | 0x1 | + | | 0x2 |
− | | 0x1 | + | | 0x2 |
− | | IsCharging | + | | PidRangeMax |
| |- | | |- |
| + | | 0x4 |
| | 0x2 | | | 0x2 |
| + | | PidRangeMin |
| + | |- |
| | 0x6 | | | 0x6 |
− | | Reserved | + | | 0x1 |
| + | | [[#DeviceTypeInternal|DeviceType]] |
| |- | | |- |
− | | 0x8 | + | | 0x7 |
− | | 0x6 | + | | 0x1 |
| + | | Reserved |
| + | |} |
| + | |
| + | = VidPidDefinitions = |
| + | This is "nn::hidtypes::detail::VidPidDefinitions". This is a list of [[#VidPidDefinition|VidPidDefinition]] objects maintained by the hid-sysmodule. |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Vid || PidRangeMax || PidRangeMin || [[#DeviceTypeInternal|DeviceType]] |
| + | |- |
| + | | 0x57E || 0x2006 || 0x2006 || 2 |
| + | |- |
| + | | 0x57E || 0x2007 || 0x2007 || 1 |
| + | |- |
| + | | 0x57E || 0x2009 || 0x2009 || 3 |
| + | |- |
| + | | 0x57E || 0x200F || 0x200F || 24 |
| + | |- |
| + | | 0x57E || 0x200E || 0x200E || 23 |
| + | |- |
| + | | 0x57E || 0x2008 || 0x2008 || 25 |
| + | |- |
| + | | 0x57E || 0x2017 || 0x2017 || 11 |
| + | |- |
| + | | 0x57E || 0x2018 || 0x2018 || 26 |
| + | |- |
| + | | 0x57E || 0x2019 || 0x2019 || 22 |
| + | |- |
| + | | 0x57E || 0x201A || 0x201A || 27 |
| + | |- |
| + | | 0x57E || 0x201E || 0x201E || 28 |
| + | |- |
| + | | 0x57E || 0x201F || 0x201F || 29 |
| + | |- |
| + | | 0x57E || 0x337 || 0x337 || 13 |
| + | |- |
| + | | 0x57E || 0x300E || 0x300E || [17.0.0+] 18 |
| + | |- |
| + | | 0x57E || 0x300D || 0x300D || [17.0.0+] 14 |
| + | |- |
| + | | 0xF0D || 0x92 || 0x92 || 15 |
| + | |- |
| + | | 0xF0D || 0xAB || 0xAA || 15 |
| + | |- |
| + | | 0xF0D || 0xC1 || 0xC1 || 15 |
| + | |- |
| + | | 0xF0D || 0xFF || 0xF0 || 15 |
| + | |- |
| + | | 0xF0D || 0x22F || 0x200 || 15 |
| + | |- |
| + | | 0xE6F || 0x193 || 0x180 || 15 |
| + | |- |
| + | | 0x20D6 || 0xA719 || 0xA710 || 15 |
| + | |- |
| + | | 0x20D6 || 0xA729 || 0xA720 || 15 |
| + | |- |
| + | | 0x33DD || 0xB || 0x1 || 15 |
| + | |} |
| + | |
| + | = NpadPowerInfo = |
| + | This is "nn::hid::system::NpadPowerInfo". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset |
| + | ! Size |
| + | ! Description |
| + | |- |
| + | | 0x0 |
| + | | 0x1 |
| + | | IsPowered |
| + | |- |
| + | | 0x1 |
| + | | 0x1 |
| + | | IsCharging |
| + | |- |
| + | | 0x2 |
| + | | 0x6 |
| + | | Reserved |
| + | |- |
| + | | 0x8 |
| + | | 0x4 |
| | [[#BatteryLevel|BatteryLevel]] | | | [[#BatteryLevel|BatteryLevel]] |
| |} | | |} |
Line 7,552: |
Line 8,151: |
| |- | | |- |
| | 2 || GcErm | | | 2 || GcErm |
| + | |- |
| + | | 3 || Erm |
| |} | | |} |
| | | |
Line 7,689: |
Line 8,290: |
| | 14 || SuspendFeature | | | 14 || SuspendFeature |
| |- | | |- |
− | | [[5.1.0]]+ 15 || ReadPlayLog | + | | 15 || [5.1.0+] ReadPlayLog |
| |- | | |- |
− | | [[5.1.0]]+ 16 || ResetPlayLog | + | | 16 || [5.1.0+] ResetPlayLog |
| |} | | |} |
| | | |
Line 7,932: |
Line 8,533: |
| |} | | |} |
| | | |
− | = PowerInfo = | + | = DigitizerAutoPilotState = |
− | This is "nn::hidtypes::PowerInfo". | + | This is "nn::hid::debug::DigitizerAutoPilotState". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 7,941: |
Line 8,542: |
| ! Description | | ! Description |
| |- | | |- |
− | | 0x0 || 0x4 || BatteryLevel | + | | 0x0 || 0x44 || |
− | |- | + | |} |
− | | 0x4 || 0x4 || [[#PowerAttribute]] | + | |
| + | = PowerInfo = |
| + | This is "nn::hidtypes::PowerInfo". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset |
| + | ! Size |
| + | ! Description |
| + | |- |
| + | | 0x0 || 0x4 || BatteryLevel |
| + | |- |
| + | | 0x4 || 0x4 || [[#PowerAttribute]] |
| |} | | |} |
| | | |
Line 8,162: |
Line 8,775: |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! Offset || Size || Subcommand argdata bytepos || Subcommand argdata nibble || Description | + | ! Offset |
| + | ! Size |
| + | ! Description |
| |- | | |- |
− | | 0x0 || 0x1 || 0x0 || Low || Mini Cycle Base Duration. Value 0x1-0xF: 12.5ms - 187.5ms. Value 0x0 = 0ms/OFF. | + | | 0x0 |
| + | | 0x1 |
| + | | TimeUnit |
| |- | | |- |
− | | 0x1 || 0x1 || 0x0 || High || Number of Mini Cycles + 1. Value 0x0-0xF: 1 - 16 mini cycles. | + | | 0x1 |
| + | | 0x1 |
| + | | FrameCount |
| |- | | |- |
− | | 0x2 || 0x1 || 0x1 || Low || Number of Full Cycles. Value 0x1-0xF: 1 - 15 full cycles. Value 0x0 is repeat forever, but if Mini Cycle Base Duration is set to 0x0, it does the 1st Mini Cycle with a 12.5ms base duration and then the LED stays on with LED Start Intensity. | + | | 0x2 |
| + | | 0x1 |
| + | | CycleCount |
| |- | | |- |
− | | 0x3 || 0x1 || 0x1 || High || LED Start Intensity. Value 0x0-0xF: 0% - 100%. (In HW, 1 - 241 duty) | + | | 0x3 |
| + | | 0x1 |
| + | | InitialBrightness |
| |- | | |- |
− | | 0x4 || 0x1 || 0x2 || High || Mini Cycle 1 LED Intensity. Value 0x0-0xF: 0% - 100%. (In HW, 1 - 241 duty) | + | | 0x4 |
| + | | 0x4 * 15 |
| + | | [[#Frame|Frames]] |
| |- | | |- |
− | | 0x5 || 0x1 || 0x3 || High || Fading Transition Steps to Mini Cycle 1 (Uses PWM). Value 0x0: Instant. Each step duration is based on Mini Cycle Step Duration Multiplier. | + | | 0x40 |
| + | | 0x1 |
| + | | FinalBrightness |
| |- | | |- |
− | | 0x6 || 0x1 || 0x3 || Low || Final Step Duration Multiplier of Mini Cycle 1. Value is a Multiplier of Mini Cycle Base Duration. Value 0x0: 12.5ms, 0x1 - xF: 1x - 15x. | + | | 0x41 |
| + | | 0x1 |
| + | | TimeTowardsFinalBrightness |
| |- | | |- |
− | | 0x7 || 0x1 || || || Unused | + | | 0x42 |
| + | | 0x6 |
| + | | Reserved |
| + | |} |
| + | |
| + | == Frame == |
| + | {| class="wikitable" border="1" |
| |- | | |- |
− | | 0x8 || 0x1 || 0x2 || Low || Mini Cycle 2 LED Intensity.
| + | ! Offset |
| + | ! Size |
| + | ! Description |
| |- | | |- |
− | | 0x9 || 0x1 || 0x4 || High || Fading Transition Steps to Mini Cycle 2 (see above). | + | | 0x0 |
| + | | 0x1 |
| + | | Brightness |
| |- | | |- |
− | | 0xA || 0x1 || 0x4 || Low || Final Step Duration Multiplier of Mini Cycle 2 (see above). | + | | 0x1 |
| + | | 0x1 |
| + | | TimeTowards |
| |- | | |- |
− | | 0xB || 0x1 || || || Unused | + | | 0x2 |
| + | | 0x1 |
| + | | TimeToHold |
| |- | | |- |
− | | 0xC || 0x1 || 0x5 || High || Mini Cycle 3 LED Intensity. | + | | 0x3 |
− | |-
| + | | 0x1 |
− | | 0xD || 0x1 || 0x6 || High || Fading Transition Steps to Mini Cycle 3 (see above).
| + | | Reserved |
− | |-
| + | |} |
− | | 0xE || 0x1 || 0x6 || Low || Final Step Duration Multiplier of Mini Cycle 3 (see above).
| + | |
− | |-
| + | = SystemButtonConfigEmbedded = |
− | | 0xF || 0x1 || || || Unused
| + | This is "nn::hid::system::ButtonConfigEmbedded". This is a 0x2C8-byte struct. |
− | |-
| + | |
− | | 0x10 || 0x1 || 0x5 || Low || Mini Cycle 4 LED Intensity.
| + | = SystemButtonConfigFull = |
− | |-
| + | This is "nn::hid::system::ButtonConfigFull". This is a 0x2C8-byte struct. |
− | | 0x11 || 0x1 || 0x7 || High || Fading Transition Duration to Mini Cycle 4 (see above).
| + | |
− | |-
| + | = SystemButtonConfigLeft = |
− | | 0x12 || 0x1 || 0x7 || Low || Final Step Duration Multiplier of Mini Cycle 4 (see above).
| + | This is "nn::hid::system::ButtonConfigLeft". This is a 0x1C8-byte struct. |
− | |-
| + | |
− | | 0x13 || 0x1 || || || Unused
| + | = SystemButtonConfigRight = |
− | |-
| + | This is "nn::hid::system::ButtonConfigRight". This is a 0x1A0-byte struct. |
− | | 0x14 || 0x1 || 0x8 || High || Mini Cycle 5 LED Intensity.
| + | |
− | |-
| + | = ButtonConfigEmbedded = |
− | | 0x15 || 0x1 || 0x9 || High || Fading Transition Steps to Mini Cycle 5 (see above). | + | This is "nn::hidconfig::ButtonConfigEmbedded". This is a 0x54-byte struct. |
| + | |
| + | {| class="wikitable" border="1" |
| |- | | |- |
− | | 0x16 || 0x1 || 0x9 || Low || Final Step Duration Multiplier of Mini Cycle 5 (see above). | + | ! Offset || Size || Description |
| |- | | |- |
− | | 0x17 || 0x1 || || || Unused | + | | 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]] |
| |- | | |- |
− | | 0x18 || 0x1 || 0x8 || Low || Mini Cycle 6 LED Intensity. | + | | 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]] |
| |- | | |- |
− | | 0x19 || 0x1 || 0xA || High || Fading Transition Steps to Mini Cycle 6 (see above). | + | | 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]] |
| |- | | |- |
− | | 0x1A || 0x1 || 0xA || Low || Final Step Duration Multiplier of Mini Cycle 6 (see above). | + | | 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]] |
| |- | | |- |
− | | 0x1B || 0x1 || || || Unused | + | | 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]] |
| |- | | |- |
− | | 0x1C || 0x1 || 0xB || High || Mini Cycle 7 LED Intensity. | + | | 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]] |
| |- | | |- |
− | | 0x1D || 0x1 || 0xC || High || Fading Transition Steps to Mini Cycle 7 (see above). | + | | 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]] |
| |- | | |- |
− | | 0x1E || 0x1 || 0xC || Low || Final Step Duration Multiplier of Mini Cycle 7 (see above). | + | | 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]] |
| |- | | |- |
− | | 0x1F || 0x1 || || || Unused | + | | 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]] |
| |- | | |- |
− | | 0x20 || 0x1 || 0xB || Low || Mini Cycle 8 LED Intensity. | + | | 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]] |
| |- | | |- |
− | | 0x21 || 0x1 || 0xD || Low || Fading Transition Steps to Mini Cycle 8 (see above). | + | | 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]] |
| |- | | |- |
− | | 0x22 || 0x1 || 0xD || High || Final Step Duration Multiplier of Mini Cycle 8 (see above). | + | | 0x2C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]] |
| |- | | |- |
− | | 0x23 || 0x1 || || || Unused | + | | 0x30 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]] |
| |- | | |- |
− | | 0x24 || 0x1 || 0xE || High || Mini Cycle 9 LED Intensity. | + | | 0x34 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]] |
| |- | | |- |
− | | 0x25 || 0x1 || 0xF || High || Fading Transition Steps to Mini Cycle 9 (see above). | + | | 0x38 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]] |
| |- | | |- |
− | | 0x26 || 0x1 || 0xF || Low || Final Step Duration Multiplier of Mini Cycle 9 (see above). | + | | 0x3C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]] |
| |- | | |- |
− | | 0x27 || 0x1 || || || Unused | + | | 0x40 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]] |
| |- | | |- |
− | | 0x28 || 0x1 || 0xE || Low || Mini Cycle 10 LED Intensity. | + | | 0x44 || 0x8 || [[#AnalogStickAssignment|HardwareStickL]] |
| |- | | |- |
− | | 0x29 || 0x1 || 0x10 || High || Fading Transition Steps to Mini Cycle 10 (see above). | + | | 0x4C || 0x8 || [[#AnalogStickAssignment|HardwareStickR]] |
| + | |} |
| + | |
| + | == DigitalButtonAssignment == |
| + | This is "nn::hidconfig::DigitalButtonAssignment". |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| |- | | |- |
− | | 0x2A || 0x1 || 0x10 || Low || Final Step Duration Multiplier of Mini Cycle 10 (see above). | + | | 0 || A |
| |- | | |- |
− | | 0x2B || 0x1 || || || Unused | + | | 1 || B |
| |- | | |- |
− | | 0x2C || 0x1 || 0x11 || High || Mini Cycle 11 LED Intensity. | + | | 2 || X |
| |- | | |- |
− | | 0x2D || 0x1 || 0x12 || High || Fading Transition Steps to Mini Cycle 11 (see above). | + | | 3 || Y |
| |- | | |- |
− | | 0x2E || 0x1 || 0x12 || Low || Final Step Duration Multiplier of Mini Cycle 11 (see above). | + | | 4 || StickL |
| |- | | |- |
− | | 0x2F || 0x1 || || || Unused | + | | 5 || StickR |
| |- | | |- |
− | | 0x30 || 0x1 || 0x11 || Low || Mini Cycle 12 LED Intensity. | + | | 6 || L |
| |- | | |- |
− | | 0x31 || 0x1 || 0x13 || High || Fading Transition Steps to Mini Cycle 12 (see above). | + | | 7 || R |
| |- | | |- |
− | | 0x32 || 0x1 || 0x13 || Low || Final Step Duration Multiplier of Mini Cycle 12 (see above). | + | | 8 || ZL |
| |- | | |- |
− | | 0x33 || 0x1 || || || Unused | + | | 9 || ZR |
| |- | | |- |
− | | 0x34 || 0x1 || 0x14 || High || Mini Cycle 13 LED Intensity. | + | | 10 || Select |
| |- | | |- |
− | | 0x35 || 0x1 || 0x15 || High || Fading Transition Steps to Mini Cycle 13 (see above). | + | | 11 || Start |
| |- | | |- |
− | | 0x36 || 0x1 || 0x15 || Low || Final Step Duration Multiplier of Mini Cycle 13 (see above). | + | | 12 || Left |
| |- | | |- |
− | | 0x37 || 0x1 || || || Unused | + | | 13 || Up |
| |- | | |- |
− | | 0x38 || 0x1 || 0x14 || Low || Mini Cycle 14 LED Intensity. | + | | 14 || Right |
| |- | | |- |
− | | 0x39 || 0x1 || 0x16 || High || Fading Transition Steps to Mini Cycle 14 (see above). | + | | 15 || Down |
| |- | | |- |
− | | 0x3A || 0x1 || 0x16 || Low || Final Step Duration Multiplier of Mini Cycle 14 (see above). | + | | 16 || LeftSL |
| |- | | |- |
− | | 0x3B || 0x1 || || || Unused | + | | 17 || LeftSR |
| |- | | |- |
− | | 0x3C || 0x1 || 0x17 || High || Mini Cycle 15 LED Intensity. | + | | 18 || RightSL |
| |- | | |- |
− | | 0x3D || 0x1 || 0x18 || High || Fading Transition Steps to Mini Cycle 15 (see above). | + | | 19 || RightSR |
| |- | | |- |
− | | 0x3E || 0x1 || 0x18 || Low || Final Step Duration Multiplier of Mini Cycle 15 (see above). | + | | 20 || HomeButton |
| |- | | |- |
− | | 0x3F || 0x1 || || || Unused | + | | 21 || CaptureButton |
− | |-
| |
− | | 0x40 || 0x1 || 0x17 || Low || Mini Cycle 16 LED Intensity.
| |
− | |-
| |
− | | 0x41 || 0x1 || 0x19 || High || Fading Transition Steps to Mini Cycle 16 (see above). (Unused in older Joy-Con / Pro-Con FW. Unknown for new.)
| |
− | |-
| |
− | | 0x42 || 0x1 || 0x19 || Low || Final Step Duration Multiplier of Mini Cycle 16 (see above). (Unused in older Joy-Con / Pro-Con FW. Unknown for new.)
| |
− | |-
| |
− | | 0x43 || 0x1 || || || Unused
| |
− | |-
| |
− | | 0x44 || 0x1 || 0x1A || High || Unknown (Unused in older Joy-Con / Pro-Con FW. Unknown for new.)
| |
− | |-
| |
− | | 0x45 || 0x1 || 0x1A || Low || Unknown (Unused in older Joy-Con / Pro-Con FW. Unknown for new.)
| |
− | |-
| |
− | | 0x46 || 0x1 || || || Padding
| |
− | |-
| |
− | | 0x47 || 0x1 || || || Padding
| |
| |- | | |- |
| + | | 22 || Invalid |
| |} | | |} |
| | | |
− | The above descriptions in the table are based on the info from [https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/bluetooth_hid_subcommands_notes.md here].
| + | == AnalogStickAssignment == |
− | | + | This is "nn::hidconfig::AnalogStickAssignment". |
− | argdata in the subcommand is initialized as follows: <code>((u8*)cmd_argdata)[pos] = u8_in[pos2] | u8_in[pos3]<<4;</code> Hence, 4bits from pairs of 2-bytes of the input struct are combined to write to the subcommand. Only the low 4bits of each used byte in the struct is used. This is written to stack initially, then copied to the actual cmd_argdata (the data immediately following the subcommandID byte). There's a total of 0x1B-bytes of cmd_argdata initialized from this.
| |
| | | |
− | The layout of cmd_argdata is as follows:
| |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x1B || See above. | + | | 0x0 || 0x4 || [[#AnalogStickRotation]] |
| |- | | |- |
− | | 0x1B || 0xB || Cleared to zero. | + | | 0x4 || 0x1 || IsPairedStickAssigned |
| |- | | |- |
− | | 0x26 || 0x5 || Unused | + | | 0x5 || 0x3 || Reserved |
| + | |} |
| + | |
| + | == AnalogStickRotation == |
| + | This is "nn::hidconfig::AnalogStickRotation". |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| |- | | |- |
− | | 0x2B || 0x8 || Set to an input value, which is hard-coded 0. | + | | 0 || None |
| |- | | |- |
− | | 0x33 || 0x2 || Set to value 0. | + | | 1 || Clockwise90 |
| |- | | |- |
− | | 0x35 || 0x1 || Set to value 1. | + | | 2 || Anticlockwise90 |
| |} | | |} |
| | | |
− | = SystemButtonConfigEmbedded = | + | = ButtonConfigFull = |
− | This is "nn::hid::system::ButtonConfigEmbedded". This is a 0x2C8-byte struct. | + | This is "nn::hidconfig::ButtonConfigFull". This is a 0x54-byte struct. |
| | | |
− | = SystemButtonConfigFull =
| + | This is identical to [[#ButtonConfigEmbedded]]. |
− | This is "nn::hid::system::ButtonConfigFull". This is a 0x2C8-byte struct. | |
| | | |
− | = SystemButtonConfigLeft = | + | = ButtonConfigLeft = |
− | This is "nn::hid::system::ButtonConfigLeft". This is a 0x1C8-byte struct.
| + | This is "nn::hidconfig::ButtonConfigLeft". This is a 0x34-byte struct. |
− | | |
− | = SystemButtonConfigRight =
| |
− | This is "nn::hid::system::ButtonConfigRight". This is a 0x1A0-byte struct.
| |
− | | |
− | = ButtonConfigEmbedded =
| |
− | This is "nn::hidconfig::ButtonConfigEmbedded". This is a 0x54-byte struct. | |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,359: |
Line 8,996: |
| | 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]] | | | 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]] |
| |- | | |- |
− | | 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]] | + | | 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]] |
| |- | | |- |
− | | 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]] | + | | 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]] |
| |- | | |- |
− | | 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]] | + | | 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]] |
| |- | | |- |
− | | 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]] | + | | 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]] |
| |- | | |- |
− | | 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]] | + | | 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSL]] |
| |- | | |- |
− | | 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]] | + | | 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSR]] |
| |- | | |- |
− | | 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]] | + | | 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]] |
| |- | | |- |
− | | 0x2C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]] | + | | 0x2C || 0x8 || [[#AnalogStickAssignment|HardwareStickL]] |
| + | |} |
| + | |
| + | = ButtonConfigRight = |
| + | This is "nn::hidconfig::ButtonConfigRight". This is a 0x30-byte struct. |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]] |
| + | |- |
| + | | 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]] |
| + | |- |
| + | | 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]] |
| + | |- |
| + | | 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]] |
| |- | | |- |
− | | 0x30 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]] | + | | 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]] |
| |- | | |- |
− | | 0x34 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]] | + | | 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]] |
| |- | | |- |
− | | 0x38 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]] | + | | 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]] |
| |- | | |- |
− | | 0x3C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]] | + | | 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]] |
| |- | | |- |
− | | 0x40 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]] | + | | 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSL]] |
| |- | | |- |
− | | 0x44 || 0x8 || [[#AnalogStickAssignment|HardwareStickL]] | + | | 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSR]] |
| |- | | |- |
− | | 0x4C || 0x8 || [[#AnalogStickAssignment|HardwareStickR]] | + | | 0x28 || 0x8 || [[#AnalogStickAssignment|HardwareStickR]] |
| |} | | |} |
| | | |
− | == DigitalButtonAssignment == | + | = StorageName = |
− | This is "nn::hidconfig::DigitalButtonAssignment". | + | This is "nn::hidconfig::StorageName". This is a 0x81-byte struct. |
| + | |
| + | This is an UTF-8 NUL-terminated name string. |
| + | |
| + | = InterfaceType = |
| + | This is "nn::hidtypes::InterfaceType". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,397: |
Line 9,055: |
| ! Description | | ! Description |
| |- | | |- |
− | | 0 || A | + | | 1 || Bluetooth |
| |- | | |- |
− | | 1 || B | + | | 2 || Rail |
| |- | | |- |
− | | 2 || X | + | | 3 || Usb |
| |- | | |- |
− | | 3 || Y | + | | 4 || Embedded |
| + | |} |
| + | |
| + | = DigitalButton = |
| + | This is "nn::hidtypes::DigitalButton". This is a 64-bit flag. |
| + | |
| + | {| class="wikitable" border="1" |
| |- | | |- |
− | | 4 || StickL
| + | ! Bit |
| + | ! Description |
| |- | | |- |
− | | 5 || StickR | + | | 0 |
| + | | A |
| |- | | |- |
− | | 6 || L | + | | 1 |
| + | | B |
| |- | | |- |
− | | 7 || R | + | | 2 |
| + | | X |
| |- | | |- |
− | | 8 || ZL | + | | 3 |
| + | | Y |
| + | |- |
| + | | 4 |
| + | | StickL |
| |- | | |- |
− | | 9 || ZR | + | | 5 |
| + | | StickR |
| |- | | |- |
− | | 10 || Select | + | | 6 |
| + | | L |
| |- | | |- |
− | | 11 || Start | + | | 7 |
| + | | R |
| |- | | |- |
− | | 12 || Left | + | | 8 |
| + | | ZL |
| |- | | |- |
− | | 13 || Up | + | | 9 |
| + | | ZR |
| |- | | |- |
− | | 14 || Right | + | | 10 |
| + | | Start |
| |- | | |- |
− | | 15 || Down | + | | 11 |
| + | | Select |
| |- | | |- |
− | | 16 || LeftSL | + | | 12 |
| + | | Left |
| |- | | |- |
− | | 17 || LeftSR | + | | 13 |
| + | | Up |
| |- | | |- |
− | | 18 || RightSL | + | | 14 |
| + | | Right |
| |- | | |- |
− | | 19 || RightSR | + | | 15 |
| + | | Down |
| |- | | |- |
− | | 20 || HomeButton | + | | 16 |
| + | | SL |
| |- | | |- |
− | | 21 || CaptureButton | + | | 17 |
| + | | SR |
| |- | | |- |
− | | 22 || Invalid | + | | 18 |
− | |}
| + | | Home |
− | | |
− | == AnalogStickAssignment ==
| |
− | This is "nn::hidconfig::AnalogStickAssignment".
| |
− | | |
− | {| class="wikitable" border="1"
| |
| |- | | |- |
− | ! Offset || Size || Description
| + | | 19 |
| + | | Shot |
| |- | | |- |
− | | 0x0 || 0x4 || [[#AnalogStickRotation]] | + | | 20 |
| + | | StickLLeft |
| |- | | |- |
− | | 0x4 || 0x1 || IsPairedStickAssigned | + | | 21 |
| + | | StickLUp |
| |- | | |- |
− | | 0x5 || 0x3 || Reserved | + | | 22 |
− | |}
| + | | StickLRight |
− | | |
− | == AnalogStickRotation ==
| |
− | This is "nn::hidconfig::AnalogStickRotation".
| |
− | | |
− | {| class="wikitable" border="1"
| |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || None | + | | 23 |
| + | | StickLDown |
| |- | | |- |
− | | 1 || Clockwise90 | + | | 24 |
| + | | StickRLeft |
| |- | | |- |
− | | 2 || Anticlockwise90 | + | | 25 |
− | |}
| + | | StickRUp |
− | | |
− | = ButtonConfigFull =
| |
− | This is "nn::hidconfig::ButtonConfigFull". This is a 0x54-byte struct.
| |
− | | |
− | This is identical to [[#ButtonConfigEmbedded]].
| |
− | | |
− | = ButtonConfigLeft =
| |
− | This is "nn::hidconfig::ButtonConfigLeft". This is a 0x34-byte struct.
| |
− | | |
− | {| class="wikitable" border="1"
| |
| |- | | |- |
− | ! Offset || Size || Description
| + | | 26 |
| + | | StickRRight |
| |- | | |- |
− | | 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]] | + | | 27 |
| + | | StickRDown |
| |- | | |- |
− | | 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]] | + | | 28 |
| + | | Palma |
| |- | | |- |
− | | 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]] | + | | 29 |
| + | | HandheldLeftB |
| |- | | |- |
− | | 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]] | + | | 30 |
| + | | Plus |
| |- | | |- |
− | | 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]] | + | | 31 |
| + | | Minus |
| |- | | |- |
− | | 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]] | + | | 32 |
| + | | Z |
| |- | | |- |
− | | 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]] | + | | 33 |
| + | | LeftSL |
| |- | | |- |
− | | 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]] | + | | 34 |
| + | | LeftSR |
| |- | | |- |
− | | 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSL]] | + | | 35 |
| + | | RightSL |
| |- | | |- |
− | | 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSR]] | + | | 36 |
| + | | RightSR |
| |- | | |- |
− | | 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]] | + | | 37 |
| + | | LeftC |
| + | |- |
| + | | 38 |
| + | | UpC |
| + | |- |
| + | | 39 |
| + | | RightC |
| |- | | |- |
− | | 0x2C || 0x8 || [[#AnalogStickAssignment|HardwareStickL]] | + | | 40 |
| + | | DownC |
| |} | | |} |
| | | |
− | = ButtonConfigRight = | + | = AssignmentStyle = |
− | This is "nn::hidconfig::ButtonConfigRight". This is a 0x30-byte struct. | + | This is "nn::hidtypes::AssignmentStyle". This is a 32-bit flag. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! Offset || Size || Description | + | ! Bit |
| + | ! Description |
| |- | | |- |
− | | 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]] | + | | 0 |
| + | | IsExternalAssigned |
| |- | | |- |
− | | 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]] | + | | 1 |
| + | | IsExternalLeftAssigned |
| |- | | |- |
− | | 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]] | + | | 2 |
| + | | IsExternalRightAssigned |
| |- | | |- |
− | | 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]] | + | | 3 |
| + | | IsHandheldAssigned |
| |- | | |- |
− | | 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]] | + | | 4 |
| + | | IsHandheldLeftAssigned |
| |- | | |- |
− | | 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]] | + | | 5 |
− | |-
| + | | IsHandheldRightAssigned |
− | | 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]]
| |
− | |-
| |
− | | 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]]
| |
− | |-
| |
− | | 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSL]]
| |
− | |-
| |
− | | 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSR]]
| |
− | |-
| |
− | | 0x28 || 0x8 || [[#AnalogStickAssignment|HardwareStickR]] | |
| |} | | |} |
| | | |
− | = StorageName = | + | = FeatureType = |
− | This is "nn::hidconfig::StorageName". This is a 0x81-byte struct. | + | This is "nn::hidtypes::FeatureType". This is a 64-bit flag. |
− | | |
− | This is an UTF-8 NUL-terminated name string.
| |
− | | |
− | = IrCameraHandle =
| |
− | This is "nn::irsensor::IrCameraHandle".
| |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! Offset || Size || Description | + | ! Bit |
| + | ! Description |
| |- | | |- |
− | | 0x0 || 0x1 || PlayerNumber | + | | 0 |
| + | | HasLeftAnalogStick |
| |- | | |- |
− | | 0x1 || 0x1 || DeviceType | + | | 1 |
| + | | HasRightAnalogStick |
| |- | | |- |
− | | 0x2 || 0x2 || Reserved | + | | 2 |
− | |}
| + | | HasLeftJoySixAxisSensor |
− | | |
− | = IrCameraStatus =
| |
− | This is "nn::irsensor::IrCameraStatus".
| |
− | | |
− | {| class="wikitable" border="1"
| |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || Available | + | | 3 |
| + | | HasRightJoySixAxisSensor |
| |- | | |- |
− | | 1 || Unsupported | + | | 4 |
− | |- | + | | HasFullKeySixAxisSensor |
− | | 2 || Unconnected | + | |- |
− | |} | + | | 5 |
| + | | HasLeftLraVibrationDevice |
| + | |- |
| + | | 6 |
| + | | HasRightLraVibrationDevice |
| + | |- |
| + | | 7 |
| + | | HasGcVibrationDevice |
| + | |- |
| + | | 8 |
| + | | HasErmVibrationDevice |
| + | |- |
| + | | 9 |
| + | | HasLeftJoyRailBus |
| + | |- |
| + | | 10 |
| + | | HasRightJoyRailBus |
| + | |- |
| + | | 11 |
| + | | HasInternalBus |
| + | |- |
| + | | 12 |
| + | | IsPalma |
| + | |- |
| + | | 13 |
| + | | HasNfc |
| + | |- |
| + | | 14 |
| + | | HasIrSensor |
| + | |- |
| + | | 15 |
| + | | IsAnalogStickCalibrationSupported |
| + | |- |
| + | | 16 |
| + | | IsSixAxisSensorUserCalibrationSupported |
| + | |- |
| + | | 17 |
| + | | HasLeftJoyRightJoyBattery |
| + | |- |
| + | | 18 |
| + | | HasFullKeyBattery |
| + | |- |
| + | | 19 |
| + | | IsDisconnectControllerIfBatteryNone |
| + | |- |
| + | | 20 |
| + | | HasControllerColor |
| + | |- |
| + | | 21 |
| + | | HasGripColor |
| + | |- |
| + | | 22 |
| + | | HasIdentificationCode |
| + | |- |
| + | | 23 |
| + | | HasBluetoothAddress |
| + | |- |
| + | | 24 |
| + | | HasMcu |
| + | |- |
| + | | 25 |
| + | | HasNotificationLed |
| + | |- |
| + | | 26 |
| + | | HasDirectionalButtons |
| + | |- |
| + | | 27 |
| + | | HasIndicatorLed |
| + | |- |
| + | | 28 |
| + | | IsButtonConfigEmbeddedSupported |
| + | |- |
| + | | 29 |
| + | | IsButtonConfigFullSupported |
| + | |- |
| + | | 30 |
| + | | IsButtonConfigLeftSupported |
| + | |- |
| + | | 31 |
| + | | IsButtonConfigRightSupported |
| + | |- |
| + | | 32 |
| + | | IsUsbHidDevice |
| + | |- |
| + | | 33 |
| + | | IsKuinaDevice |
| + | |- |
| + | | 34 |
| + | | IsDirectUsbToBtSwitchingDevice |
| + | |- |
| + | | 35 |
| + | | IsNormalizeAnalogStickWithInnerCross |
| + | |} |
| + | |
| + | = Color = |
| + | This is "nn::hidtypes::Color". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x4 || BodyColor |
| + | |- |
| + | | 0x4 || 0x4 || ButtonColor |
| + | |- |
| + | | 0x8 || 0x4 || LeftGripColor |
| + | |- |
| + | | 0xC || 0x4 || RightGripColor |
| + | |} |
| + | |
| + | = DeviceDescriptorType = |
| + | This is "nn::hidtypes::DeviceDescriptorType". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x1 || [[#DeviceTypeInternal|DeviceType]] |
| + | |- |
| + | | 0x1 || 0x7 || Reserved |
| + | |- |
| + | | 0x8 || 0x8 || [[#FeatureType|FeatureType]] |
| + | |- |
| + | | 0x10 || 0x8 || [[#DigitalButton|DigitalButton]] |
| + | |- |
| + | | 0x18 || 0x4 || [[#AssignmentStyle|AssignmentStyle]] |
| + | |- |
| + | | 0x1C || 0x10 || [[#Color|DeviceColor]] |
| + | |- |
| + | | 0x2C || 0x4 || Reserved |
| + | |} |
| + | |
| + | = DeviceDescriptionList = |
| + | This is "nn::hidtypes::detail::DeviceDescriptionList". This is a list of [[#DeviceDescriptorType|DeviceDescriptorType]] objects maintained by the hid-sysmodule. |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! [[#DeviceTypeInternal|DeviceType]] || [[#FeatureType|FeatureType]] || [[#DigitalButton|DigitalButton]] || [[#AssignmentStyle|AssignmentStyle]] || [[#Color|DeviceColor]] |
| + | |- |
| + | | 1 || 0x18BDBE44A || 0x18F0406AF || 0x24 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000 |
| + | |- |
| + | | 2 || 0x14CDB8225 || 0x6F8F950 || 0x12 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000 |
| + | |- |
| + | | 3 || 0x72BBDA073 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | 4 || 0x108000025 || 0x6F8F950 || 0x2 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000 |
| + | |- |
| + | | 5 || 0x10800004A || 0x18F0406AF || 0x4 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000 |
| + | |- |
| + | | 6 || 0x108800013 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | 7 || 0x108CA0000 || 0x2008FCC3 || 0x11 || 0xFF322891, 0xFFFFFFFF, 0x00000000, 0x00000000 |
| + | |- |
| + | | 8 || 0x108CA0800 || 0x4F0C3 || 0x21 || 0xFF322891, 0xFFFFFFFF, 0x00000000, 0x00000000 |
| + | |- |
| + | | 9 || 0x108CA0000 || 0x2008FCC3 || 0x11 || 0xFFD9D7D7, 0xFFFFFFFF, 0x00000000, 0x00000000 |
| + | |- |
| + | | 10 || 0x108CA0000 || 0x4FCC3 || 0x21 || 0xFFD9D7D7, 0xFFFFFFFF, 0x00000000, 0x00000000 |
| + | |- |
| + | | 11 || 0x700CC0000 || 0xFFCF || 0x0 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | 12 || 0x841011 || 0x10000010 || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | 13 || 0x83 || 0xFF0F6CF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | 14 || 0x1 || 0xF8F950 || 0x10 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000 |
| + | |- |
| + | | 15 || 0x3 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | 16 || 0x3 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | 17 || 0x1001A013 || 0xFFCFFFF || 0x8 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | 18 || 0x2 || 0xF0406AF || 0x20 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000 |
| + | |- |
| + | | 19 || 0x1088DA073 || 0xFFCF3FF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | 20 || 0x108CA0025 || 0x6F8F150 || 0x12 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000 |
| + | |- |
| + | | 21 || 0x108CA604A || 0x18F0402AF || 0x24 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000 |
| + | |- |
| + | | [12.0.0+] 22 || 0xF00CC8101 || 0x1E1FCF6C3 || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | [12.0.0+] 23 || 0x100000000 || 0x0 || 0x0 || 0x00000000, 0x00000000, 0x00000000, 0x00000000 |
| + | |- |
| + | | [13.0.0+] 28 || 0x700CC0000 || 0xCF6CF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |- |
| + | | [14.0.0+] 30 || 0x108800003 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646 |
| + | |} |
| + | |
| + | = UnmaskFeatureDescriptorType = |
| + | This is "nn::hid::server::UnmaskFeatureDescriptorType". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x1 || [[#DeviceTypeInternal|DeviceType]] |
| + | |- |
| + | | 0x1 || 0x1 || [[#InterfaceType|InterfaceType]] |
| + | |- |
| + | | 0x2 || 0x6 || Reserved |
| + | |- |
| + | | 0x8 || 0x8 || [[#FeatureType|FeatureType]] |
| + | |} |
| + | |
| + | = UnmaskFeatureDescriptorList = |
| + | This is "nn::hid::server::UnmaskFeatureDescriptorList". This is a list of [[#UnmaskFeatureDescriptorType|UnmaskFeatureDescriptorType]] objects maintained by the hid-sysmodule. |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! [[#DeviceTypeInternal|DeviceType]] || [[#InterfaceType|InterfaceType]] || [[#FeatureType|FeatureType]] |
| + | |- |
| + | | 3 || 3 || 0x2000 |
| + | |- |
| + | | 2 || 2 || 0x200 |
| + | |- |
| + | | 1 || 2 || 0x400 |
| + | |- |
| + | | 19 || 3 || 0x2000 |
| + | |- |
| + | | 2 || 3 || 0x200 |
| + | |- |
| + | | 1 || 3 || 0x6400 |
| + | |} |
| + | |
| + | = FirmwareVersionInfo = |
| + | This is "nn::hidtypes::FirmwareVersionInfo". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x4 || [[#FirmwareVersionAttribute|FirmwareVersionAttribute]] |
| + | |- |
| + | | 0x4 || 0x2 || |
| + | |- |
| + | | 0x6 || 0x2 || MajorVersion |
| + | |- |
| + | | 0x8 || 0x2 || MinorVersion |
| + | |- |
| + | | 0xA || 0x2 || |
| + | |} |
| + | |
| + | = FirmwareVersionAttribute = |
| + | This is "nn::hidtypes::FirmwareVersionAttribute". This is a 32-bit flag. |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Bit |
| + | ! Description |
| + | |- |
| + | | 0 |
| + | | IsCustomerCodeCorruption |
| + | |- |
| + | | 1 |
| + | | IsIapCorrupted |
| + | |} |
| + | |
| + | = IrCameraHandle = |
| + | This is "nn::irsensor::IrCameraHandle". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x1 || PlayerNumber |
| + | |- |
| + | | 0x1 || 0x1 || DeviceType |
| + | |- |
| + | | 0x2 || 0x2 || Reserved |
| + | |} |
| + | |
| + | = IrCameraStatus = |
| + | This is "nn::irsensor::IrCameraStatus". |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| + | |- |
| + | | 0 || Available |
| + | |- |
| + | | 1 || Unsupported |
| + | |- |
| + | | 2 || Unconnected |
| + | |} |
| + | |
| + | = IrCameraInternalStatus = |
| + | This is "nn::irsensor::IrCameraInternalStatus". |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| + | |- |
| + | | 0 || Stopped |
| + | |- |
| + | | 1 || FirmwareUpdateNeeded |
| + | |- |
| + | | 2 || |
| + | |- |
| + | | 3 || |
| + | |- |
| + | | 4 || |
| + | |- |
| + | | 5 || FirmwareVersionRequested |
| + | |- |
| + | | 6 || FirmwareVersionIsInvalid |
| + | |- |
| + | | 7 || [4.0.0+] Ready |
| + | |- |
| + | | 8 || [4.0.0+] Setting |
| + | |} |
| + | |
| + | = IrSensorMode = |
| + | This is "nn::irsensor::detail::StatusManager::IrSensorMode". |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| + | |- |
| + | | 0 || None |
| + | |- |
| + | | 1 || [[#MomentProcessorState|MomentProcessor]] |
| + | |- |
| + | | 2 || [[#ClusteringProcessorState|ClusteringProcessor]] |
| + | |- |
| + | | 3 || [[#ImageTransferProcessorState|ImageTransferProcessor]] |
| + | |- |
| + | | 4 || [[#PointingProcessorMarkerState|PointingProcessorMarker]] |
| + | |- |
| + | | 5 || [[#TeraPluginProcessorState|TeraPluginProcessor]] |
| + | |- |
| + | | 6 || Unknown |
| + | |} |
| + | |
| + | = ImageProcessorStatus = |
| + | This is "nn::irsensor::ImageProcessorStatus". |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| + | |- |
| + | | 0 || Stopped |
| + | |- |
| + | | 1 || Running |
| + | |} |
| + | |
| + | = ImageTransferProcessorFormat = |
| + | This is "nn::irsensor::ImageTransferProcessorFormat". |
| + | |
| + | This controls the IR Sensor image resolution. |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| + | |- |
| + | | 0 || 320x240 |
| + | |- |
| + | | 1 || 160x120 |
| + | |- |
| + | | 2 || 80x60 |
| + | |- |
| + | | 3 || [4.0.0+] 40x30 |
| + | |- |
| + | | 4 || [4.0.0+] 20x15 |
| + | |} |
| + | |
| + | = MomentProcessorConfig = |
| + | This is "nn::irsensor::MomentProcessorConfig". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x8 || ExposureTime (default is 0x493E0) |
| + | |- |
| + | | 0x8 || 0x4 || LightTarget (default is 0) |
| + | |- |
| + | | 0xC || 0x4 || Gain (default is 0x8) |
| + | |- |
| + | | 0x10 || 0x1 || IsNegativeImageUsed (default is 0) |
| + | |- |
| + | | 0x11 || 0x7 || Reserved |
| + | |- |
| + | | 0x18 || 0x2 || WindowOfInterestX (default is 0) |
| + | |- |
| + | | 0x1A || 0x2 || WindowOfInterestY (default is 0) |
| + | |- |
| + | | 0x1C || 0x2 || WindowOfInterestWidth (default is 0x140) |
| + | |- |
| + | | 0x1E || 0x2 || WindowOfInterestHeight (default is 0xF0) |
| + | |- |
| + | | 0x20 || 0x4 || Preprocess (default is 0x1) |
| + | |- |
| + | | 0x24 || 0x4 || PreprocessIntensityThreshold (default is 0x50) |
| + | |} |
| + | |
| + | = PackedMomentProcessorConfig = |
| + | This is "nn::irsensor::PackedMomentProcessorConfig". |
| | | |
− | = IrCameraInternalStatus =
| + | This is converted from [[#MomentProcessorConfig]]. |
− | This is "nn::irsensor::IrCameraInternalStatus". | |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || Stopped | + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x8 || ExposureTime (default is 0x493E0) |
| + | |- |
| + | | 0x8 || 0x1 || LightTarget (default is 0) |
| + | |- |
| + | | 0x9 || 0x1 || Gain (default is 0x8) |
| + | |- |
| + | | 0xA || 0x1 || IsNegativeImageUsed (default is 0) |
| + | |- |
| + | | 0xB || 0x5 || Reserved |
| |- | | |- |
− | | 1 || FirmwareUpdateNeeded | + | | 0x10 || 0x2 || WindowOfInterestX (default is 0) |
| |- | | |- |
− | | 2 || | + | | 0x12 || 0x2 || WindowOfInterestY (default is 0) |
| |- | | |- |
− | | 3 || | + | | 0x14 || 0x2 || WindowOfInterestWidth (default is 0x140) |
| |- | | |- |
− | | 4 || | + | | 0x16 || 0x2 || WindowOfInterestHeight (default is 0xF0) |
| |- | | |- |
− | | 5 || FirmwareVersionRequested | + | | 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] |
| |- | | |- |
− | | 6 || FirmwareVersionIsInvalid | + | | 0x1C || 0x1 || Preprocess (default is 0x1) |
| |- | | |- |
− | | 7 || [4.0.0+] Ready | + | | 0x1D || 0x1 || PreprocessIntensityThreshold (default is 0x50) |
| |- | | |- |
− | | 8 || [4.0.0+] Setting | + | | 0x1E || 0x2 || Reserved |
| |} | | |} |
| | | |
− | = IrSensorMode = | + | = ClusteringProcessorConfig = |
− | This is "nn::irsensor::detail::StatusManager::IrSensorMode". | + | This is "nn::irsensor::ClusteringProcessorConfig". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || None | + | ! Offset || Size || Description |
| |- | | |- |
− | | 1 || [[#MomentProcessorState|MomentProcessor]] | + | | 0x0 || 0x8 || ExposureTime (default is 200000) |
| |- | | |- |
− | | 2 || [[#ClusteringProcessorState|ClusteringProcessor]] | + | | 0x8 || 0x4 || LightTarget (default is 0) |
| |- | | |- |
− | | 3 || [[#ImageTransferProcessorState|ImageTransferProcessor]] | + | | 0xC || 0x4 || Gain (default is 0x2) |
| |- | | |- |
− | | 4 || [[#PointingProcessorMarkerState|PointingProcessorMarker]] | + | | 0x10 || 0x1 || IsNegativeImageUsed (default is 0) |
| |- | | |- |
− | | 5 || [[#TeraPluginProcessorState|TeraPluginProcessor]] | + | | 0x11 || 0x7 || Reserved |
| |- | | |- |
− | | 6 || Unknown | + | | 0x18 || 0x2 || WindowOfInterestX (default is 0) |
− | |} | |
− | | |
− | = ImageProcessorStatus =
| |
− | This is "nn::irsensor::ImageProcessorStatus".
| |
− | | |
− | {| class="wikitable" border="1"
| |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || Stopped | + | | 0x1A || 0x2 || WindowOfInterestY (default is 0) |
| |- | | |- |
− | | 1 || Running | + | | 0x1C || 0x2 || WindowOfInterestWidth (default is 320) |
− | |} | |
− | | |
− | = ImageTransferProcessorFormat =
| |
− | This is "nn::irsensor::ImageTransferProcessorFormat".
| |
− | | |
− | This controls the IR Sensor image resolution.
| |
− | | |
− | {| class="wikitable" border="1"
| |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || 320x240 | + | | 0x1E || 0x2 || WindowOfInterestHeight (default is 240) |
| |- | | |- |
− | | 1 || 160x120 | + | | 0x20 || 0x4 || ObjectPixelCountMin (default is 0x3) |
| |- | | |- |
− | | 2 || 80x60 | + | | 0x24 || 0x4 || ObjectPixelCountMax (default is 0x12C00) |
| |- | | |- |
− | | 3 || [4.0.0+] 40x30 | + | | 0x28 || 0x4 || ObjectIntensityMin (default is 150) |
| |- | | |- |
− | | 4 || [4.0.0+] 20x15 | + | | 0x2C || 0x1 || IsExternalLightFilterEnabled (default is 0x1) |
| |} | | |} |
| | | |
− | = MomentProcessorConfig = | + | = PackedClusteringProcessorConfig = |
− | This is "nn::irsensor::MomentProcessorConfig". | + | This is "nn::irsensor::PackedClusteringProcessorConfig". |
| + | |
| + | This is converted from [[#ClusteringProcessorConfig]]. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,659: |
Line 9,722: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x8 || ExposureTime (default is 0x493E0) | + | | 0x0 || 0x8 || ExposureTime |
| + | |- |
| + | | 0x8 || 0x1 || LightTarget |
| + | |- |
| + | | 0x9 || 0x1 || Gain |
| |- | | |- |
− | | 0x8 || 0x4 || LightTarget (default is 0) | + | | 0xA || 0x1 || IsNegativeImageUsed |
| |- | | |- |
− | | 0xC || 0x4 || Gain (default is 0x8) | + | | 0xB || 0x5 || Reserved |
| |- | | |- |
− | | 0x10 || 0x1 || IsNegativeImageUsed (default is 0) | + | | 0x10 || 0x2 || WindowOfInterestX |
| |- | | |- |
− | | 0x11 || 0x7 || Reserved | + | | 0x12 || 0x2 || WindowOfInterestY |
| |- | | |- |
− | | 0x18 || 0x2 || WindowOfInterestX (default is 0) | + | | 0x14 || 0x2 || WindowOfInterestWidth |
| |- | | |- |
− | | 0x1A || 0x2 || WindowOfInterestY (default is 0) | + | | 0x16 || 0x2 || WindowOfInterestHeight |
| |- | | |- |
− | | 0x1C || 0x2 || WindowOfInterestWidth (default is 0x140) | + | | 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] |
| |- | | |- |
− | | 0x1E || 0x2 || WindowOfInterestHeight (default is 0xF0) | + | | 0x1C || 0x4 || ObjectPixelCountMin |
| |- | | |- |
− | | 0x20 || 0x4 || Preprocess (default is 0x1) | + | | 0x20 || 0x4 || ObjectPixelCountMax |
| |- | | |- |
− | | 0x24 || 0x4 || PreprocessIntensityThreshold (default is 0x50) | + | | 0x24 || 0x1 || ObjectIntensityMin |
− | |} | + | |- |
− | | + | | 0x25 || 0x1 || IsExternalLightFilterEnabled |
− | = PackedMomentProcessorConfig =
| + | |- |
− | This is "nn::irsensor::PackedMomentProcessorConfig".
| + | | 0x26 || 0x2 || Reserved |
| + | |} |
| | | |
− | This is converted from [[#MomentProcessorConfig]]. | + | = ImageTransferProcessorConfig = |
| + | This is "nn::irsensor::ImageTransferProcessorConfig". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,691: |
Line 9,760: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x8 || ExposureTime (default is 0x493E0) | + | | 0x0 || 0x8 || ExposureTime |
| + | |- |
| + | | 0x8 || 0x4 || LightTarget |
| + | |- |
| + | | 0xC || 0x4 || Gain |
| |- | | |- |
− | | 0x8 || 0x1 || LightTarget (default is 0) | + | | 0x10 || 0x1 || IsNegativeImageUsed |
| |- | | |- |
− | | 0x9 || 0x1 || Gain (default is 0x8) | + | | 0x11 || 0x7 || Reserved |
| |- | | |- |
− | | 0xA || 0x1 || IsNegativeImageUsed (default is 0) | + | | 0x18 || 0x4 || [[#ImageTransferProcessorFormat|Format]] |
| + | |} |
| + | |
| + | = PackedImageTransferProcessorConfig = |
| + | This is "nn::irsensor::PackedImageTransferProcessorConfig". |
| + | |
| + | This is converted from [[#ImageTransferProcessorConfig]]. |
| + | |
| + | {| class="wikitable" border="1" |
| |- | | |- |
− | | 0xB || 0x5 || Reserved | + | ! Offset || Size || Description |
| |- | | |- |
− | | 0x10 || 0x2 || WindowOfInterestX (default is 0) | + | | 0x0 || 0x8 || ExposureTime |
| |- | | |- |
− | | 0x12 || 0x2 || WindowOfInterestY (default is 0) | + | | 0x8 || 0x1 || LightTarget |
| |- | | |- |
− | | 0x14 || 0x2 || WindowOfInterestWidth (default is 0x140) | + | | 0x9 || 0x1 || Gain |
| |- | | |- |
− | | 0x16 || 0x2 || WindowOfInterestHeight (default is 0xF0) | + | | 0xA || 0x1 || IsNegativeImageUsed |
| |- | | |- |
− | | 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] | + | | 0xB || 0x5 || Reserved |
| |- | | |- |
− | | 0x1C || 0x1 || Preprocess (default is 0x1) | + | | 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] |
| |- | | |- |
− | | 0x1D || 0x1 || PreprocessIntensityThreshold (default is 0x50) | + | | 0x14 || 0x1 || [[#ImageTransferProcessorFormat|Format]] |
| |- | | |- |
− | | 0x1E || 0x2 || Reserved | + | | 0x15 || 0x3 || Reserved |
| |} | | |} |
| | | |
− | = ClusteringProcessorConfig = | + | = ImageTransferProcessorState = |
− | This is "nn::irsensor::ClusteringProcessorConfig". | + | This is "nn::irsensor::ImageTransferProcessorState". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,725: |
Line 9,806: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x8 || ExposureTime (default is 200000) | + | | 0x0 || 0x8 || SamplingNumber |
| |- | | |- |
− | | 0x8 || 0x4 || LightTarget (default is 0) | + | | 0x8 || 0x4 || AmbientNoiseLevel |
| |- | | |- |
− | | 0xC || 0x4 || Gain (default is 0x2) | + | | 0xC || 0x4 || Reserved |
− | |-
| + | |} |
− | | 0x10 || 0x1 || IsNegativeImageUsed (default is 0) | + | |
| + | = TeraPluginProcessorConfig = |
| + | This is "nn::irsensor::TeraPluginProcessorConfig". |
| + | |
| + | {| class="wikitable" border="1" |
| |- | | |- |
− | | 0x11 || 0x7 || Reserved | + | ! Offset || Size || Description |
| |- | | |- |
− | | 0x18 || 0x2 || WindowOfInterestX (default is 0) | + | | 0x0 || 0x1 || Mode |
| |- | | |- |
− | | 0x1A || 0x2 || WindowOfInterestY (default is 0) | + | | 0x1 || 0x1 || |
| |- | | |- |
− | | 0x1C || 0x2 || WindowOfInterestWidth (default is 320) | + | | 0x2 || 0x1 || |
| |- | | |- |
− | | 0x1E || 0x2 || WindowOfInterestHeight (default is 240) | + | | 0x3 || 0x1 || |
− | |-
| |
− | | 0x20 || 0x4 || ObjectPixelCountMin (default is 0x3)
| |
− | |-
| |
− | | 0x24 || 0x4 || ObjectPixelCountMax (default is 0x12C00)
| |
− | |-
| |
− | | 0x28 || 0x4 || ObjectIntensityMin (default is 150)
| |
− | |-
| |
− | | 0x2C || 0x1 || IsExternalLightFilterEnabled (default is 0x1)
| |
| |} | | |} |
| | | |
− | = PackedClusteringProcessorConfig = | + | = PackedTeraPluginProcessorConfig = |
− | This is "nn::irsensor::PackedClusteringProcessorConfig". | + | This is "nn::irsensor::PackedTeraPluginProcessorConfig". |
| + | |
| + | This is converted from [[#TeraPluginProcessorConfig]]. The data starting at offset 0x5 is only initialized by the user-process with [6.0.0+]. |
| | | |
− | This is converted from [[#ClusteringProcessorConfig]].
| + | [[#TeraPluginProcessorConfig]] +0x0, +0x2, and +0x3 are copied to +0x4, 0x6, and +0x7 here. +0x5 here is set to 0x2 | ([[#TeraPluginProcessorConfig]]+0x1 << 7). |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,761: |
Line 9,840: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x8 || ExposureTime | + | | 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] |
| |- | | |- |
− | | 0x8 || 0x1 || LightTarget | + | | 0x4 || 0x1 || Mode |
| |- | | |- |
− | | 0x9 || 0x1 || Gain | + | | 0x5 || 0x1 || |
| |- | | |- |
− | | 0xA || 0x1 || IsNegativeImageUsed | + | | 0x6 || 0x1 || |
| |- | | |- |
− | | 0xB || 0x5 || Reserved | + | | 0x7 || 0x1 || |
| + | |} |
| + | |
| + | = PointingProcessorConfig = |
| + | This is "nn::irsensor::PointingProcessorConfig". |
| + | |
| + | {| class="wikitable" border="1" |
| |- | | |- |
− | | 0x10 || 0x2 || WindowOfInterestX | + | ! Offset || Size || Description |
| |- | | |- |
− | | 0x12 || 0x2 || WindowOfInterestY | + | | 0x0 || 0x2 || WindowOfInterestX (default is 0) |
| |- | | |- |
− | | 0x14 || 0x2 || WindowOfInterestWidth | + | | 0x2 || 0x2 || WindowOfInterestY (default is 0) |
| |- | | |- |
− | | 0x16 || 0x2 || WindowOfInterestHeight | + | | 0x4 || 0x2 || WindowOfInterestWidth (default is 320) |
| |- | | |- |
− | | 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] | + | | 0x6 || 0x2 || WindowOfInterestHeight (default is 240) |
− | |- | + | |} |
− | | 0x1C || 0x4 || ObjectPixelCountMin
| + | |
− | |-
| + | = PackedPointingProcessorConfig = |
− | | 0x20 || 0x4 || ObjectPixelCountMax
| + | This is "nn::irsensor::PackedPointingProcessorConfig". |
− | |-
| |
− | | 0x24 || 0x1 || ObjectIntensityMin
| |
− | |-
| |
− | | 0x25 || 0x1 || IsExternalLightFilterEnabled
| |
− | |-
| |
− | | 0x26 || 0x2 || Reserved
| |
− | |}
| |
| | | |
− | = ImageTransferProcessorConfig =
| + | This is converted from [[#PointingProcessorConfig]]. |
− | This is "nn::irsensor::ImageTransferProcessorConfig". | |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,799: |
Line 9,876: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x8 || ExposureTime | + | | 0x0 || 0x2 || WindowOfInterestX (default is 0) |
| |- | | |- |
− | | 0x8 || 0x4 || LightTarget | + | | 0x2 || 0x2 || WindowOfInterestY (default is 0) |
| |- | | |- |
− | | 0xC || 0x4 || Gain | + | | 0x4 || 0x2 || WindowOfInterestWidth (default is 320) |
| |- | | |- |
− | | 0x10 || 0x1 || IsNegativeImageUsed | + | | 0x6 || 0x2 || WindowOfInterestHeight (default is 240) |
| |- | | |- |
− | | 0x11 || 0x7 || Reserved | + | | 0x8 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] |
− | |-
| |
− | | 0x18 || 0x4 || [[#ImageTransferProcessorFormat|Format]]
| |
| |} | | |} |
| | | |
− | = PackedImageTransferProcessorConfig = | + | = PackedMcuVersion = |
− | This is "nn::irsensor::PackedImageTransferProcessorConfig". | + | This is "nn::irsensor::PackedMcuVersion". |
− | | |
− | This is converted from [[#ImageTransferProcessorConfig]].
| |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,821: |
Line 9,894: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x8 || ExposureTime | + | | 0x0 || 0x2 || MajorVersion |
| |- | | |- |
− | | 0x8 || 0x1 || LightTarget | + | | 0x2 || 0x2 || MinorVersion |
| + | |} |
| + | |
| + | == Versions == |
| + | {| class="wikitable" border="1" |
| |- | | |- |
− | | 0x9 || 0x1 || Gain | + | ! MajorVersion || MinorVersion || SystemVersion |
| |- | | |- |
− | | 0xA || 0x1 || IsNegativeImageUsed | + | | 0x3 || 0xB || [1.0.0+] |
| |- | | |- |
− | | 0xB || 0x5 || Reserved | + | | 0x4 || 0x12 || [4.0.0+] |
| |- | | |- |
− | | 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] | + | | 0x5 || 0x18 || [5.0.0+] |
| |- | | |- |
− | | 0x14 || 0x1 || [[#ImageTransferProcessorFormat|Format]] | + | | 0x6 || 0x1A || [6.0.0+] |
| |- | | |- |
− | | 0x15 || 0x3 || Reserved | + | | 0x8 || 0x1B || [8.0.0+] |
| |} | | |} |
| | | |
− | = ImageTransferProcessorState = | + | = PackedFunctionLevel = |
− | This is "nn::irsensor::ImageTransferProcessorState". | + | This is nn::irsensor::PackedFunctionLevel. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,845: |
Line 9,922: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x8 || SamplingNumber | + | | 0x0 || 0x1 || [[#IrSensorFunctionLevel]] |
| |- | | |- |
− | | 0x8 || 0x4 || AmbientNoiseLevel | + | | 0x1 || 0x3 || Reserved |
− | |-
| |
− | | 0xC || 0x4 || Reserved
| |
| |} | | |} |
| | | |
− | = TeraPluginProcessorConfig = | + | == IrSensorFunctionLevel == |
− | This is "nn::irsensor::TeraPluginProcessorConfig". | + | This is "nn::irsensor::IrSensorFunctionLevel". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! Offset || Size || Description | + | ! Value || SystemVersion |
| + | |- |
| + | | 0 || [1.0.0+] |
| |- | | |- |
− | | 0x0 || 0x1 || Mode | + | | 1 || [4.0.0+] |
| |- | | |- |
− | | 0x1 || 0x1 || | + | | 2 || [5.0.0+] |
| |- | | |- |
− | | 0x2 || 0x1 || | + | | 3 || [6.0.0+] |
| |- | | |- |
− | | 0x3 || 0x1 || | + | | 4 || [8.0.0+] |
| |} | | |} |
| | | |
− | = PackedTeraPluginProcessorConfig = | + | = ImageTransferProcessorExConfig = |
− | This is "nn::irsensor::PackedTeraPluginProcessorConfig". | + | This is "nn::irsensor::ImageTransferProcessorExConfig". |
− | | |
− | This is converted from [[#TeraPluginProcessorConfig]]. The data starting at offset 0x5 is only initialized by the user-process with [6.0.0+].
| |
− | | |
− | [[#TeraPluginProcessorConfig]] +0x0, +0x2, and +0x3 are copied to +0x4, 0x6, and +0x7 here. +0x5 here is set to 0x2 | ([[#TeraPluginProcessorConfig]]+0x1 << 7).
| |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,879: |
Line 9,952: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] | + | | 0x0 || 0x8 || ExposureTime |
| |- | | |- |
− | | 0x4 || 0x1 || Mode | + | | 0x8 || 0x4 || LightTarget |
| |- | | |- |
− | | 0x5 || 0x1 || | + | | 0xC || 0x4 || Gain |
| |- | | |- |
− | | 0x6 || 0x1 || | + | | 0x10 || 0x1 || IsNegativeImageUsed |
| |- | | |- |
− | | 0x7 || 0x1 || | + | | 0x11 || 0x7 || Reserved |
− | |} | |
− | | |
− | = PointingProcessorConfig =
| |
− | This is "nn::irsensor::PointingProcessorConfig".
| |
− | | |
− | {| class="wikitable" border="1"
| |
| |- | | |- |
− | ! Offset || Size || Description
| + | | 0x18 || 0x4 || [[#ImageTransferProcessorFormat|OrigFormat]] |
| |- | | |- |
− | | 0x0 || 0x2 || WindowOfInterestX (default is 0) | + | | 0x1C || 0x4 || [[#ImageTransferProcessorFormat|TrimmingFormat]] |
| |- | | |- |
− | | 0x2 || 0x2 || WindowOfInterestY (default is 0) | + | | 0x20 || 0x2 || TrimmingStartX |
| |- | | |- |
− | | 0x4 || 0x2 || WindowOfInterestWidth (default is 320) | + | | 0x22 || 0x2 || TrimmingStartY |
| |- | | |- |
− | | 0x6 || 0x2 || WindowOfInterestHeight (default is 240) | + | | 0x24 || 0x1 || IsExternalLightFilterEnabled |
| |} | | |} |
| | | |
− | = PackedPointingProcessorConfig = | + | = PackedImageTransferProcessorExConfig = |
− | This is "nn::irsensor::PackedPointingProcessorConfig". | + | This is "nn::irsensor::PackedImageTransferProcessorExConfig". |
| | | |
− | This is converted from [[#PointingProcessorConfig]]. | + | This is converted from [[#ImageTransferProcessorExConfig]]. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,915: |
Line 9,982: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x2 || WindowOfInterestX (default is 0) | + | | 0x0 || 0x8 || ExposureTime |
| |- | | |- |
− | | 0x2 || 0x2 || WindowOfInterestY (default is 0) | + | | 0x8 || 0x1 || LightTarget |
| + | |- |
| + | | 0x9 || 0x1 || Gain |
| + | |- |
| + | | 0xA || 0x1 || IsNegativeImageUsed |
| + | |- |
| + | | 0xB || 0x5 || Reserved |
| + | |- |
| + | | 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] |
| + | |- |
| + | | 0x14 || 0x1 || [[#ImageTransferProcessorFormat|OrigFormat]] |
| + | |- |
| + | | 0x15 || 0x1 || [[#ImageTransferProcessorFormat|TrimmingFormat]] |
| + | |- |
| + | | 0x16 || 0x2 || TrimmingStartX |
| |- | | |- |
− | | 0x4 || 0x2 || WindowOfInterestWidth (default is 320) | + | | 0x18 || 0x2 || TrimmingStartY |
| |- | | |- |
− | | 0x6 || 0x2 || WindowOfInterestHeight (default is 240) | + | | 0x1A || 0x1 || IsExternalLightFilterEnabled |
| |- | | |- |
− | | 0x8 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] | + | | 0x1B || 0x5 || Reserved |
| |} | | |} |
| | | |
− | = PackedMcuVersion = | + | = IrLedProcessorConfig = |
− | This is "nn::irsensor::PackedMcuVersion". | + | This is "nn::irsensor::IrLedProcessorConfig". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,933: |
Line 10,014: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x2 || MajorVersion | + | | 0x0 || 0x4 || LightTarget |
− | |-
| |
− | | 0x2 || 0x2 || MinorVersion
| |
| |} | | |} |
| | | |
− | == Versions == | + | = PackedIrLedProcessorConfig = |
| + | This is "nn::irsensor::PackedIrLedProcessorConfig". |
| + | |
| + | This is converted from [[#IrLedProcessorConfig]]. |
| + | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! MajorVersion || MinorVersion || SystemVersion | + | ! Offset || Size || Description |
| |- | | |- |
− | | 0x3 || 0xB || [1.0.0+] | + | | 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] |
| |- | | |- |
− | | 0x4 || 0x12 || [4.0.0+] | + | | 0x4 || 0x1 || LightTarget |
| |- | | |- |
− | | 0x5 || 0x18 || [5.0.0+] | + | | 0x5 || 0x3 || Padding |
− | |-
| |
− | | 0x6 || 0x1A || [6.0.0+]
| |
− | |-
| |
− | | 0x8 || 0x1B || [8.0.0+]
| |
| |} | | |} |
| | | |
− | = PackedFunctionLevel = | + | = AdaptiveClusteringProcessorConfig = |
− | This is nn::irsensor::PackedFunctionLevel. | + | This is "nn::irsensor::AdaptiveClusteringProcessorConfig". |
| + | |
| + | AdaptiveClusteringProcessor was added with [5.0.0+]. |
| + | |
| + | This is converted to [[#TeraPluginProcessorConfig]] by the user-process. [[#TeraPluginProcessorConfig]]+0x3 is zero. |
| + | |
| + | The default config is all-zero. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,961: |
Line 10,046: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x1 || [[#IrSensorFunctionLevel]] | + | | 0x0 || 0x4 || [[#AdaptiveClusteringMode]] |
| |- | | |- |
− | | 0x1 || 0x3 || Reserved | + | | 0x4 || 0x4 || [6.0.0+] [[#AdaptiveClusteringTargetDistance]] |
| |} | | |} |
| | | |
− | == IrSensorFunctionLevel == | + | == AdaptiveClusteringMode == |
− | This is "nn::irsensor::IrSensorFunctionLevel".
| |
− | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| |- | | |- |
− | ! Value || SystemVersion
| + | | 0 || StaticFov |
| |- | | |- |
− | | 0 || [1.0.0+] | + | | 1 || DynamicFov |
| + | |} |
| + | |
| + | Controls the mode for [[#TeraPluginProcessorConfig]] (DynamicFov -> 0x10; StaticFov -> 0x0F). |
| + | |
| + | == AdaptiveClusteringTargetDistance == |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| |- | | |- |
− | | 1 || [4.0.0+] | + | | 0 || Near |
| |- | | |- |
− | | 2 || [5.0.0+] | + | | 1 || Middle |
| |- | | |- |
− | | 3 || [6.0.0+] | + | | 2 || Far |
− | |-
| |
− | | 4 || [8.0.0+]
| |
| |} | | |} |
| | | |
− | = ImageTransferProcessorExConfig = | + | Controls the second and third bytes for [[#TeraPluginProcessorConfig]] (Near-> 0x00, 0x00; Middle -> 0x01, 0x03; Far -> 0x01, 0x08). |
− | This is "nn::irsensor::ImageTransferProcessorExConfig". | + | |
| + | = HandAnalysisConfig = |
| + | This is "nn::irsensor::HandAnalysisConfig". |
| + | |
| + | This is converted to [[#TeraPluginProcessorConfig]] by the user-process, which is all-zero except the mode. |
| + | * pre-4.0.0: [[#TeraPluginProcessorConfig]] mode = [[#HandAnalysisMode]] - 1. |
| + | * [4.0.0+]: Silhouette = 0x5, Image = 0x6, SilhouetteAndImage = 0x7, SilhouetteOnly = 0xA. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 8,991: |
Line 10,088: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x8 || ExposureTime | + | | 0x0 || 0x4 || [[#HandAnalysisMode]] |
| + | |} |
| + | |
| + | == HandAnalysisMode == |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| |- | | |- |
− | | 0x8 || 0x4 || LightTarget | + | | 0 || None (invalid) |
| |- | | |- |
− | | 0xC || 0x4 || Gain | + | | 1 || Silhouette |
| |- | | |- |
− | | 0x10 || 0x1 || IsNegativeImageUsed | + | | 2 || Image |
| |- | | |- |
− | | 0x11 || 0x7 || Reserved | + | | 3 || SilhouetteAndImage |
| |- | | |- |
− | | 0x18 || 0x4 || [[#ImageTransferProcessorFormat|OrigFormat]] | + | | 4 || [4.0.0+] SilhouetteOnly |
| + | |} |
| + | |
| + | = BusHandle = |
| + | This is "nn::hidbus::BusHandle". |
| + | |
| + | {| class="wikitable" border="1" |
| |- | | |- |
− | | 0x1C || 0x4 || [[#ImageTransferProcessorFormat|TrimmingFormat]] | + | ! Offset || Size || Description |
| + | |- |
| + | | 0x0 || 0x4 || AbstractedPadId |
| + | |- |
| + | | 0x4 || 0x1 || InternalIndex |
| |- | | |- |
− | | 0x20 || 0x2 || TrimmingStartX | + | | 0x5 || 0x1 || PlayerNumber |
| |- | | |- |
− | | 0x22 || 0x2 || TrimmingStartY | + | | 0x6 || 0x1 || BusTypeId |
| |- | | |- |
− | | 0x24 || 0x1 || IsExternalLightFilterEnabled | + | | 0x7 || 0x1 || IsValid |
| |} | | |} |
| | | |
− | = PackedImageTransferProcessorExConfig = | + | = JoyPollingReceivedData = |
− | This is "nn::irsensor::PackedImageTransferProcessorExConfig". | + | This is "nn::hidbus::JoyPollingReceivedData". |
| | | |
− | This is converted from [[#ImageTransferProcessorExConfig]]. | + | This is copied from the entries in [[#EnableJoyPollingReceiveMode|TransferMemory]] by GetJoyPollingReceivedData. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 9,021: |
Line 10,134: |
| ! Offset || Size || Description | | ! Offset || Size || Description |
| |- | | |- |
− | | 0x0 || 0x8 || ExposureTime | + | | 0x0 || 0x30 || Data |
| |- | | |- |
− | | 0x8 || 0x1 || LightTarget | + | | 0x30 || 0x8 || OutSize |
| |- | | |- |
− | | 0x9 || 0x1 || Gain | + | | 0x38 || 0x8 || SamplingNumber |
| + | |} |
| + | |
| + | = BusType = |
| + | This is "nn::hidbus::BusType". |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| |- | | |- |
− | | 0xA || 0x1 || IsNegativeImageUsed | + | | 0 || LeftJoyRail |
| |- | | |- |
− | | 0xB || 0x5 || Reserved | + | | 1 || RightJoyRail |
| |- | | |- |
− | | 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] | + | | 2 || [6.0.0+] InternalBus (for Lark microphone) |
− | |-
| |
− | | 0x14 || 0x1 || [[#ImageTransferProcessorFormat|OrigFormat]]
| |
− | |-
| |
− | | 0x15 || 0x1 || [[#ImageTransferProcessorFormat|TrimmingFormat]]
| |
− | |-
| |
− | | 0x16 || 0x2 || TrimmingStartX
| |
− | |-
| |
− | | 0x18 || 0x2 || TrimmingStartY
| |
− | |-
| |
− | | 0x1A || 0x1 || IsExternalLightFilterEnabled
| |
− | |-
| |
− | | 0x1B || 0x5 || Reserved
| |
| |} | | |} |
| | | |
− | = IrLedProcessorConfig = | + | = JoyPollingMode = |
− | This is "nn::irsensor::IrLedProcessorConfig". | + | This is "nn::hidbus::JoyPollingMode". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| + | |- |
| + | | 0 || SixAxisSensorDisable |
| |- | | |- |
− | ! Offset || Size || Description
| + | | 1 || SixAxisSensorEnable |
| |- | | |- |
− | | 0x0 || 0x4 || LightTarget | + | | 2 || ButtonOnly |
| |} | | |} |
| | | |
− | = PackedIrLedProcessorConfig =
| + | Other values causes [[#EnableJoyPollingReceiveMode]] to assert. |
− | This is "nn::irsensor::PackedIrLedProcessorConfig".
| |
| | | |
− | This is converted from [[#IrLedProcessorConfig]]. | + | = StatusManagerType = |
| + | This is "nn::hidbus::detail::StatusManagerType". |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| + | ! Value |
| + | ! Description |
| |- | | |- |
− | ! Offset || Size || Description
| + | | 0 || None |
| |- | | |- |
− | | 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]] | + | | 1 || 16 |
| |- | | |- |
− | | 0x4 || 0x1 || LightTarget | + | | 2 || 32 |
− | |-
| |
− | | 0x5 || 0x3 || Padding
| |
| |} | | |} |
| | | |
− | = AdaptiveClusteringProcessorConfig = | + | = ExternalDevices = |
− | This is "nn::irsensor::AdaptiveClusteringProcessorConfig".
| + | The following devices are used via hidbus: |
| + | * [[Ring-Con]] |
| + | ** [[#BusType|BusType]] is 0 (LeftJoyRail) or 1 (RightJoyRail). |
| + | ** [[#GetExternalDeviceId|DeviceId]] is 0x20 ("Ronde"). |
| + | * Famicom right controller (with microphone) |
| + | ** [[#BusType|BusType]] is 2 (InternalBus). |
| + | ** [[#GetExternalDeviceId|DeviceId]] is 0x21 ("LarkMic"). |
| + | ** SendAndReceive is not used. EnableJoyPollingReceiveMode is used where the input buffer is an u32 with value 0, [[#JoyPollingMode]] = 2. GetJoyPollingReceivedData is used to get the output data. |
| + | * "Starlink: Battle For Atlas" controller mount |
| + | ** [[#BusType|BusType]] is 1 (RightJoyRail). |
| + | ** [[#GetExternalDeviceId|DeviceId]] is 0x28 ("Flight"). |
| + | ** EnableJoyPollingReceiveMode is used where the input buffer is an u16 with value 0x09, [[#JoyPollingMode]] = 0. SendAndReceive is called from 1 func. GetJoyPollingReceivedData is used to determine whether to call the same func which calls SendAndReceive, which is only done if <code>out_size==0x4 && data[0]==0x09 && (data[1] & 1 == 1)</code>. |
| + | |
| + | = RomFS = |
| + | The hid-sysmodule RomFS contains: |
| + | ftmFwUpdate |
| + | ├── NTD_4CD_1801.fts256 |
| + | ├── NTD_4CD_2602.fts256 |
| + | ├── NTD_4CD_3801.fts256 |
| + | └── NTD_4CD_xxxx.fts256 [7.0.0+] |
| + | |
| + | These are firmware files for the touchscreen controller. |
| + | |
| + | [9.0.0+] The hid-sysmodule RomFS now contains: |
| + | ftmFwUpdate |
| + | ├── FTS_00120100.fts256 |
| + | ├── FTS_32000001.fts256 |
| + | ├── FTS_32000102.fts256 |
| + | ├── FTS_32000302.fts256 |
| + | └── FTS_32000402.fts256 |
| | | |
− | AdaptiveClusteringProcessor was added with [5.0.0+].
| + | [10.0.0+] The RomFs for hid-sysmodule was removed. The data which used to be in RomFs was moved into title [[Title_list|0100000000000822]]. |
| | | |
− | This is converted to [[#TeraPluginProcessorConfig]] by the user-process. [[#TeraPluginProcessorConfig]]+0x3 is zero.
| + | = Firmware Update = |
| + | HID-sysmodule mounts the contents of title [[Title_list|0100000000000822]] as "systemData" or the contents of title [[Title_list|010000000000B22B]] as "systemDataD". Both titles contain the same files, but [[Title_list|0100000000000822]] is used on retail units while [[Title_list|010000000000B22B]] is used for development. |
| | | |
− | The default config is all-zero.
| + | These titles contain the following files: |
| + | * '''ExpectVersionInfo.csv''' |
| + | ** List in the format "[device],[type],[version]" where "device" can be "JoyLeft", "JoyRight", "FullKey", "Palma" or "Handheld", "type" can be "BT", "MCU", "USB" or "SioH" and "version" is the hexadecimal representation of the firmware file's version. |
| + | * '''FirmwareInfo.csv''' |
| + | ** List in the format "[device],[type],[version],[file]" where "device", "type" and "version" should match the values from "ExpectVersionInfo" and "file" is the name of the firmware file. |
| + | * '''ukyosakyo_ep2_ota.bin''' |
| + | ** Left/Right Joy-Con BT firmware. |
| + | * '''raizo_ep2_ota.bin''' |
| + | ** Pro Controller BT firmware. |
| + | * '''tera_ota.bin''' |
| + | ** Right Joy-Con MCU firmware. |
| + | * '''tera_ota_iap.bin''' |
| + | ** Right Joy-Con MCU (IAP profile) firmware. |
| + | * '''tera_fullkey_ota.bin''' |
| + | ** Pro Controller MCU firmware. |
| + | * '''tera_fullkey_ota_iap.bin''' |
| + | ** Pro Controller MCU (IAP profile) firmware. |
| + | * [6.0.0+] '''ProController.dfu''' |
| + | ** Pro Controller USB firmware. |
| + | * [6.1.0+] '''PalmaFw.bin''' |
| + | ** Poké Ball Plus BT firmware. |
| + | * [8.1.1+] '''ExpectVersionInfo-platform.hoag.csv''' |
| + | ** Same as "ExpectVersionInfo.csv" but for the Switch Lite platform. |
| + | * [8.1.1+] '''FirmwareInfo-platform.hoag.csv''' |
| + | ** Same as "FirmwareInfo.csv" but for the Switch Lite platform. |
| + | * [8.1.1+] '''sioh.bin''' |
| + | ** Switch Lite Joy-Con firmware. |
| + | * [8.1.1+] '''sioh_iap.bin''' |
| + | ** Switch Lite Joy-Con (IAP profile) firmware. |
| + | * [10.0.0+] '''FTS_00120100.fts256''' |
| + | ** Touch Screen controller firmware in FTS256 format. |
| + | * [10.0.0+] '''FTS_32000001.fts256''' |
| + | ** Touch Screen controller firmware in FTS256 format for panel vendor "Nissha". |
| + | * [10.0.0+] '''FTS_32000102.fts256''' |
| + | ** Touch Screen controller firmware in FTS256 format for panel vendor "GIS". |
| + | * [10.0.0+] '''FTS_32000302.fts256''' |
| + | ** Touch Screen controller firmware in FTS256 format for panel vendor "Nissha_Hoag". |
| + | * [10.0.0+] '''FTS_32000402.fts256''' |
| + | ** Touch Screen controller firmware in FTS256 format for panel vendor "GIS_Hoag". |
| + | * [10.0.0+] '''TouchScreenConfiguration.csv''' |
| + | ** List in the format "[gpio],[gpio],[gpio],[config],[config]" where "gpio" can be "0" or "1" and "config" is an integer number. |
| + | * [10.0.0+] '''TouchScreenFirmwareInfo.csv''' |
| + | ** List in the format "[driver],[gpio],[gpio],[gpio],[version],[file]" where "driver" can be "FTM" or "FST2", "gpio" can be "0" or "1", "version" is the hexadecimal representation of the firmware file's version and "file" is the name of the firmware file. |
| + | * [13.0.0+] '''FTS_33000510.fts256''' |
| + | ** Touch Screen controller firmware in FTS256 format for panel vendor "Samsung_Aula". |
| + | * [13.0.0] '''FTS_98000004.ftb''' |
| + | ** Touch Screen controller firmware in FTB format. |
| + | * [13.1.0-13.2.1] '''FTS_50000001.ftb''' |
| + | ** Touch Screen controller firmware in FTB format for panel vendor "Nissha". |
| + | * [14.0.0+] '''FTS_50000002.ftb''' |
| + | ** Touch Screen controller firmware in FTB format for panel vendor "Nissha". |
| | | |
| + | == Versions == |
| + | === Ukyosakyo === |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! Offset || Size || Description | + | ! SystemVersion |
| + | ! FirmwareVersion |
| + | |- |
| + | | [1.0.0+] |
| + | | 0348 |
| + | |- |
| + | | [5.0.0+] |
| + | | 0389 |
| + | |- |
| + | | [6.0.0+] |
| + | | 038B |
| |- | | |- |
− | | 0x0 || 0x4 || [[#AdaptiveClusteringMode]]
| + | | [7.0.0+] |
| + | | 03A6 |
| |- | | |- |
− | | 0x4 || 0x4 || [6.0.0+] [[#AdaptiveClusteringTargetDistance]]
| + | | [8.0.0+] |
− | |} | + | | 03B5 |
− | | + | |- |
− | == AdaptiveClusteringMode ==
| + | | [9.0.0+] |
− | {| class="wikitable" border="1"
| + | | 0400 |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || StaticFov | + | | [10.0.0+] |
| + | | 0406 |
| |- | | |- |
− | | 1 || DynamicFov | + | | [11.0.0+] |
− | |}
| + | | 0407 |
− | | |
− | Controls the mode for [[#TeraPluginProcessorConfig]] (DynamicFov -> 0x10; StaticFov -> 0x0F).
| |
− | | |
− | == AdaptiveClusteringTargetDistance ==
| |
− | {| class="wikitable" border="1"
| |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || Near | + | | [12.1.0+] |
| + | | 0410 |
| |- | | |- |
− | | 1 || Middle | + | | [13.0.0+] |
| + | | 0417 |
| |- | | |- |
− | | 2 || Far | + | | [14.0.0+] |
| + | | 0419 |
| |} | | |} |
| | | |
− | Controls the second and third bytes for [[#TeraPluginProcessorConfig]] (Near-> 0x00, 0x00; Middle -> 0x01, 0x03; Far -> 0x01, 0x08).
| + | === Raizo === |
− | | |
− | = HandAnalysisConfig = | |
− | This is "nn::irsensor::HandAnalysisConfig".
| |
− | | |
− | This is converted to [[#TeraPluginProcessorConfig]] by the user-process, which is all-zero except the mode.
| |
− | * pre-4.0.0: [[#TeraPluginProcessorConfig]] mode = [[#HandAnalysisMode]] - 1.
| |
− | * [4.0.0+]: Silhouette = 0x5, Image = 0x6, SilhouetteAndImage = 0x7, SilhouetteOnly = 0xA.
| |
− | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! Offset || Size || Description | + | ! SystemVersion |
| + | ! FirmwareVersion |
| + | |- |
| + | | [1.0.0+] |
| + | | 0348 |
| |- | | |- |
− | | 0x0 || 0x4 || [[#HandAnalysisMode]]
| + | | [15.0.0+] |
| + | | 0421 |
| |} | | |} |
| | | |
− | == HandAnalysisMode == | + | === Tera === |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || None (invalid) | + | ! SystemVersion |
| + | ! FirmwareVersion |
| + | |- |
| + | | [1.0.0+] |
| + | | 030B |
| |- | | |- |
− | | 1 || Silhouette | + | | [4.0.0+] |
| + | | 0412 |
| |- | | |- |
− | | 2 || Image | + | | [5.0.0+] |
| + | | 0518 |
| |- | | |- |
− | | 3 || SilhouetteAndImage | + | | [6.0.0+] |
| + | | 061A |
| |- | | |- |
− | | 4 || [4.0.0+] SilhouetteOnly
| + | | [8.0.0+] |
| + | | 081B |
| |} | | |} |
| | | |
− | = BusHandle = | + | === TeraFullKey === |
− | This is "nn::hidbus::BusHandle".
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! SystemVersion |
| + | ! FirmwareVersion |
| + | |- |
| + | | [1.0.0+] |
| + | | 0305 |
| + | |} |
| | | |
| + | === ProController === |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! Offset || Size || Description | + | ! SystemVersion |
| + | ! FirmwareVersion |
| |- | | |- |
− | | 0x0 || 0x4 || AbstractedPadId | + | | - |
| + | | 010A0200 |
| |- | | |- |
− | | 0x4 || 0x1 || InternalIndex | + | | [6.0.0+] |
| + | | 01100210 |
| + | |} |
| + | |
| + | === Palma === |
| + | {| class="wikitable" border="1" |
| |- | | |- |
− | | 0x5 || 0x1 || PlayerNumber
| + | ! SystemVersion |
| + | ! FirmwareVersion |
| |- | | |- |
− | | 0x6 || 0x1 || BusTypeId | + | | - |
| + | | 1100 |
| |- | | |- |
− | | 0x7 || 0x1 || IsValid | + | | [6.1.0+] |
| + | | 1200 |
| |} | | |} |
| | | |
− | = JoyPollingReceivedData = | + | === SioH === |
− | This is "nn::hidbus::JoyPollingReceivedData".
| |
− | | |
− | This is copied from the entries in [[#EnableJoyPollingReceiveMode|TransferMemory]] by GetJoyPollingReceivedData.
| |
− | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! Offset || Size || Description | + | ! SystemVersion |
| + | ! FirmwareVersion |
| |- | | |- |
− | | 0x0 || 0x30 || Data
| + | | - |
− | |-
| + | | 000D |
− | | 0x30 || 0x8 || OutSize
| |
− | |- | |
− | | 0x38 || 0x8 || SamplingNumber | |
− | |}
| |
− | | |
− | = BusType =
| |
− | This is "nn::hidbus::BusType".
| |
− | | |
− | {| class="wikitable" border="1"
| |
− | ! Value
| |
− | ! Description
| |
− | |-
| |
− | | 0 || LeftJoyRail
| |
− | |-
| |
− | | 1 || RightJoyRail
| |
− | |-
| |
− | | 2 || [6.0.0+] InternalBus (for Lark microphone)
| |
− | |}
| |
− | | |
− | = JoyPollingMode =
| |
− | This is "nn::hidbus::JoyPollingMode".
| |
− | | |
− | {| class="wikitable" border="1"
| |
− | ! Value
| |
− | ! Description
| |
− | |-
| |
− | | 0 || SixAxisSensorDisable
| |
− | |-
| |
− | | 1 || SixAxisSensorEnable
| |
− | |-
| |
− | | 2 || ButtonOnly
| |
− | |}
| |
− | | |
− | Other values causes [[#EnableJoyPollingReceiveMode]] to assert.
| |
− | | |
− | = StatusManagerType =
| |
− | This is "nn::hidbus::detail::StatusManagerType".
| |
− | | |
− | {| class="wikitable" border="1"
| |
− | ! Value
| |
− | ! Description
| |
| |- | | |- |
− | | 0 || None | + | | [8.1.1+] |
| + | | 0200 |
| |- | | |- |
− | | 1 || 16 | + | | [10.0.0+] |
| + | | 0301 |
| |- | | |- |
− | | 2 || 32 | + | | [11.0.0+] |
| + | | 0304 |
| |} | | |} |
− |
| |
− | = ExternalDevices =
| |
− | The following devices are used via hidbus:
| |
− | * [[Ring-Con]]
| |
− | * Famicom right controller (with microphone)
| |
− |
| |
− | = RomFS =
| |
− | The hid-sysmodule RomFS contains:
| |
− | ftmFwUpdate
| |
− | ├── NTD_4CD_1801.fts256
| |
− | ├── NTD_4CD_2602.fts256
| |
− | ├── NTD_4CD_3801.fts256
| |
− | └── NTD_4CD_xxxx.fts256 [7.0.0+]
| |
− |
| |
− | These are firmware files for the touchscreen controller.
| |
− |
| |
− | [9.0.0+] The hid-sysmodule RomFS now contains:
| |
− | ftmFwUpdate
| |
− | ├── FTS_00120100.fts256
| |
− | ├── FTS_32000001.fts256
| |
− | ├── FTS_32000102.fts256
| |
− | ├── FTS_32000302.fts256
| |
− | └── FTS_32000402.fts256
| |
− |
| |
− | = Firmware update =
| |
− | HID-sysmodule mounts the contents of title [[Title_list|0100000000000822]] as "systemData" or the contents of title [[Title_list|010000000000B22B]] as "systemDataD". Both titles contain the same files, but [[Title_list|0100000000000822]] is used on retail units while [[Title_list|010000000000B22B]] is used for development.
| |
− |
| |
− | [10.0.0+]: The RomFs for hid-sysmodule was removed, the data which used to be in that RomFs was moved into this SystemData (the below .fts256 files).
| |
− |
| |
− | These titles contain the following files:
| |
− | * '''ExpectVersionInfo.csv''' - List in the format "[device],[type],[version]" where "device" can be "JoyLeft", "JoyRight", "FullKey", "Palma" or "Handheld", "type" can be "BT", "MCU", "USB" or "SioH" and "version" is the hexadecimal representation of the firmware file's version.
| |
− | * '''FirmwareInfo.csv''' - List in the format "[device],[type],[version],[file]" where "device", "type" and "version" should match the values from "ExpectVersionInfo" and "file" is the name of the firmware file.
| |
− | * '''ukyosakyo_ep2_ota.bin''' - Left/Right Joy-Con BT firmware.
| |
− | * '''raizo_ep2_ota.bin''' - Pro Controller BT firmware.
| |
− | * '''tera_ota.bin''' - Right Joy-Con MCU firmware.
| |
− | * '''tera_ota_iap.bin''' - Right Joy-Con MCU (IAP profile) firmware.
| |
− | * '''tera_fullkey_ota.bin''' - Pro Controller MCU firmware.
| |
− | * '''tera_fullkey_ota_iap.bin''' - Pro Controller MCU (IAP profile) firmware.
| |
− | * [6.0.0+] '''ProController.dfu''' - Pro Controller USB firmware.
| |
− | * [6.1.0+] '''PalmaFw.bin''' - Poké Ball Plus BT firmware.
| |
− | * [9.0.0+] '''ExpectVersionInfo-platform.hoag.csv''' - Same as "ExpectVersionInfo.csv" but for the Switch Lite platform.
| |
− | * [9.0.0+] '''FirmwareInfo-platform.hoag.csv''' - Same as "FirmwareInfo.csv" but for the Switch Lite platform.
| |
− | * [9.0.0+] '''sioh.bin''' - Switch Lite Joy-Con firmware.
| |
− | * [9.0.0+] '''sioh_iap.bin''' - Switch Lite Joy-Con (IAP profile) firmware.
| |
− | * [10.0.0+] '''FTS_00120100.fts256'''
| |
− | * [10.0.0+] '''FTS_32000001.fts256'''
| |
− | * [10.0.0+] '''FTS_32000102.fts256'''
| |
− | * [10.0.0+] '''FTS_32000302.fts256'''
| |
− | * [10.0.0+] '''FTS_32000402.fts256'''
| |
− | * [10.0.0+] '''TouchScreenConfiguration.csv'''
| |
− | * [10.0.0+] '''TouchScreenFirmwareInfo.csv'''
| |
− | * [13.0.0+] '''FTS_33000510.fts256'''
| |
− | * [13.0.0+] '''FTS_98000004.ftb'''
| |
| | | |
| [[Category:Services]] | | [[Category:Services]] |