EHCI: Difference between revisions
Jump to navigation
Jump to search
SilicAndPina (talk | contribs) m (add "offical" to "only documented usage of this port" because its no longer the only one since homebrew devs have made it work in the past.) |
SilicAndPina (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
The accessory port found only on the original Vita models is a custom port USB interface. The port must be activated in software and so far, there does not seem to be any official public software that uses it | The accessory port found only on the original Vita models is a custom port USB interface. The port must be activated in software and so far, there does not seem to be any official public software that uses it, | ||
It was thought that all API's that reference the accessory port were permanently disabled as of firmware 1.69, however this isn't actually true, even on 3.73 the accessory port can be enabled using sceUsbServAccessoryActivate and disabled with sceUsbServAccessoryDeactivate | |||
[https://forum.devchroma.nl/index.php/topic,194.msg448.html#msg448 The "CBPS" was also able to get the accessory port working and able to mount a USB drive via VitaShell by hacking Mini-USB cables.] | [https://forum.devchroma.nl/index.php/topic,194.msg448.html#msg448 The "CBPS" was also able to get the accessory port working and able to mount a USB drive via VitaShell by hacking Mini-USB cables.] |
Revision as of 22:06, 12 June 2020
The accessory port found only on the original Vita models is a custom port USB interface. The port must be activated in software and so far, there does not seem to be any official public software that uses it, It was thought that all API's that reference the accessory port were permanently disabled as of firmware 1.69, however this isn't actually true, even on 3.73 the accessory port can be enabled using sceUsbServAccessoryActivate and disabled with sceUsbServAccessoryDeactivate
Pin | Name | Description |
---|---|---|
1 | GND | Ground - On the side with the mounting hole that has threads |
2 | ID (1.8v) | USB OTG. |
3 | D- | USB Data |
4 | D+ | USB Data |
5 | VBUS (3.3v) | Power |
The only documented official usage of this port is from an FCC filing for the PDEL-1001 development unit. It seems that some dongle attached to the device is used as part of their hardware testing framework.