Home
last modified time | relevance | path

Searched refs:TabletSetFeature (Results 1 – 5 of 5) sorted by relevance

/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/src/
H A DwcmValidateDevice.c211 TabletSetFeature(priv->common, WCM_LCD); in wcmDeviceTypeKeys()
244 TabletSetFeature(priv->common, WCM_RING); in wcmDeviceTypeKeys()
279 TabletSetFeature(priv->common, WCM_LCD); in wcmDeviceTypeKeys()
289 TabletSetFeature(priv->common, WCM_LCD); in wcmDeviceTypeKeys()
322 TabletSetFeature(priv->common, WCM_TPC); in wcmDeviceTypeKeys()
369 TabletSetFeature(priv->common, WCM_LCD); in wcmDeviceTypeKeys()
380 TabletSetFeature(priv->common, WCM_LCD); in wcmDeviceTypeKeys()
384 TabletSetFeature(priv->common, WCM_PEN); in wcmDeviceTypeKeys()
389 TabletSetFeature(priv->common, WCM_PAD); in wcmDeviceTypeKeys()
398 TabletSetFeature(priv->common, WCM_2FGT); in wcmDeviceTypeKeys()
[all …]
H A DwcmConfig.c538 TabletSetFeature(common, WCM_PENTOUCH); in wcmLinkTouchAndPen()
539 TabletSetFeature(tmpcommon, WCM_PENTOUCH); in wcmLinkTouchAndPen()
H A Dxf86WacomDefs.h176 #define TabletSetFeature(common, feature) MaskSet((common)->tablet_type, (feature)) macro
H A DwcmUSB.c493 TabletSetFeature(common, WCM_LEGACY_IDS); in usbWcmInit()
2042 TabletSetFeature(common, WCM_TPC); in usbGenericTouchscreenQuirks()
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/
H A DChangeLog8315 Fix CintiqV5 LCD defaults by using new TabletSetFeature()