| 178 | } |
| 179 | |
| 180 | OSNumber* Xbox360ControllerClass::newProductIDNumber() const |
| 181 | { |
| 182 | return OSNumber::withNumber(GetOwnerProvider(this)->GetProductID(),16); |
| 183 | } |
| 184 | |
| 185 | OSString* Xbox360ControllerClass::newProductString() const |
| 186 | { |
nothing calls this directly
no test coverage detected