diff --git a/sax/api/data/cdb/Pens b/sax/api/data/cdb/Pens
index 3136f0a..73bb45e 100644
--- a/sax/api/data/cdb/Pens
+++ b/sax/api/data/cdb/Pens
@@ -335,6 +335,21 @@ TABLET PCs:ISDV4 TABLET PC Stylus (USB) {
  TabletType          = stylus
  RawOption           = "ForceDevice" "ISDV4"
 }
+
+#------------------------------------------------#
+# TABLET PCs: Wacom ISDV4 TabletPC Touch (USB)   #
+#------------------------------------------------#
+TABLET PCs:ISDV4 TABLET PC Touch (USB) {
+ Device              = /dev/input/by-id/usb-Tablet_ISD-V4-event-touch
+ Option              = USB
+ TabletMode          = Absolute
+ Driver              = wacom
+ Protocol            = Auto
+ TabletType          = touch
+ RawOption           = "ForceDevice" "ISDV4"
+}
+
+
 #-------------------------------------------#
 # TABLET PCs: ASUS R1E Eraser (USB)         #
 #-------------------------------------------#
diff --git a/sax/api/data/cdb/Tablets b/sax/api/data/cdb/Tablets
index fd19756..d15563c 100644
--- a/sax/api/data/cdb/Tablets
+++ b/sax/api/data/cdb/Tablets
@@ -326,6 +326,7 @@ TABLET PCs:Wacom ISDV4 TABLET PC (USB) {
  RawOption        = "ForceDevice" "ISDV4"
  StylusLink       = ISDV4 TABLET PC Stylus (USB)
  EraserLink       = ISDV4 TABLET PC Eraser (USB)
+ TouchLink        = ISDV4 TABLET PC Touch (USB)
 }
 
 
