HID services: Difference between revisions

No edit summary
Line 2,528: Line 2,528:
!  Description
!  Description
|-
|-
| 0 || Ok?
| 0 || Stopped
|-
|-
| 1 ||  
| 1 || FirmwareUpdateNeeded
|-
|-
| 2 ||  
| 2 ||  
Line 2,538: Line 2,538:
| 4 ||  
| 4 ||  
|-
|-
| 5 ||  
| 5 || FirmwareVersionRequested
|-
|-
| 6 ||  
| 6 || FirmwareVersionIsInvalid
|-
|-
| 7 || [4.0.0+] Ok?
| 7 || [4.0.0+] Ready
|-
|-
| 8 || [4.0.0+]  
| 8 || [4.0.0+] Setting
|}
|}


Line 2,590: Line 2,590:
!  Description
!  Description
|-
|-
| 0 || 240x320
| 0 || 320x240
|-
|-
| 1 || 120x160
| 1 || 160x120
|-
|-
| 2 || 60x80
| 2 || 80x60
|-
|-
| 3 || [4.0.0+] 30x40
| 3 || [4.0.0+] 40x30
|-
|-
| 4 || [4.0.0+] 15x20
| 4 || [4.0.0+] 20x15
|}
|}


Line 2,777: Line 2,777:
|}
|}


Versions:
== Versions ==
 
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! System version || MajorVersion || MinorVersion
! MajorVersion || MinorVersion || SystemVersion
|-
|-
| || 0x3 || 0xA
| 0x3 || 0xB || [1.0.0+]
|-
|-
| [4.0.0+] || 0x4 || 0x12
| 0x4 || 0x12 || [4.0.0+]
|-
|-
| [5.0.0+] || 0x5 || 0x18
| 0x5 || 0x18 || [5.0.0+]
|-
|-
| [6.0.0+] || 0x6 || 0x1A
| 0x6 || 0x1A || [6.0.0+]
|-
|-
| [8.0.0+] || 0x8 || 0x1B
| 0x8 || 0x1B || [8.0.0+]
|}
|}


Line 2,801: Line 2,800:
! Offset || Size || Description
! Offset || Size || Description
|-
|-
| 0x0 || 0x1 || IrSensorFunctionLevel
| 0x0 || 0x1 || [[#IrSensorFunctionLevel]]
|-
|-
| 0x1 || 0x3 || Reserved
| 0x1 || 0x3 || Reserved
|}
|}


IrSensorFunctionLevel:
== IrSensorFunctionLevel ==
This is "nn::irsensor::IrSensorFunctionLevel".


{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! System version || Value
! Value || SystemVersion
|-
| 0 || [1.0.0+]
|-
| 1 || [4.0.0+]
|-
|-
| [4.0.0+] || 0x1
| 2 || [5.0.0+]
|-
|-
| [5.0.0+] || 0x2
| 3 || [6.0.0+]
|-
|-
| [6.0.0+] || 0x3
| 4 || [8.0.0+]
|}
|}