| 121 | } |
| 122 | |
| 123 | OSString* ChatPadKeyboardClass::newManufacturerString() const |
| 124 | { |
| 125 | IOHIDDevice *device = GetParent(this); |
| 126 | if (device == NULL) |
| 127 | return NULL; |
| 128 | return device->newManufacturerString(); |
| 129 | } |
| 130 | |
| 131 | OSString* ChatPadKeyboardClass::newSerialNumberString() const |
| 132 | { |
nothing calls this directly
no test coverage detected