diff options
author | Sergi Granell | 2017-04-02 17:11:50 +0200 |
---|---|---|
committer | Sergi Granell | 2017-04-02 17:11:50 +0200 |
commit | 6725e969a53fa05897c3c166e4ca288ce6d35ccf (patch) | |
tree | 7941da3bee6cfdadf8abc0555e1327f68b21450b /nids/360/SceUsbd.yml | |
parent | Add missing ksceUsbdGetEndpointId NID (diff) | |
download | vds-libraries-6725e969a53fa05897c3c166e4ca288ce6d35ccf.tar.gz |
Add ksceUsbdCloseEndpoint
Diffstat (limited to 'nids/360/SceUsbd.yml')
-rw-r--r-- | nids/360/SceUsbd.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nids/360/SceUsbd.yml b/nids/360/SceUsbd.yml index 2dd0623..ae4653f 100644 --- a/nids/360/SceUsbd.yml +++ b/nids/360/SceUsbd.yml @@ -5,9 +5,10 @@ modules: SceUsbdForDriver: nid: 0xA0EBCA41 functions: + sceUsbdCloseEndpoint: 0xF304DC5C sceUsbdControlTransfer: 0x2E05660F sceUsbdGetDescriptor: 0xBC3EF82B - sceUsbdGetEndpointId: 0x1CDBFF9F + sceUsbdOpenEndpoint: 0x1CDBFF9F sceUsbdRegisterCompositeLdd: 0x6E53D7F4 sceUsbdRegisterDriver: 0x1EC94F18 sceUsbdSuspendPhase2: 0xD7AA730D |