| 418 | } |
| 419 | |
| 420 | static int get_product_string(IOHIDDeviceRef device, wchar_t *buf, size_t len) |
| 421 | { |
| 422 | return get_string_property(device, CFSTR(kIOHIDProductKey), buf, len); |
| 423 | } |
| 424 | |
| 425 | |
| 426 | /* Implementation of wcsdup() for Mac. */ |
no test coverage detected