diff options
| author | Sergi Granell | 2017-04-02 17:03:28 +0200 |
|---|---|---|
| committer | Sergi Granell | 2017-04-02 17:03:28 +0200 |
| commit | 79bae5a615e8aa689c3f8caebab5d7659c4c8dc4 (patch) | |
| tree | abe733be05a795dab26e4704d687a139700ef9ba | |
| parent | Add ksceUsbdGetEndpointId and ksceUsbdControlTransfer NIDs (diff) | |
| download | vds-libraries-79bae5a615e8aa689c3f8caebab5d7659c4c8dc4.tar.gz | |
Add missing ksceUsbdGetEndpointId NID
| -rw-r--r-- | nids/360/SceUsbd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nids/360/SceUsbd.yml b/nids/360/SceUsbd.yml index b0e4b44..2dd0623 100644 --- a/nids/360/SceUsbd.yml +++ b/nids/360/SceUsbd.yml @@ -7,6 +7,7 @@ modules: functions: sceUsbdControlTransfer: 0x2E05660F sceUsbdGetDescriptor: 0xBC3EF82B + sceUsbdGetEndpointId: 0x1CDBFF9F sceUsbdRegisterCompositeLdd: 0x6E53D7F4 sceUsbdRegisterDriver: 0x1EC94F18 sceUsbdSuspendPhase2: 0xD7AA730D |
