| 129 | } |
| 130 | |
| 131 | OSString* ChatPadKeyboardClass::newSerialNumberString() const |
| 132 | { |
| 133 | IOHIDDevice *device = GetParent(this); |
| 134 | if (device == NULL) |
| 135 | return NULL; |
| 136 | return device->newSerialNumberString(); |
| 137 | } |
| 138 | |
| 139 | OSNumber* ChatPadKeyboardClass::newLocationIDNumber() const |
| 140 | { |
nothing calls this directly
no test coverage detected