| 183 | } |
| 184 | |
| 185 | OSString* Xbox360ControllerClass::newProductString() const |
| 186 | { |
| 187 | return OSString::withCString("Xbox 360 Wired Controller"); |
| 188 | } |
| 189 | |
| 190 | OSString* Xbox360ControllerClass::newSerialNumberString() const |
| 191 | { |
nothing calls this directly
no outgoing calls
no test coverage detected