Signed-off-by: Peter Hutterer <[email protected]>
---
libwacom/libwacom-database.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libwacom/libwacom-database.c b/libwacom/libwacom-database.c
index 8351e06..dd69fd7 100644
--- a/libwacom/libwacom-database.c
+++ b/libwacom/libwacom-database.c
@@ -64,6 +64,8 @@ libwacom_class_string_to_enum(const char *class)
return WCLASS_INTUOS;
if (strcmp(class, "Intuos2") == 0)
return WCLASS_INTUOS2;
+ if (strcmp(class, "ISDV4") == 0)
+ return WCLASS_ISDV4;
return WCLASS_UNKNOWN;
}
--
1.7.10
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel