MCPcopy Create free account
hub / github.com/360Controller/360Controller / newProductIDNumber

Method newProductIDNumber

360Controller/ChatPad.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100OSNumber* ChatPadKeyboardClass::newProductIDNumber() const
101{
102 // Same as USB, plus one
103 return OSNumber::withNumber(100, 32);
104}
105
106static IOHIDDevice* GetParent(const IOService *current)
107{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected