| 361 | } |
| 362 | |
| 363 | static int32_t get_max_report_length(IOHIDDeviceRef device) |
| 364 | { |
| 365 | return get_int_property(device, CFSTR(kIOHIDMaxInputReportSizeKey)); |
| 366 | } |
| 367 | |
| 368 | static int get_string_property(IOHIDDeviceRef device, CFStringRef prop, wchar_t *buf, size_t len) |
| 369 | { |