diff options
Diffstat (limited to 'src/xf86WacomDefs.h')
-rw-r--r-- | src/xf86WacomDefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h index 3305740..25ea1fd 100644 --- a/src/xf86WacomDefs.h +++ b/src/xf86WacomDefs.h @@ -169,6 +169,7 @@ struct _WacomModel always an LCD) */ #define WCM_PENTOUCH 0x00000400 /* Tablet supports pen and touch */ #define WCM_DUALRING 0x00000800 /* Tablet has two touch rings */ +#define WCM_LEGACY_IDS 0x00001000 /* Tablet uses legacy device IDs */ #define TabletHasFeature(common, feature) MaskIsSet((common)->tablet_type, (feature)) #define TabletSetFeature(common, feature) MaskSet((common)->tablet_type, (feature)) |