Difference between revisions of "HID Services"

From 3dbrew
Jump to navigation Jump to search
Line 36: Line 36:
 
| [[HID:GetIPCHandles|GetIPCHandles]]
 
| [[HID:GetIPCHandles|GetIPCHandles]]
 
|-
 
|-
| 0x000B....
+
| 0x000B0000
| ?
+
| [[HID:StartAnalogStickCalibration|StartAnalogStickCalibration]]
 
|-
 
|-
 
| 0x000C....
 
| 0x000C....
Line 45: Line 45:
 
| ?
 
| ?
 
|-
 
|-
| 0x000E....
+
| 0x000E0000
| ?
+
| [[HID:GetAnalogStickCalibrateParam|GetAnalogStickCalibrateParam]]
 
|-
 
|-
 
| 0x000F....
 
| 0x000F....
Line 57: Line 57:
 
| [[HID:EnableAccelerometer|EnableAccelerometer]]
 
| [[HID:EnableAccelerometer|EnableAccelerometer]]
 
|-
 
|-
| 0x0012....
+
| 0x00120000
| ?
+
| [[HID:DisableAccelerometer|DisableAccelerometer]]
 
|-
 
|-
 
| 0x00130000
 
| 0x00130000
 
| [[HID:EnableGyroscopeLow|EnableGyroscopeLow]]
 
| [[HID:EnableGyroscopeLow|EnableGyroscopeLow]]
 
|-
 
|-
| 0x0014....
+
| 0x00140000
| ?
+
| [[HID:DisableGyroscopeLow|DisableGyroscopeLow]]
 
|-
 
|-
 
| 0x00150000
 
| 0x00150000
Line 72: Line 72:
 
| [[HID:GetGyroscopeLowCalibrateParam|GetGyroscopeLowCalibrateParam]]
 
| [[HID:GetGyroscopeLowCalibrateParam|GetGyroscopeLowCalibrateParam]]
 
|-
 
|-
| 0x0017....
+
| 0x00170000
| ?
+
| [[HID:GetSoundVolume|GetSoundVolume]]
 
|}
 
|}
  
 
=See Also=
 
=See Also=
 
[[HID_Shared_Memory|HID Shared Memory]]
 
[[HID_Shared_Memory|HID Shared Memory]]

Revision as of 00:27, 3 May 2014

HID service "hid:USER"

Command Header Description
0x0001.... ?
0x0002.... ?
0x0003.... ?
0x0004.... ?
0x0005.... ?
0x0006.... ?
0x0007.... ?
0x0008.... ?
0x0009.... ?
0x000A0000 GetIPCHandles
0x000B0000 StartAnalogStickCalibration
0x000C.... ?
0x000D.... ?
0x000E0000 GetAnalogStickCalibrateParam
0x000F.... ?
0x0010.... ?
0x00110000 EnableAccelerometer
0x00120000 DisableAccelerometer
0x00130000 EnableGyroscopeLow
0x00140000 DisableGyroscopeLow
0x00150000 GetGyroscopeLowRawToDpsCoefficient
0x00160000 GetGyroscopeLowCalibrateParam
0x00170000 GetSoundVolume

See Also

HID Shared Memory