File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -214,11 +214,6 @@ static unsigned short get_product_id(IOHIDDeviceRef device)
214
214
return get_int_property (device , CFSTR (kIOHIDProductIDKey ));
215
215
}
216
216
217
- static int32_t get_location_id (IOHIDDeviceRef device )
218
- {
219
- return get_int_property (device , CFSTR (kIOHIDLocationIDKey ));
220
- }
221
-
222
217
static int32_t get_max_report_length (IOHIDDeviceRef device )
223
218
{
224
219
return get_int_property (device , CFSTR (kIOHIDMaxInputReportSizeKey ));
@@ -1047,6 +1042,11 @@ HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev)
1047
1042
1048
1043
1049
1044
#if 0
1045
+ static int32_t get_location_id (IOHIDDeviceRef device )
1046
+ {
1047
+ return get_int_property (device , CFSTR (kIOHIDLocationIDKey ));
1048
+ }
1049
+
1050
1050
static int32_t get_usage (IOHIDDeviceRef device )
1051
1051
{
1052
1052
int32_t res ;
You can’t perform that action at this time.
0 commit comments