Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ports that have USB devices connected to them will include a fid (Friendly ID) value (only array and XML-string returns include this value). Use the fid to determine which physical port on the player the USB device is connected to. The following table matches fid values to the ports on different model lines:

Model FamilyFriendly ID (fid)Location
LS423AFront (USB-C)
HDx23AFront (USB-A)
HS123AN/A (M.2 connector)
HO523AUpper Front (USB-A)
 BLower Front (USB-A)
 CBack (JAE TX-25)
XDx33/XDx34AFront (USB-C)
BBack (USB-A)
XTx43/XTx44ABack (USB-A)
BFront (USB-C)

A fid value of <port>.<int> (e.g. "B.0") indicates that the USB device is directly connected to the player, while a value of <port>/<int>.<int> (e.g. "A/4.2") indicates a device connected through a USB hub. The last integer specifies the endpoint: For example, if a USB device presents as both an HID and audio device, they will be listed as separate devices with different endpoint numbers. Also note that there can be more than one layer of port numbers if multiple USB hubs are connected together (e.g. "A/4.0.0").

...