Difference between revisions of "USB services"

From Nintendo Switch Brew
Jump to navigation Jump to search
(Moved since usb:pd is used by PTM.)
Line 2: Line 2:
  
 
=usb:ds=
 
=usb:ds=
 +
Not used by any sysmodule.
  
 
=usb:hs=
 
=usb:hs=
 +
General USB devices usage, used by hid-sysmodule and bsdsockets-sysmodule.
  
 
=usb:pd=
 
=usb:pd=
 +
Only sysmodules with access to this are [[PTM_services|PTM]] and [[AM_services|AM]].
  
 
=usb:pd:c=
 
=usb:pd:c=
Line 11: Line 14:
  
 
=usb:pm=
 
=usb:pm=
 +
Presumably Power Management, only sysmodule using this is [[PTM_services|PTM]].

Revision as of 03:23, 4 August 2017

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

usb:ds

Not used by any sysmodule.

usb:hs

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

usb:pd

Only sysmodules 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 sysmodule using this is PTM.