| 346 | } |
| 347 | |
| 348 | static CFArrayRef get_usage_pairs(IOHIDDeviceRef device) |
| 349 | { |
| 350 | return get_array_property(device, CFSTR(kIOHIDDeviceUsagePairsKey)); |
| 351 | } |
| 352 | |
| 353 | static unsigned short get_vendor_id(IOHIDDeviceRef device) |
| 354 | { |
no test coverage detected