wacom: Add Product ID for One by Wacom (CTL-671) tablet.

Change-Id: Iddd89877d857e87ca226dc834292bbabd3a0ca36
This commit is contained in:
Gerasim Troeglazov
2021-01-01 23:50:20 +10:00
parent d5d6ada3fd
commit 55cf87a88c
@@ -261,6 +261,9 @@ TabletDevice::DetectDevice(const DeviceReader* reader)
case 0xDD: // Wacom Bamboo Pen/Connect (CTL-470) (from Linux Wacom Project)
SetDevice(14720.0, 9200.0, DEVICE_BAMBOO_PT);
break;
case 0x0301: // One by Wacom CTL-671
SetDevice(21648.0, 13530.0, DEVICE_BAMBOO_PT);
break;
case 0x037b: // One by Wacom CTL-672
SetDevice(21648.0, 13530.0, DEVICE_BAMBOO_PT);
break;
@@ -874,6 +877,9 @@ TabletDevice::_GetName(uint16 productID, const char** name) const
case 0xDD:
*name = "Wacom Bamboo Pen/Connect (CTL-470)";
break;
case 0x0301:
*name = "One by Wacom (CTL-671)";
break;
case 0x037b:
*name = "One by Wacom (CTL-672)";
break;