Home
last modified time | relevance | path

Searched refs:WACOM_DEVICETYPE_TOUCH (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hid/
H A Dwacom_sys.c442 features->device_type |= WACOM_DEVICETYPE_TOUCH; in wacom_usage_mapping()
677 if (features->device_type & WACOM_DEVICETYPE_TOUCH) { in _wacom_query_tablet_data()
799 !(sibling_features->device_type & WACOM_DEVICETYPE_TOUCH)) in wacom_are_sibling()
803 if ((features->device_type & WACOM_DEVICETYPE_TOUCH) && in wacom_are_sibling()
899 if (wacom_wac->features.device_type & WACOM_DEVICETYPE_TOUCH) in wacom_add_shared_data()
2322 if (wacom_wac->features.device_type & WACOM_DEVICETYPE_TOUCH) { in wacom_set_shared_values()
2409 ((features->device_type & WACOM_DEVICETYPE_TOUCH) || in wacom_parse_and_register()
H A Dwacom_wac.h94 #define WACOM_DEVICETYPE_TOUCH 0x0002 macro