HID services: Difference between revisions
No edit summary |
|||
Line 2,528: | Line 2,528: | ||
! Description | ! Description | ||
|- | |- | ||
| 0 || | | 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+] | | 7 || [4.0.0+] Ready | ||
|- | |- | ||
| 8 || [4.0.0+] | | 8 || [4.0.0+] Setting | ||
|} | |} | ||
Line 2,590: | Line 2,590: | ||
! Description | ! Description | ||
|- | |- | ||
| 0 || | | 0 || 320x240 | ||
|- | |- | ||
| 1 || | | 1 || 160x120 | ||
|- | |- | ||
| 2 || | | 2 || 80x60 | ||
|- | |- | ||
| 3 || [4.0.0+] | | 3 || [4.0.0+] 40x30 | ||
|- | |- | ||
| 4 || [4.0.0+] | | 4 || [4.0.0+] 20x15 | ||
|} | |} | ||
Line 2,777: | Line 2,777: | ||
|} | |} | ||
Versions | == Versions == | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! | ! MajorVersion || MinorVersion || SystemVersion | ||
|- | |- | ||
| || | | 0x3 || 0xB || [1.0.0+] | ||
|- | |- | ||
| [4.0.0+] | | 0x4 || 0x12 || [4.0.0+] | ||
|- | |- | ||
| [5.0.0+] | | 0x5 || 0x18 || [5.0.0+] | ||
|- | |- | ||
| [6.0.0+] | | 0x6 || 0x1A || [6.0.0+] | ||
|- | |- | ||
| [8.0.0+] | | 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" | ||
|- | |- | ||
! | ! Value || SystemVersion | ||
|- | |||
| 0 || [1.0.0+] | |||
|- | |||
| 1 || [4.0.0+] | |||
|- | |- | ||
| [ | | 2 || [5.0.0+] | ||
|- | |- | ||
| [ | | 3 || [6.0.0+] | ||
|- | |- | ||
| [ | | 4 || [8.0.0+] | ||
|} | |} | ||