Searched refs:BAMBOO_PT (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/hid/ |
D | wacom_wac.c | 2098 case BAMBOO_PT: in wacom_wac_irq() 2180 if (features->type == BAMBOO_PT && in wacom_setup_device_quirks() 2407 case BAMBOO_PT: in wacom_setup_pentouch_input_capabilities() 2639 case BAMBOO_PT: in wacom_setup_pad_input_capabilities() 2643 ((features->type == BAMBOO_PT) && !features->touch_max)) in wacom_setup_pad_input_capabilities() 3032 BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 2 }; 3035 BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 2 }; 3038 BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 2 }; 3041 BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 2 }; 3044 BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; [all …]
|
D | wacom_wac.h | 125 BAMBOO_PT, enumerator
|
D | wacom_sys.c | 191 if (features->type != BAMBOO_PT) { in wacom_usage_mapping() 203 if (features->type != BAMBOO_PT) { in wacom_usage_mapping() 215 if (features->type != BAMBOO_PT) { in wacom_usage_mapping() 413 if (features->type <= BAMBOO_PT && features->type != WIRELESS) { in wacom_query_tablet_data() 450 if (features->type < BAMBOO_PT) in wacom_retrieve_hid_descriptor() 1497 if ((features->type == BAMBOO_PT) && in wacom_probe()
|