Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dwacom_wac.c4586 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4590 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4594 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4609 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4647 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4654 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE };
4687 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4707 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4833 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
4837 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
[all …]
H A Dwacom_wac.h278 bool check_for_hid_type; member
H A Dwacom_sys.c2845 if (features->check_for_hid_type && features->hid_type != hdev->type) in wacom_probe()