Difference between revisions of "USB services"

From Nintendo Switch Brew
Jump to navigation Jump to search
Line 2: Line 2:
  
 
=usb:ds=
 
=usb:ds=
Not used by any sysmodule.
+
Not used by any system-title.
 +
 
 +
Used for Switch<>PC USB comms?
  
 
=usb:hs=
 
=usb:hs=
Line 8: Line 10:
  
 
=usb:pd=
 
=usb:pd=
Only sysmodules with access to this are [[PTM_services|PTM]] and [[AM_services|AM]].
+
Only system-titles with access to this are [[PTM_services|PTM]] and [[AM_services|AM]].
  
 
=usb:pd:c=
 
=usb:pd:c=
Line 14: Line 16:
  
 
=usb:pm=
 
=usb:pm=
Presumably Power Management, only sysmodule using this is [[PTM_services|PTM]].
+
Presumably Power Management, only system-title using this is [[PTM_services|PTM]].

Revision as of 07:35, 15 August 2017

One symbol in USB-sysmodule is: "vtable for nn::usb::detail::UsbComplexTegra21x".

usb:ds

Not used by any system-title.

Used for Switch<>PC USB comms?

usb:hs

General USB devices usage, used by hid-sysmodule and bsdsockets-sysmodule.

usb:pd

Only system-titles with access to this are PTM and AM.

usb:pd:c

USB-sysmodule symbols for this refer to "Cradle", which is the Dock.

usb:pm

Presumably Power Management, only system-title using this is PTM.