Searched refs:hid_type (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/hid/ |
H A D | wacom_wac.h | 165 int hid_type; member in struct:wacom_features
|
H A D | wacom_wac.c | 2851 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 2855 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 2859 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 2872 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 2906 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 2913 .check_for_hid_type = true, .hid_type = HID_TYPE_USBMOUSE }; 2937 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 2954 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3081 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3085 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3089 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3101 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3110 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE }; 3120 .check_for_hid_type = true, .hid_type = HID_TYPE_USBNONE };
|
H A D | wacom_sys.c | 1441 if (features->check_for_hid_type && features->hid_type != hdev->type) { wacom_probe()
|
/linux-4.1.27/include/linux/ |
H A D | hid.h | 482 enum hid_type { enum 505 enum hid_type type; /* device type (mouse, kbd, ...) */
|
Completed in 124 milliseconds