summaryrefslogtreecommitdiff
path: root/src/2.6.19/wacom_wac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/2.6.19/wacom_wac.c')
-rwxr-xr-xsrc/2.6.19/wacom_wac.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/2.6.19/wacom_wac.c b/src/2.6.19/wacom_wac.c
index 5740bee..d59901e 100755
--- a/src/2.6.19/wacom_wac.c
+++ b/src/2.6.19/wacom_wac.c
@@ -700,6 +700,7 @@ static struct wacom_features wacom_features[] = {
{ "Wacom Graphire4 6x8", 8, 16704, 12064, 511, 63, WACOM_G4, 0, 0 },
{ "Wacom BambooFun 4x5", 9, 14760, 9225, 511, 63, WACOM_MO, 0, 0 },
{ "Wacom BambooFun 6x8", 9, 21648, 13530, 511, 63, WACOM_MO, 0, 0 },
+ { "Wacom Bamboo1 Medium",8, 16704, 12064, 511, 63, GRAPHIRE, 0, 0 },
{ "Wacom Volito", 8, 5104, 3712, 511, 63, GRAPHIRE, 0, 0 },
{ "Wacom PenStation2", 8, 3250, 2320, 255, 63, GRAPHIRE, 0, 0 },
{ "Wacom Volito2 4x5", 8, 5104, 3712, 511, 63, GRAPHIRE, 0, 0 },
@@ -723,6 +724,7 @@ static struct wacom_features wacom_features[] = {
{ "Wacom DTU710", 8, 34080, 27660, 511, 0, PL, 0, 0 },
{ "Wacom DTF521", 8, 6282, 4762, 511, 0, PL, 0, 0 },
{ "Wacom DTF720", 8, 6858, 5506, 511, 0, PL, 0, 0 },
+ { "Wacom DTU1931", 8, 37832, 30305, 511, 0, PL, 0, 0 },
{ "Wacom Cintiq Partner",8, 20480, 15360, 511, 0, PTU, 0, 0 },
{ "Wacom Intuos2 4x5", 10, 12700, 10600, 1023, 31, INTUOS, 0, 0 },
{ "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 31, INTUOS, 0, 0 },
@@ -757,6 +759,7 @@ static struct usb_device_id wacom_ids[] = {
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x16) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x17) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x18) },
+ { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x19) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x60) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x61) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x62) },
@@ -780,6 +783,7 @@ static struct usb_device_id wacom_ids[] = {
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x39) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0xC0) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0xC4) },
+ { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xC7) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x03) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x41) },
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x42) },