Home
last modified time | relevance | path

Searched refs:hid_type (Results 1 – 3 of 3) sorted by relevance

/drivers/hid/
Dwacom_wac.c4479 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4483 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4487 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4502 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4540 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4547 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE };
4580 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4600 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4726 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4730 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
[all …]
Dwacom_wac.h280 int hid_type; member
Dwacom_sys.c2805 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()