summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-03-17 13:51:52 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-05-20 14:29:00 +1000
commit15ed60a3211f80a8872c4b40ac73f051aca314ef (patch)
treea3e00111846e4a34ca1a03b4ca5fe219b06efbd8
parentaa904aa1e549c39a1637922436ba1c246936c9d2 (diff)
downloadxf86-input-wacom-15ed60a3211f80a8872c4b40ac73f051aca314ef.tar.gz
Add 5 new devices
Added DTU2231, DTU1631, Intuos4 WL, and Cintiq 21UX2 tablets. Signed-off-by: Ping Cheng <pinglinux@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Conflicts: src/wcmUSB.c (cherry-picked from commit c23a3a320120069367e067f11973e9d4bacc3b1b) Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/wcmUSB.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wcmUSB.c b/src/wcmUSB.c
index 83cb6b1..6a50f6d 100644
--- a/src/wcmUSB.c
+++ b/src/wcmUSB.c
@@ -382,6 +382,8 @@ static struct
{ 0xC2, 508, 508, &usbCintiq }, /* DTF720a */
{ 0xC4, 508, 508, &usbCintiq }, /* DTF521 */
{ 0xC7, 2540, 2540, &usbCintiq }, /* DTU1931 */
+ { 0xCE, 2540, 2540, &usbCintiq }, /* DTU2231 */
+ { 0xF0, 2540, 2540, &usbCintiq }, /* DTU1631 */
{ 0x41, 2540, 2540, &usbIntuos2 }, /* Intuos2 4x5 */
{ 0x42, 2540, 2540, &usbIntuos2 }, /* Intuos2 6x8 */
@@ -412,10 +414,13 @@ static struct
{ 0xB9, 5080, 5080, &usbIntuos4 }, /* Intuos4 6x9 */
{ 0xBA, 5080, 5080, &usbIntuos4 }, /* Intuos4 8x13 */
{ 0xBB, 5080, 5080, &usbIntuos4 }, /* Intuos4 12x19*/
+ { 0xBC, 5080, 5080, &usbIntuos4 }, /* Intuos4 WL USB Endpoint */
+ { 0xBD, 5080, 5080, &usbIntuos4 }, /* Intuos4 WL Bluetooth Endpoint */
{ 0x3F, 5080, 5080, &usbCintiqV5 }, /* Cintiq 21UX */
{ 0xC5, 5080, 5080, &usbCintiqV5 }, /* Cintiq 20WSX */
{ 0xC6, 5080, 5080, &usbCintiqV5 }, /* Cintiq 12WX */
+ { 0xCC, 5080, 5080, &usbCintiqV5 }, /* Cintiq 21UX2 */
{ 0x90, 2540, 2540, &usbTabletPC }, /* TabletPC 0x90 */
{ 0x93, 2540, 2540, &usbTabletPC }, /* TabletPC 0x93 */